HSL(36, 25%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,25%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 25%, 55%) | color: hsl(36, 25%, 55%) | |
| HEX | #A99270 | color: #A99270 | |
| RGB | rgb(169, 146, 112) | color: rgb(169, 146, 112) | |
| CMYK | cmyk(0%, 14%, 34%, 34%) | — | |
| HSV | hsv(36, 34%, 66%) | — | |
| HWB | hwb(36 44% 34%) | color: hwb(36 44% 34%) | |
| OKLCH | oklch(0.672 0.0547 77.3) | color: oklch(0.672 0.0547 77.3) | |
| Lab | lab(61.8 3.46 21.22) | color: lab(61.8 3.46 21.22) | |
| LCH | lch(61.8 21.5 80.74) | color: lch(61.8 21.5 80.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)
#9F9F78 — rgb(159, 159, 120)
Deuteranopia (Green-blind)
#A0A27A — rgb(160, 162, 122)
Tritanopia (Blue-blind)
#A87F80 — rgb(168, 127, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 25%, 55%);
text
color: hsl(36, 25%, 55%);
border
border: 2px solid hsl(36, 25%, 55%);
gradient light
background: linear-gradient(to right, hsl(36, 25%, 75%), hsl(36, 25%, 55%));
gradient dark
background: linear-gradient(to right, hsl(36, 25%, 55%), hsl(36, 25%, 35%))
hex
background-color: #A99270;
tailwind
bg-[hsl(36,25%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 25%, 55%, 0.4);
css variable
--color-primary: hsl(36, 25%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 25%, 55%)?
HEX: #A99270 | RGB: rgb(169, 146, 112) | CMYK: 0%, 14%, 34%, 34% | HSV: 36°, 34%, 66%. Copy any format from the conversion table above.
What colors go well with #A99270?
The complementary color is HSL(216, 25%, 55%). 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, 25%, 55%) in CSS?
As HSL: color: hsl(36, 25%, 55%); — As HEX: color: #A99270; — As RGB: color: rgb(169, 146, 112); — Tailwind CSS: bg-[hsl(36,25%,55%)] — CSS variable: --color-primary: hsl(36, 25%, 55%);