Shades of Mauve Taupe #A45A70
Tints of Mauve Taupe #A45A70
RGB
CMYK
RGB Variations
Color information
#A45A70 (or 0xA45A70) is known color: Mauve Taupe. HEX triplet: A4, 5A and 70. RGB value is (164,90,112). Sum of RGB (Red+Green+Blue) = 164+90+112=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A70 is #5BA58F. Grayscale: #727272. Windows color (decimal): -6006160 or 7363236. OLE color: 7363236.
HSL color Cylindrical-coordinate representation of color #A45A70: hue angle of 342.16º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A70 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 112 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.36 |
| HSL | 342.16º | 0.29% | 0.5% | - |
| HSV(B) | 342.16º | 0.45% | 0.64% | - |
| XYZ | 21.89 | 16.37 | 17.34 | - |
| YUV | 114.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 112 | 0 | 0.45 | 0.32 | 0.36 | 342.16 | 0.29 | 0.5 |
| Hex | A4 | 5A | 70 | 0 | 2D | 20 | 24 | 156 | 1D | 32 |
| Octal | 244 | 132 | 160 | 0 | 55 | 40 | 44 | 526 | 35 | 62 |
| Binary | 10100100 | 1011010 | 1110000 | 0 | 101101 | 100000 | 100100 | 101010110 | 11101 | 110010 |
Color Harmonies of #A45A70
Complementary color
Monochromatic Colors of #A45A70
Black with #A45A70
Text Example
Text Example
White with #A45A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A70; }
p { color: rgb(164,90,112); }
H1.HeaderClassName
{
color: #A45A70;
}
.AnyTagClassName
{
color: #A45A70;
}
</style>
background-color css
<style>
a { background-color: #A45A70; }
a { background-color: rgb(164,90,112); }
div.DivClassName
{
background-color: #A45A70;
}
.BgClassName
{
background-color: #A45A70;
}
</style>
border-color css
<style>
span { border-color: #A45A70; }
span { border-color: rgb(164,90,112); }
td.TdClassName
{
border-color: #A45A70;
}
.TagClassName
{
border-color: #A45A70;
}
</style>