Shades of Mauve Taupe #A06170
Tints of Mauve Taupe #A06170
RGB
CMYK
RGB Variations
Color information
#A06170 (or 0xA06170) is known color: Mauve Taupe. HEX triplet: A0, 61 and 70. RGB value is (160,97,112). Sum of RGB (Red+Green+Blue) = 160+97+112=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A06170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06170 is #5F9E8F. Grayscale: #757575. Windows color (decimal): -6266512 or 7365024. OLE color: 7365024.
HSL color Cylindrical-coordinate representation of color #A06170: hue angle of 345.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06170 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 112 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.37 |
| HSL | 345.71º | 0.25% | 0.5% | - |
| HSV(B) | 345.71º | 0.39% | 0.63% | - |
| XYZ | 21.7 | 17.19 | 17.5 | - |
| YUV | 117.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 112 | 0 | 0.39 | 0.30 | 0.37 | 345.71 | 0.25 | 0.5 |
| Hex | A0 | 61 | 70 | 0 | 27 | 1E | 25 | 15A | 19 | 32 |
| Octal | 240 | 141 | 160 | 0 | 47 | 36 | 45 | 532 | 31 | 62 |
| Binary | 10100000 | 1100001 | 1110000 | 0 | 100111 | 11110 | 100101 | 101011010 | 11001 | 110010 |
Color Harmonies of #A06170
Complementary color
Monochromatic Colors of #A06170
Black with #A06170
Text Example
Text Example
White with #A06170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06170; }
p { color: rgb(160,97,112); }
H1.HeaderClassName
{
color: #A06170;
}
.AnyTagClassName
{
color: #A06170;
}
</style>
background-color css
<style>
a { background-color: #A06170; }
a { background-color: rgb(160,97,112); }
div.DivClassName
{
background-color: #A06170;
}
.BgClassName
{
background-color: #A06170;
}
</style>
border-color css
<style>
span { border-color: #A06170; }
span { border-color: rgb(160,97,112); }
td.TdClassName
{
border-color: #A06170;
}
.TagClassName
{
border-color: #A06170;
}
</style>