HSL(17, 30%, 51%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,30%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 30%, 51%) | color: hsl(17, 30%, 51%) | |
| HEX | #A8725D | color: #A8725D | |
| RGB | rgb(168, 114, 93) | color: rgb(168, 114, 93) | |
| CMYK | cmyk(0%, 32%, 45%, 34%) | — | |
| HSV | hsv(17, 45%, 66%) | — | |
| HWB | hwb(17 36% 34%) | color: hwb(17 36% 34%) | |
| OKLCH | oklch(0.6029 0.0756 42.07) | color: oklch(0.6029 0.0756 42.07) | |
| Lab | lab(53.11 18.75 20.27) | color: lab(53.11 18.75 20.27) | |
| LCH | lch(53.11 27.61 47.23) | color: lch(53.11 27.61 47.23) |
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)
#919062 — rgb(145, 144, 98)
Deuteranopia (Green-blind)
#949863 — rgb(148, 152, 99)
Tritanopia (Blue-blind)
#A56667 — rgb(165, 102, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 30%, 51%);
text
color: hsl(17, 30%, 51%);
border
border: 2px solid hsl(17, 30%, 51%);
gradient light
background: linear-gradient(to right, hsl(17, 30%, 71%), hsl(17, 30%, 51%));
gradient dark
background: linear-gradient(to right, hsl(17, 30%, 51%), hsl(17, 30%, 31%))
hex
background-color: #A8725D;
tailwind
bg-[hsl(17,30%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 30%, 51%, 0.4);
css variable
--color-primary: hsl(17, 30%, 51%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 30%, 51%)?
HEX: #A8725D | RGB: rgb(168, 114, 93) | CMYK: 0%, 32%, 45%, 34% | HSV: 17°, 45%, 66%. Copy any format from the conversion table above.
What colors go well with #A8725D?
The complementary color is HSL(197, 30%, 51%). 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, 30%, 51%) in CSS?
As HSL: color: hsl(17, 30%, 51%); — As HEX: color: #A8725D; — As RGB: color: rgb(168, 114, 93); — Tailwind CSS: bg-[hsl(17,30%,51%)] — CSS variable: --color-primary: hsl(17, 30%, 51%);