#A099A0
A light, muted neutral closely aligning with Darkgray.
About #A099A0
At its core, #A099A0 is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(160, 153, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 4% magenta, 0% yellow, and 37% black. The HSL representation is 300.0° hue, 3.6% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A099A0
RGB160, 153, 160
HSL300.0°, 3.6%, 61.4%
CMYK0%, 4%, 0%, 37%
HSV300.0°, 4.4%, 62.7%
LAB64.0, 3.9, -2.8
XYZ32.2, 32.8, 37.9
Decimal10525088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A099A0;
}
.text-color {
color: #A099A0;
}
.border-color {
border: 2px solid #A099A0;
}