HSL(16, 10%, 66%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(16,10%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 10%, 66%) | color: hsl(16, 10%, 66%) | |
| HEX | #B1A4A0 | color: #B1A4A0 | |
| RGB | rgb(177, 164, 160) | color: rgb(177, 164, 160) | |
| CMYK | cmyk(0%, 7%, 10%, 31%) | — | |
| HSV | hsv(14, 10%, 69%) | — | |
| HWB | hwb(14 62% 31%) | color: hwb(14 62% 31%) | |
| OKLCH | oklch(0.7286 0.0163 37.85) | color: oklch(0.7286 0.0163 37.85) | |
| Lab | lab(68.34 4 3.77) | color: lab(68.34 4 3.77) | |
| LCH | lch(68.34 5.5 43.3) | color: lch(68.34 5.5 43.3) |
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)
#ABABA1 — rgb(171, 171, 161)
Deuteranopia (Green-blind)
#ACADA1 — rgb(172, 173, 161)
Tritanopia (Blue-blind)
#B0A2A2 — rgb(176, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 10%, 66%);
text
color: hsl(16, 10%, 66%);
border
border: 2px solid hsl(16, 10%, 66%);
gradient light
background: linear-gradient(to right, hsl(16, 10%, 86%), hsl(16, 10%, 66%));
gradient dark
background: linear-gradient(to right, hsl(16, 10%, 66%), hsl(16, 10%, 46%))
hex
background-color: #B1A4A0;
tailwind
bg-[hsl(16,10%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 10%, 66%, 0.4);
css variable
--color-primary: hsl(16, 10%, 66%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 10%, 66%)?
HEX: #B1A4A0 | RGB: rgb(177, 164, 160) | CMYK: 0%, 7%, 10%, 31% | HSV: 14°, 10%, 69%. Copy any format from the conversion table above.
What colors go well with #B1A4A0?
The complementary color is HSL(196, 10%, 66%). 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, 10%, 66%) in CSS?
As HSL: color: hsl(16, 10%, 66%); — As HEX: color: #B1A4A0; — As RGB: color: rgb(177, 164, 160); — Tailwind CSS: bg-[hsl(16,10%,66%)] — CSS variable: --color-primary: hsl(16, 10%, 66%);