#A06D75
A medium, muted red closely aligning with Rosybrown.
About #A06D75
When working with digital screens, the color #A06D75 is rendered by mixing light. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(160, 109, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 32% Magenta, 27% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A06D75
RGB160, 109, 117
HSL350.6°, 21.2%, 52.7%
CMYK0%, 32%, 27%, 37%
HSV350.6°, 31.9%, 62.7%
LAB51.5, 21.5, 3.8
XYZ23.2, 19.7, 19.4
Decimal10513781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D75;
}
.text-color {
color: #A06D75;
}
.border-color {
border: 2px solid #A06D75;
}