HSL(16, 27%, 57%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,27%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 27%, 57%) | color: hsl(16, 27%, 57%) | |
| HEX | #AF8474 | color: #AF8474 | |
| RGB | rgb(175, 132, 116) | color: rgb(175, 132, 116) | |
| CMYK | cmyk(0%, 25%, 34%, 31%) | — | |
| HSV | hsv(16, 34%, 69%) | — | |
| HWB | hwb(16 46% 31%) | color: hwb(16 46% 31%) | |
| OKLCH | oklch(0.6507 0.0583 41.33) | color: oklch(0.6507 0.0583 41.33) | |
| Lab | lab(58.86 14.25 15.05) | color: lab(58.86 14.25 15.05) | |
| LCH | lch(58.86 20.73 46.56) | color: lch(58.86 20.73 46.56) |
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)
#9C9C78 — rgb(156, 156, 120)
Deuteranopia (Green-blind)
#9FA279 — rgb(159, 162, 121)
Tritanopia (Blue-blind)
#AD7B7C — rgb(173, 123, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 27%, 57%);
text
color: hsl(16, 27%, 57%);
border
border: 2px solid hsl(16, 27%, 57%);
gradient light
background: linear-gradient(to right, hsl(16, 27%, 77%), hsl(16, 27%, 57%));
gradient dark
background: linear-gradient(to right, hsl(16, 27%, 57%), hsl(16, 27%, 37%))
hex
background-color: #AF8474;
tailwind
bg-[hsl(16,27%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 27%, 57%, 0.4);
css variable
--color-primary: hsl(16, 27%, 57%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 27%, 57%)?
HEX: #AF8474 | RGB: rgb(175, 132, 116) | CMYK: 0%, 25%, 34%, 31% | HSV: 16°, 34%, 69%. Copy any format from the conversion table above.
What colors go well with #AF8474?
The complementary color is HSL(196, 27%, 57%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 27%, 57%) in CSS?
As HSL: color: hsl(16, 27%, 57%); — As HEX: color: #AF8474; — As RGB: color: rgb(175, 132, 116); — Tailwind CSS: bg-[hsl(16,27%,57%)] — CSS variable: --color-primary: hsl(16, 27%, 57%);