#D3A0A0
A light, moderate red closely aligning with Rosybrown.
About #D3A0A0
At its core, #D3A0A0 is a light and moderate hue. Designers often compare it to the standard color Rosybrown. Its digital footprint relies on 211 parts red, 160 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 24% M, 24% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3A0A0
RGB211, 160, 160
HSL0.0°, 36.7%, 72.7%
CMYK0%, 24%, 24%, 17%
HSV0.0°, 24.2%, 82.7%
LAB70.5, 18.9, 7.3
XYZ45.8, 41.5, 38.9
Decimal13869216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.31:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A0A0;
}
.text-color {
color: #D3A0A0;
}
.border-color {
border: 2px solid #D3A0A0;
}