#A8A892
A light, muted yellow closely aligning with Darkgray.
About #A8A892
Visually, #A8A892 is defined as a muted yellow. Its closest recognized web color is Darkgray. This translates to an RGB value of rgb(168, 168, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 13% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8A892
RGB168, 168, 146
HSL60.0°, 11.2%, 61.6%
CMYK0%, 0%, 13%, 34%
HSV60.0°, 13.1%, 65.9%
LAB68.3, -3.9, 11.4
XYZ35.3, 38.4, 32.7
Decimal11053202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.68:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8A892;
}
.text-color {
color: #A8A892;
}
.border-color {
border: 2px solid #A8A892;
}