HSL(16, 20%, 45%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(16,20%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 20%, 45%) color: hsl(16, 20%, 45%)
HEX #8A685C color: #8A685C
RGB rgb(138, 104, 92) color: rgb(138, 104, 92)
CMYK cmyk(0%, 25%, 33%, 46%)
HSV hsv(16, 33%, 54%)
HWB hwb(16 36% 46%) color: hwb(16 36% 46%)
OKLCH oklch(0.5482 0.0477 40.3) color: oklch(0.5482 0.0477 40.3)
Lab lab(47.08 11.83 12.04) color: lab(47.08 11.83 12.04)
LCH lch(47.08 16.88 45.5) color: lch(47.08 16.88 45.5)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 4.98:1
vs Black 4.22:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7B7B5F — rgb(123, 123, 95)

Deuteranopia (Green-blind)

#7D8060 — rgb(125, 128, 96)

Tritanopia (Blue-blind)

#886162 — rgb(136, 97, 98)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 20%, 45%);

text

color: hsl(16, 20%, 45%);

border

border: 2px solid hsl(16, 20%, 45%);

gradient light

background: linear-gradient(to right, hsl(16, 20%, 65%), hsl(16, 20%, 45%));

gradient dark

background: linear-gradient(to right, hsl(16, 20%, 45%), hsl(16, 20%, 25%))

hex

background-color: #8A685C;

tailwind

bg-[hsl(16,20%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(16, 20%, 45%, 0.4);

css variable

--color-primary: hsl(16, 20%, 45%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(16, 20%, 45%)?

HEX: #8A685C | RGB: rgb(138, 104, 92) | CMYK: 0%, 25%, 33%, 46% | HSV: 16°, 33%, 54%. Copy any format from the conversion table above.

What colors go well with #8A685C?

The complementary color is HSL(196, 20%, 45%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(16, 20%, 45%) in CSS?

As HSL: color: hsl(16, 20%, 45%); — As HEX: color: #8A685C; — As RGB: color: rgb(138, 104, 92); — Tailwind CSS: bg-[hsl(16,20%,45%)] — CSS variable: --color-primary: hsl(16, 20%, 45%);