Shades of Mauve Taupe #A45970
Tints of Mauve Taupe #A45970
RGB
CMYK
RGB Variations
Color information
#A45970 (or 0xA45970) is known color: Mauve Taupe. HEX triplet: A4, 59 and 70. RGB value is (164,89,112). Sum of RGB (Red+Green+Blue) = 164+89+112=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45970 is #5BA68F. Grayscale: #727272. Windows color (decimal): -6006416 or 7362980. OLE color: 7362980.
HSL color Cylindrical-coordinate representation of color #A45970: hue angle of 341.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45970 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 112 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.36 |
| HSL | 341.6º | 0.3% | 0.5% | - |
| HSV(B) | 341.6º | 0.46% | 0.64% | - |
| XYZ | 21.81 | 16.21 | 17.31 | - |
| YUV | 114.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 112 | 0 | 0.46 | 0.32 | 0.36 | 341.6 | 0.3 | 0.5 |
| Hex | A4 | 59 | 70 | 0 | 2E | 20 | 24 | 156 | 1E | 32 |
| Octal | 244 | 131 | 160 | 0 | 56 | 40 | 44 | 526 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1110000 | 0 | 101110 | 100000 | 100100 | 101010110 | 11110 | 110010 |
Color Harmonies of #A45970
Complementary color
Monochromatic Colors of #A45970
Black with #A45970
Text Example
Text Example
White with #A45970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45970; }
p { color: rgb(164,89,112); }
H1.HeaderClassName
{
color: #A45970;
}
.AnyTagClassName
{
color: #A45970;
}
</style>
background-color css
<style>
a { background-color: #A45970; }
a { background-color: rgb(164,89,112); }
div.DivClassName
{
background-color: #A45970;
}
.BgClassName
{
background-color: #A45970;
}
</style>
border-color css
<style>
span { border-color: #A45970; }
span { border-color: rgb(164,89,112); }
td.TdClassName
{
border-color: #A45970;
}
.TagClassName
{
border-color: #A45970;
}
</style>