HSL(36, 60%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,60%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 60%, 40%) | color: hsl(36, 60%, 40%) | |
| HEX | #A37229 | color: #A37229 | |
| RGB | rgb(163, 114, 41) | color: rgb(163, 114, 41) | |
| CMYK | cmyk(0%, 30%, 75%, 36%) | — | |
| HSV | hsv(36, 75%, 64%) | — | |
| HWB | hwb(36 16% 36%) | color: hwb(36 16% 36%) | |
| OKLCH | oklch(0.5892 0.1069 73.29) | color: oklch(0.5892 0.1069 73.29) | |
| Lab | lab(51.82 12.44 46.17) | color: lab(51.82 12.44 46.17) | |
| LCH | lch(51.82 47.82 74.92) | color: lch(51.82 47.82 74.92) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8E8D3B — rgb(142, 141, 59)
Deuteranopia (Green-blind)
#91943F — rgb(145, 148, 63)
Tritanopia (Blue-blind)
#A1494C — rgb(161, 73, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 60%, 40%);
text
color: hsl(36, 60%, 40%);
border
border: 2px solid hsl(36, 60%, 40%);
gradient light
background: linear-gradient(to right, hsl(36, 60%, 60%), hsl(36, 60%, 40%));
gradient dark
background: linear-gradient(to right, hsl(36, 60%, 40%), hsl(36, 60%, 20%))
hex
background-color: #A37229;
tailwind
bg-[hsl(36,60%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 60%, 40%, 0.4);
css variable
--color-primary: hsl(36, 60%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 60%, 40%)?
HEX: #A37229 | RGB: rgb(163, 114, 41) | CMYK: 0%, 30%, 75%, 36% | HSV: 36°, 75%, 64%. Copy any format from the conversion table above.
What colors go well with #A37229?
The complementary color is HSL(216, 60%, 40%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 60%, 40%) in CSS?
As HSL: color: hsl(36, 60%, 40%); — As HEX: color: #A37229; — As RGB: color: rgb(163, 114, 41); — Tailwind CSS: bg-[hsl(36,60%,40%)] — CSS variable: --color-primary: hsl(36, 60%, 40%);