HSL(160, 5%, 66%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(160,5%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 5%, 66%) | color: hsl(160, 5%, 66%) | |
| HEX | #A4ADAA | color: #A4ADAA | |
| RGB | rgb(164, 173, 170) | color: rgb(164, 173, 170) | |
| CMYK | cmyk(5%, 0%, 2%, 32%) | — | |
| HSV | hsv(160, 5%, 68%) | — | |
| HWB | hwb(160 65% 32%) | color: hwb(160 65% 32%) | |
| OKLCH | oklch(0.7396 0.011 174.15) | color: oklch(0.7396 0.011 174.15) | |
| Lab | lab(69.95 -3.74 0.44) | color: lab(69.95 -3.74 0.44) | |
| LCH | lch(69.95 3.77 173.29) | color: lch(69.95 3.77 173.29) |
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)
#A8A8AB — rgb(168, 168, 171)
Deuteranopia (Green-blind)
#A7A7AB — rgb(167, 167, 171)
Tritanopia (Blue-blind)
#A4ABAB — rgb(164, 171, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 5%, 66%);
text
color: hsl(160, 5%, 66%);
border
border: 2px solid hsl(160, 5%, 66%);
gradient light
background: linear-gradient(to right, hsl(160, 5%, 86%), hsl(160, 5%, 66%));
gradient dark
background: linear-gradient(to right, hsl(160, 5%, 66%), hsl(160, 5%, 46%))
hex
background-color: #A4ADAA;
tailwind
bg-[hsl(160,5%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 5%, 66%, 0.4);
css variable
--color-primary: hsl(160, 5%, 66%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(160, 5%, 66%)?
HEX: #A4ADAA | RGB: rgb(164, 173, 170) | CMYK: 5%, 0%, 2%, 32% | HSV: 160°, 5%, 68%. Copy any format from the conversion table above.
What colors go well with #A4ADAA?
The complementary color is HSL(340, 5%, 66%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 5%, 66%) in CSS?
As HSL: color: hsl(160, 5%, 66%); — As HEX: color: #A4ADAA; — As RGB: color: rgb(164, 173, 170); — Tailwind CSS: bg-[hsl(160,5%,66%)] — CSS variable: --color-primary: hsl(160, 5%, 66%);