#A06D66
A medium, muted red closely aligning with Rosybrown.
About #A06D66
The precise color #A06D66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 160 red, 109 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 32% M, 36% Y, and 37% K. With a hue angle of 7.2 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D66
RGB160, 109, 102
HSL7.2°, 23.4%, 51.4%
CMYK0%, 32%, 36%, 37%
HSV7.2°, 36.2%, 62.7%
LAB51.1, 19.4, 12.1
XYZ22.4, 19.4, 15.1
Decimal10513766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D66;
}
.text-color {
color: #A06D66;
}
.border-color {
border: 2px solid #A06D66;
}