HSL(17, 55%, 42%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,55%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 55%, 42%) | color: hsl(17, 55%, 42%) | |
| HEX | #A65230 | color: #A65230 | |
| RGB | rgb(166, 82, 48) | color: rgb(166, 82, 48) | |
| CMYK | cmyk(0%, 51%, 71%, 35%) | — | |
| HSV | hsv(17, 71%, 65%) | — | |
| HWB | hwb(17 19% 35%) | color: hwb(17 19% 35%) | |
| OKLCH | oklch(0.5356 0.1207 41.79) | color: oklch(0.5356 0.1207 41.79) | |
| Lab | lab(44.74 31.96 35.31) | color: lab(44.74 31.96 35.31) | |
| LCH | lch(44.74 47.63 47.85) | color: lch(44.74 47.63 47.85) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#828138 — rgb(130, 129, 56)
Deuteranopia (Green-blind)
#878D3A — rgb(135, 141, 58)
Tritanopia (Blue-blind)
#A23F40 — rgb(162, 63, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 55%, 42%);
text
color: hsl(17, 55%, 42%);
border
border: 2px solid hsl(17, 55%, 42%);
gradient light
background: linear-gradient(to right, hsl(17, 55%, 62%), hsl(17, 55%, 42%));
gradient dark
background: linear-gradient(to right, hsl(17, 55%, 42%), hsl(17, 55%, 22%))
hex
background-color: #A65230;
tailwind
bg-[hsl(17,55%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 55%, 42%, 0.4);
css variable
--color-primary: hsl(17, 55%, 42%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 55%, 42%)?
HEX: #A65230 | RGB: rgb(166, 82, 48) | CMYK: 0%, 51%, 71%, 35% | HSV: 17°, 71%, 65%. Copy any format from the conversion table above.
What colors go well with #A65230?
The complementary color is HSL(197, 55%, 42%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 55%, 42%) in CSS?
As HSL: color: hsl(17, 55%, 42%); — As HEX: color: #A65230; — As RGB: color: rgb(166, 82, 48); — Tailwind CSS: bg-[hsl(17,55%,42%)] — CSS variable: --color-primary: hsl(17, 55%, 42%);