HSL(69, 10%, 60%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(69,10%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 10%, 60%) | color: hsl(69, 10%, 60%) | |
| HEX | #A0A38F | color: #A0A38F | |
| RGB | rgb(160, 163, 143) | color: rgb(160, 163, 143) | |
| CMYK | cmyk(2%, 0%, 12%, 36%) | — | |
| HSV | hsv(69, 12%, 64%) | — | |
| HWB | hwb(69 56% 36%) | color: hwb(69 56% 36%) | |
| OKLCH | oklch(0.7074 0.0285 114.06) | color: oklch(0.7074 0.0285 114.06) | |
| Lab | lab(66.25 -4.71 10.03) | color: lab(66.25 -4.71 10.03) | |
| LCH | lch(66.25 11.08 115.15) | color: lch(66.25 11.08 115.15) |
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)
#A1A194 — rgb(161, 161, 148)
Deuteranopia (Green-blind)
#A1A195 — rgb(161, 161, 149)
Tritanopia (Blue-blind)
#A09899 — rgb(160, 152, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 10%, 60%);
text
color: hsl(69, 10%, 60%);
border
border: 2px solid hsl(69, 10%, 60%);
gradient light
background: linear-gradient(to right, hsl(69, 10%, 80%), hsl(69, 10%, 60%));
gradient dark
background: linear-gradient(to right, hsl(69, 10%, 60%), hsl(69, 10%, 40%))
hex
background-color: #A0A38F;
tailwind
bg-[hsl(69,10%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 10%, 60%, 0.4);
css variable
--color-primary: hsl(69, 10%, 60%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(69, 10%, 60%)?
HEX: #A0A38F | RGB: rgb(160, 163, 143) | CMYK: 2%, 0%, 12%, 36% | HSV: 69°, 12%, 64%. Copy any format from the conversion table above.
What colors go well with #A0A38F?
The complementary color is HSL(249, 10%, 60%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 10%, 60%) in CSS?
As HSL: color: hsl(69, 10%, 60%); — As HEX: color: #A0A38F; — As RGB: color: rgb(160, 163, 143); — Tailwind CSS: bg-[hsl(69,10%,60%)] — CSS variable: --color-primary: hsl(69, 10%, 60%);