#A09299
A light, muted neutral closely aligning with Darkgray.
About #A09299
When working with digital screens, the color #A09299 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgray. In the RGB color space, it consists of 160 red, 146 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. With a hue angle of 330.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A09299
RGB160, 146, 153
HSL330.0°, 6.9%, 60.0%
CMYK0%, 9%, 4%, 37%
HSV330.0°, 8.8%, 62.7%
LAB61.9, 6.5, -1.8
XYZ30.5, 30.3, 34.4
Decimal10523289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.07:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A09299;
}
.text-color {
color: #A09299;
}
.border-color {
border: 2px solid #A09299;
}