Shades of Mauve Taupe #A05A70
Tints of Mauve Taupe #A05A70
RGB
CMYK
RGB Variations
Color information
#A05A70 (or 0xA05A70) is known color: Mauve Taupe. HEX triplet: A0, 5A and 70. RGB value is (160,90,112). Sum of RGB (Red+Green+Blue) = 160+90+112=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A70 is #5FA58F. Grayscale: #717171. Windows color (decimal): -6268304 or 7363232. OLE color: 7363232.
HSL color Cylindrical-coordinate representation of color #A05A70: hue angle of 341.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05A70 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 112 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.37 |
| HSL | 341.14º | 0.28% | 0.49% | - |
| HSV(B) | 341.14º | 0.44% | 0.63% | - |
| XYZ | 21.08 | 15.96 | 17.3 | - |
| YUV | 113.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 112 | 0 | 0.44 | 0.30 | 0.37 | 341.14 | 0.28 | 0.49 |
| Hex | A0 | 5A | 70 | 0 | 2C | 1E | 25 | 155 | 1C | 31 |
| Octal | 240 | 132 | 160 | 0 | 54 | 36 | 45 | 525 | 34 | 61 |
| Binary | 10100000 | 1011010 | 1110000 | 0 | 101100 | 11110 | 100101 | 101010101 | 11100 | 110001 |
Color Harmonies of #A05A70
Complementary color
Monochromatic Colors of #A05A70
Black with #A05A70
Text Example
Text Example
White with #A05A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A70; }
p { color: rgb(160,90,112); }
H1.HeaderClassName
{
color: #A05A70;
}
.AnyTagClassName
{
color: #A05A70;
}
</style>
background-color css
<style>
a { background-color: #A05A70; }
a { background-color: rgb(160,90,112); }
div.DivClassName
{
background-color: #A05A70;
}
.BgClassName
{
background-color: #A05A70;
}
</style>
border-color css
<style>
span { border-color: #A05A70; }
span { border-color: rgb(160,90,112); }
td.TdClassName
{
border-color: #A05A70;
}
.TagClassName
{
border-color: #A05A70;
}
</style>