Shades of Mauve Taupe #A05E70
Tints of Mauve Taupe #A05E70
RGB
CMYK
RGB Variations
Color information
#A05E70 (or 0xA05E70) is known color: Mauve Taupe. HEX triplet: A0, 5E and 70. RGB value is (160,94,112). Sum of RGB (Red+Green+Blue) = 160+94+112=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E70 is #5FA18F. Grayscale: #737373. Windows color (decimal): -6267280 or 7364256. OLE color: 7364256.
HSL color Cylindrical-coordinate representation of color #A05E70: hue angle of 343.64º degrees, saturation: 0.26, 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 #A05E70 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 112 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.37 |
| HSL | 343.64º | 0.26% | 0.5% | - |
| HSV(B) | 343.64º | 0.41% | 0.63% | - |
| XYZ | 21.42 | 16.65 | 17.41 | - |
| YUV | 115.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 112 | 0 | 0.41 | 0.30 | 0.37 | 343.64 | 0.26 | 0.5 |
| Hex | A0 | 5E | 70 | 0 | 29 | 1E | 25 | 158 | 1A | 32 |
| Octal | 240 | 136 | 160 | 0 | 51 | 36 | 45 | 530 | 32 | 62 |
| Binary | 10100000 | 1011110 | 1110000 | 0 | 101001 | 11110 | 100101 | 101011000 | 11010 | 110010 |
Color Harmonies of #A05E70
Complementary color
Monochromatic Colors of #A05E70
Black with #A05E70
Text Example
Text Example
White with #A05E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E70; }
p { color: rgb(160,94,112); }
H1.HeaderClassName
{
color: #A05E70;
}
.AnyTagClassName
{
color: #A05E70;
}
</style>
background-color css
<style>
a { background-color: #A05E70; }
a { background-color: rgb(160,94,112); }
div.DivClassName
{
background-color: #A05E70;
}
.BgClassName
{
background-color: #A05E70;
}
</style>
border-color css
<style>
span { border-color: #A05E70; }
span { border-color: rgb(160,94,112); }
td.TdClassName
{
border-color: #A05E70;
}
.TagClassName
{
border-color: #A05E70;
}
</style>