Shades of Mauve Taupe #A06172
Tints of Mauve Taupe #A06172
RGB
CMYK
RGB Variations
Color information
#A06172 (or 0xA06172) is known color: Mauve Taupe. HEX triplet: A0, 61 and 72. RGB value is (160,97,114). Sum of RGB (Red+Green+Blue) = 160+97+114=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A06172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06172 is #5F9E8D. Grayscale: #757575. Windows color (decimal): -6266510 or 7496096. OLE color: 7496096.
HSL color Cylindrical-coordinate representation of color #A06172: hue angle of 343.81º 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 #A06172 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 114 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.37 |
| HSL | 343.81º | 0.25% | 0.5% | - |
| HSV(B) | 343.81º | 0.39% | 0.63% | - |
| XYZ | 21.81 | 17.24 | 18.1 | - |
| YUV | 117.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 114 | 0 | 0.39 | 0.29 | 0.37 | 343.81 | 0.25 | 0.5 |
| Hex | A0 | 61 | 72 | 0 | 27 | 1D | 25 | 158 | 19 | 32 |
| Octal | 240 | 141 | 162 | 0 | 47 | 35 | 45 | 530 | 31 | 62 |
| Binary | 10100000 | 1100001 | 1110010 | 0 | 100111 | 11101 | 100101 | 101011000 | 11001 | 110010 |
Color Harmonies of #A06172
Complementary color
Monochromatic Colors of #A06172
Black with #A06172
Text Example
Text Example
White with #A06172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06172; }
p { color: rgb(160,97,114); }
H1.HeaderClassName
{
color: #A06172;
}
.AnyTagClassName
{
color: #A06172;
}
</style>
background-color css
<style>
a { background-color: #A06172; }
a { background-color: rgb(160,97,114); }
div.DivClassName
{
background-color: #A06172;
}
.BgClassName
{
background-color: #A06172;
}
</style>
border-color css
<style>
span { border-color: #A06172; }
span { border-color: rgb(160,97,114); }
td.TdClassName
{
border-color: #A06172;
}
.TagClassName
{
border-color: #A06172;
}
</style>