HSL(18, 20%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,20%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 20%, 60%) | color: hsl(18, 20%, 60%) | |
| HEX | #AD9185 | color: #AD9185 | |
| RGB | rgb(173, 145, 133) | color: rgb(173, 145, 133) | |
| CMYK | cmyk(0%, 16%, 23%, 32%) | — | |
| HSV | hsv(18, 23%, 68%) | — | |
| HWB | hwb(18 52% 32%) | color: hwb(18 52% 32%) | |
| OKLCH | oklch(0.6788 0.0381 44.5) | color: oklch(0.6788 0.0381 44.5) | |
| Lab | lab(62.36 8.58 10.28) | color: lab(62.36 8.58 10.28) | |
| LCH | lch(62.36 13.39 50.15) | color: lch(62.36 13.39 50.15) |
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)
#A1A188 — rgb(161, 161, 136)
Deuteranopia (Green-blind)
#A3A589 — rgb(163, 165, 137)
Tritanopia (Blue-blind)
#AC8A8B — rgb(172, 138, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 20%, 60%);
text
color: hsl(18, 20%, 60%);
border
border: 2px solid hsl(18, 20%, 60%);
gradient light
background: linear-gradient(to right, hsl(18, 20%, 80%), hsl(18, 20%, 60%));
gradient dark
background: linear-gradient(to right, hsl(18, 20%, 60%), hsl(18, 20%, 40%))
hex
background-color: #AD9185;
tailwind
bg-[hsl(18,20%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 20%, 60%, 0.4);
css variable
--color-primary: hsl(18, 20%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 20%, 60%)?
HEX: #AD9185 | RGB: rgb(173, 145, 133) | CMYK: 0%, 16%, 23%, 32% | HSV: 18°, 23%, 68%. Copy any format from the conversion table above.
What colors go well with #AD9185?
The complementary color is HSL(198, 20%, 60%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 20%, 60%) in CSS?
As HSL: color: hsl(18, 20%, 60%); — As HEX: color: #AD9185; — As RGB: color: rgb(173, 145, 133); — Tailwind CSS: bg-[hsl(18,20%,60%)] — CSS variable: --color-primary: hsl(18, 20%, 60%);