HSL(17, 40%, 45%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,40%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 40%, 45%) color: hsl(17, 40%, 45%)
HEX #A15F45 color: #A15F45
RGB rgb(161, 95, 69) color: rgb(161, 95, 69)
CMYK cmyk(0%, 41%, 57%, 37%)
HSV hsv(17, 57%, 63%)
HWB hwb(17 27% 37%) color: hwb(17 27% 37%)
OKLCH oklch(0.5541 0.0946 42.04) color: oklch(0.5541 0.0946 42.04)
Lab lab(47.23 24.2 26.27) color: lab(47.23 24.2 26.27)
LCH lch(47.23 35.72 47.35) color: lch(47.23 35.72 47.35)

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.95:1
vs Black 4.24: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)

#84844B — rgb(132, 132, 75)

Deuteranopia (Green-blind)

#888D4D — rgb(136, 141, 77)

Tritanopia (Blue-blind)

#9E5051 — rgb(158, 80, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 40%, 45%);

text

color: hsl(17, 40%, 45%);

border

border: 2px solid hsl(17, 40%, 45%);

gradient light

background: linear-gradient(to right, hsl(17, 40%, 65%), hsl(17, 40%, 45%));

gradient dark

background: linear-gradient(to right, hsl(17, 40%, 45%), hsl(17, 40%, 25%))

hex

background-color: #A15F45;

tailwind

bg-[hsl(17,40%,45%)]

box shadow

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

css variable

--color-primary: hsl(17, 40%, 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(17, 40%, 45%)?

HEX: #A15F45 | RGB: rgb(161, 95, 69) | CMYK: 0%, 41%, 57%, 37% | HSV: 17°, 57%, 63%. Copy any format from the conversion table above.

What colors go well with #A15F45?

The complementary color is HSL(197, 40%, 45%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(17, 40%, 45%) in CSS?

As HSL: color: hsl(17, 40%, 45%); — As HEX: color: #A15F45; — As RGB: color: rgb(161, 95, 69); — Tailwind CSS: bg-[hsl(17,40%,45%)] — CSS variable: --color-primary: hsl(17, 40%, 45%);