#A88A92
A light, muted magenta closely aligning with Rosybrown.
About #A88A92
Visually, #A88A92 is defined as a muted magenta. Designers often compare it to the standard color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 138, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 18% Magenta, 13% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A88A92
RGB168, 138, 146
HSL344.0°, 14.7%, 60.0%
CMYK0%, 18%, 13%, 34%
HSV344.0°, 17.9%, 65.9%
LAB60.4, 12.7, 0.0
XYZ30.4, 28.6, 31.1
Decimal11045522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88A92;
}
.text-color {
color: #A88A92;
}
.border-color {
border: 2px solid #A88A92;
}