HSL(16, 72%, 40%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(16,72%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 72%, 40%) color: hsl(16, 72%, 40%)
HEX #AF441D color: #AF441D
RGB rgb(175, 68, 29) color: rgb(175, 68, 29)
CMYK cmyk(0%, 61%, 83%, 31%)
HSV hsv(16, 83%, 69%)
HWB hwb(16 12% 31%) color: hwb(16 12% 31%)
OKLCH oklch(0.5267 0.1489 38.93) color: oklch(0.5267 0.1489 38.93)
Lab lab(43.27 41.77 43.97) color: lab(43.27 41.77 43.97)
LCH lch(43.27 60.65 46.47) color: lch(43.27 60.65 46.47)

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 5.73:1
vs Black 3.67: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)

#818026 — rgb(129, 128, 38)

Deuteranopia (Green-blind)

#878F29 — rgb(135, 143, 41)

Tritanopia (Blue-blind)

#AA2E30 — rgb(170, 46, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 72%, 40%);

text

color: hsl(16, 72%, 40%);

border

border: 2px solid hsl(16, 72%, 40%);

gradient light

background: linear-gradient(to right, hsl(16, 72%, 60%), hsl(16, 72%, 40%));

gradient dark

background: linear-gradient(to right, hsl(16, 72%, 40%), hsl(16, 72%, 20%))

hex

background-color: #AF441D;

tailwind

bg-[hsl(16,72%,40%)]

box shadow

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

css variable

--color-primary: hsl(16, 72%, 40%);

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, 72%, 40%)?

HEX: #AF441D | RGB: rgb(175, 68, 29) | CMYK: 0%, 61%, 83%, 31% | HSV: 16°, 83%, 69%. Copy any format from the conversion table above.

What colors go well with #AF441D?

The complementary color is HSL(196, 72%, 40%). 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, 72%, 40%) in CSS?

As HSL: color: hsl(16, 72%, 40%); — As HEX: color: #AF441D; — As RGB: color: rgb(175, 68, 29); — Tailwind CSS: bg-[hsl(16,72%,40%)] — CSS variable: --color-primary: hsl(16, 72%, 40%);