Shades of Mauve Taupe #A05F70
Tints of Mauve Taupe #A05F70
RGB
CMYK
RGB Variations
Color information
#A05F70 (or 0xA05F70) is known color: Mauve Taupe. HEX triplet: A0, 5F and 70. RGB value is (160,95,112). Sum of RGB (Red+Green+Blue) = 160+95+112=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F70 is #5FA08F. Grayscale: #747474. Windows color (decimal): -6267024 or 7364512. OLE color: 7364512.
HSL color Cylindrical-coordinate representation of color #A05F70: hue angle of 344.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F70 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 112 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.37 |
| HSL | 344.31º | 0.25% | 0.5% | - |
| HSV(B) | 344.31º | 0.41% | 0.63% | - |
| XYZ | 21.51 | 16.83 | 17.44 | - |
| YUV | 116.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 112 | 0 | 0.41 | 0.30 | 0.37 | 344.31 | 0.25 | 0.5 |
| Hex | A0 | 5F | 70 | 0 | 29 | 1E | 25 | 158 | 19 | 32 |
| Octal | 240 | 137 | 160 | 0 | 51 | 36 | 45 | 530 | 31 | 62 |
| Binary | 10100000 | 1011111 | 1110000 | 0 | 101001 | 11110 | 100101 | 101011000 | 11001 | 110010 |
Color Harmonies of #A05F70
Complementary color
Monochromatic Colors of #A05F70
Black with #A05F70
Text Example
Text Example
White with #A05F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F70; }
p { color: rgb(160,95,112); }
H1.HeaderClassName
{
color: #A05F70;
}
.AnyTagClassName
{
color: #A05F70;
}
</style>
background-color css
<style>
a { background-color: #A05F70; }
a { background-color: rgb(160,95,112); }
div.DivClassName
{
background-color: #A05F70;
}
.BgClassName
{
background-color: #A05F70;
}
</style>
border-color css
<style>
span { border-color: #A05F70; }
span { border-color: rgb(160,95,112); }
td.TdClassName
{
border-color: #A05F70;
}
.TagClassName
{
border-color: #A05F70;
}
</style>