Shades of Mauve Taupe #A06271
Tints of Mauve Taupe #A06271
RGB
CMYK
RGB Variations
Color information
#A06271 (or 0xA06271) is known color: Mauve Taupe. HEX triplet: A0, 62 and 71. RGB value is (160,98,113). Sum of RGB (Red+Green+Blue) = 160+98+113=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A06271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06271 is #5F9D8E. Grayscale: #767676. Windows color (decimal): -6266255 or 7430816. OLE color: 7430816.
HSL color Cylindrical-coordinate representation of color #A06271: hue angle of 345.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06271 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 113 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.37 |
| HSL | 345.48º | 0.25% | 0.51% | - |
| HSV(B) | 345.48º | 0.39% | 0.63% | - |
| XYZ | 21.85 | 17.4 | 17.83 | - |
| YUV | 118.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 113 | 0 | 0.39 | 0.29 | 0.37 | 345.48 | 0.25 | 0.51 |
| Hex | A0 | 62 | 71 | 0 | 27 | 1D | 25 | 159 | 19 | 33 |
| Octal | 240 | 142 | 161 | 0 | 47 | 35 | 45 | 531 | 31 | 63 |
| Binary | 10100000 | 1100010 | 1110001 | 0 | 100111 | 11101 | 100101 | 101011001 | 11001 | 110011 |
Color Harmonies of #A06271
Complementary color
Monochromatic Colors of #A06271
Black with #A06271
Text Example
Text Example
White with #A06271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06271; }
p { color: rgb(160,98,113); }
H1.HeaderClassName
{
color: #A06271;
}
.AnyTagClassName
{
color: #A06271;
}
</style>
background-color css
<style>
a { background-color: #A06271; }
a { background-color: rgb(160,98,113); }
div.DivClassName
{
background-color: #A06271;
}
.BgClassName
{
background-color: #A06271;
}
</style>
border-color css
<style>
span { border-color: #A06271; }
span { border-color: rgb(160,98,113); }
td.TdClassName
{
border-color: #A06271;
}
.TagClassName
{
border-color: #A06271;
}
</style>