Shades of Mauve Taupe #A05D70
Tints of Mauve Taupe #A05D70
RGB
CMYK
RGB Variations
Color information
#A05D70 (or 0xA05D70) is known color: Mauve Taupe. HEX triplet: A0, 5D and 70. RGB value is (160,93,112). Sum of RGB (Red+Green+Blue) = 160+93+112=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D70 is #5FA28F. Grayscale: #737373. Windows color (decimal): -6267536 or 7364000. OLE color: 7364000.
HSL color Cylindrical-coordinate representation of color #A05D70: hue angle of 342.99º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D70 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 112 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.37 |
| HSL | 342.99º | 0.26% | 0.5% | - |
| HSV(B) | 342.99º | 0.42% | 0.63% | - |
| XYZ | 21.34 | 16.47 | 17.38 | - |
| YUV | 115.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 112 | 0 | 0.42 | 0.30 | 0.37 | 342.99 | 0.26 | 0.5 |
| Hex | A0 | 5D | 70 | 0 | 2A | 1E | 25 | 157 | 1A | 32 |
| Octal | 240 | 135 | 160 | 0 | 52 | 36 | 45 | 527 | 32 | 62 |
| Binary | 10100000 | 1011101 | 1110000 | 0 | 101010 | 11110 | 100101 | 101010111 | 11010 | 110010 |
Color Harmonies of #A05D70
Complementary color
Monochromatic Colors of #A05D70
Black with #A05D70
Text Example
Text Example
White with #A05D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D70; }
p { color: rgb(160,93,112); }
H1.HeaderClassName
{
color: #A05D70;
}
.AnyTagClassName
{
color: #A05D70;
}
</style>
background-color css
<style>
a { background-color: #A05D70; }
a { background-color: rgb(160,93,112); }
div.DivClassName
{
background-color: #A05D70;
}
.BgClassName
{
background-color: #A05D70;
}
</style>
border-color css
<style>
span { border-color: #A05D70; }
span { border-color: rgb(160,93,112); }
td.TdClassName
{
border-color: #A05D70;
}
.TagClassName
{
border-color: #A05D70;
}
</style>