HSL(41, 81%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,81%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 81%, 36%) | color: hsl(41, 81%, 36%) | |
| HEX | #A67711 | color: #A67711 | |
| RGB | rgb(166, 119, 17) | color: rgb(166, 119, 17) | |
| CMYK | cmyk(0%, 28%, 90%, 35%) | — | |
| HSV | hsv(41, 90%, 65%) | — | |
| HWB | hwb(41 7% 35%) | color: hwb(41 7% 35%) | |
| OKLCH | oklch(0.6013 0.1201 79.75) | color: oklch(0.6013 0.1201 79.75) | |
| Lab | lab(53.32 10.16 56.12) | color: lab(53.32 10.16 56.12) | |
| LCH | lch(53.32 57.03 79.74) | color: lch(53.32 57.03 79.74) |
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)
#92912A — rgb(146, 145, 42)
Deuteranopia (Green-blind)
#949830 — rgb(148, 152, 48)
Tritanopia (Blue-blind)
#A43D41 — rgb(164, 61, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 81%, 36%);
text
color: hsl(41, 81%, 36%);
border
border: 2px solid hsl(41, 81%, 36%);
gradient light
background: linear-gradient(to right, hsl(41, 81%, 56%), hsl(41, 81%, 36%));
gradient dark
background: linear-gradient(to right, hsl(41, 81%, 36%), hsl(41, 81%, 16%))
hex
background-color: #A67711;
tailwind
bg-[hsl(41,81%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 81%, 36%, 0.4);
css variable
--color-primary: hsl(41, 81%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 81%, 36%)?
HEX: #A67711 | RGB: rgb(166, 119, 17) | CMYK: 0%, 28%, 90%, 35% | HSV: 41°, 90%, 65%. Copy any format from the conversion table above.
What colors go well with #A67711?
The complementary color is HSL(221, 81%, 36%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 81%, 36%) in CSS?
As HSL: color: hsl(41, 81%, 36%); — As HEX: color: #A67711; — As RGB: color: rgb(166, 119, 17); — Tailwind CSS: bg-[hsl(41,81%,36%)] — CSS variable: --color-primary: hsl(41, 81%, 36%);