HSL(36, 92%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,92%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 92%, 35%) | color: hsl(36, 92%, 35%) | |
| HEX | #AB6A07 | color: #AB6A07 | |
| RGB | rgb(171, 106, 7) | color: rgb(171, 106, 7) | |
| CMYK | cmyk(0%, 38%, 96%, 33%) | — | |
| HSV | hsv(36, 96%, 67%) | — | |
| HWB | hwb(36 3% 33%) | color: hwb(36 3% 33%) | |
| OKLCH | oklch(0.5819 0.126 67.74) | color: oklch(0.5819 0.126 67.74) | |
| Lab | lab(50.67 19.58 56.57) | color: lab(50.67 19.58 56.57) | |
| LCH | lch(50.67 59.86 70.91) | color: lch(50.67 59.86 70.91) |
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)
#8F8E1F — rgb(143, 142, 31)
Deuteranopia (Green-blind)
#939825 — rgb(147, 152, 37)
Tritanopia (Blue-blind)
#A83236 — rgb(168, 50, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 92%, 35%);
text
color: hsl(36, 92%, 35%);
border
border: 2px solid hsl(36, 92%, 35%);
gradient light
background: linear-gradient(to right, hsl(36, 92%, 55%), hsl(36, 92%, 35%));
gradient dark
background: linear-gradient(to right, hsl(36, 92%, 35%), hsl(36, 92%, 15%))
hex
background-color: #AB6A07;
tailwind
bg-[hsl(36,92%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 92%, 35%, 0.4);
css variable
--color-primary: hsl(36, 92%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 92%, 35%)?
HEX: #AB6A07 | RGB: rgb(171, 106, 7) | CMYK: 0%, 38%, 96%, 33% | HSV: 36°, 96%, 67%. Copy any format from the conversion table above.
What colors go well with #AB6A07?
The complementary color is HSL(216, 92%, 35%). 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, 92%, 35%) in CSS?
As HSL: color: hsl(36, 92%, 35%); — As HEX: color: #AB6A07; — As RGB: color: rgb(171, 106, 7); — Tailwind CSS: bg-[hsl(36,92%,35%)] — CSS variable: --color-primary: hsl(36, 92%, 35%);