#A86D6D
A medium, muted red closely aligning with Rosybrown.
About #A86D6D
At its core, #A86D6D is a medium and muted hue. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(168, 109, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 35% magenta inks. 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A86D6D
RGB168, 109, 109
HSL0.0°, 25.3%, 54.3%
CMYK0%, 35%, 35%, 34%
HSV0.0°, 35.1%, 65.9%
LAB52.2, 23.5, 9.7
XYZ24.4, 20.4, 17.1
Decimal11038061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A86D6D;
}
.text-color {
color: #A86D6D;
}
.border-color {
border: 2px solid #A86D6D;
}