#A092A0
A light, muted neutral closely aligning with Darkgray.
About #A092A0
Visually, #A092A0 is defined as a muted neutral. 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 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 9% M, 0% Y, and 37% K. With a hue angle of 300.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A092A0
RGB160, 146, 160
HSL300.0°, 6.9%, 60.0%
CMYK0%, 9%, 0%, 37%
HSV300.0°, 8.8%, 62.7%
LAB62.1, 7.8, -5.5
XYZ31.1, 30.6, 37.5
Decimal10523296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092A0;
}
.text-color {
color: #A092A0;
}
.border-color {
border: 2px solid #A092A0;
}