#A86D75
A medium, muted red closely aligning with Rosybrown.
About #A86D75
The hex code #A86D75 represents a beautifully specific shade of red. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(168, 109, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 35% M, 30% Y, and 34% K. The HSL representation is 351.9° hue, 25.3% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A86D75
RGB168, 109, 117
HSL351.9°, 25.3%, 54.3%
CMYK0%, 35%, 30%, 34%
HSV351.9°, 35.1%, 65.9%
LAB52.4, 24.6, 5.3
XYZ24.8, 20.5, 19.5
Decimal11038069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A86D75;
}
.text-color {
color: #A86D75;
}
.border-color {
border: 2px solid #A86D75;
}