Shades of Mauve Taupe #A05973
Tints of Mauve Taupe #A05973
RGB
CMYK
RGB Variations
Color information
#A05973 (or 0xA05973) is known color: Mauve Taupe. HEX triplet: A0, 59 and 73. RGB value is (160,89,115). Sum of RGB (Red+Green+Blue) = 160+89+115=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05973 is #5FA68C. Grayscale: #717171. Windows color (decimal): -6268557 or 7559584. OLE color: 7559584.
HSL color Cylindrical-coordinate representation of color #A05973: hue angle of 338.03º degrees, saturation: 0.29, 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 #A05973 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 115 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.37 |
| HSL | 338.03º | 0.29% | 0.49% | - |
| HSV(B) | 338.03º | 0.44% | 0.63% | - |
| XYZ | 21.16 | 15.86 | 18.16 | - |
| YUV | 113.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 115 | 0 | 0.44 | 0.28 | 0.37 | 338.03 | 0.29 | 0.49 |
| Hex | A0 | 59 | 73 | 0 | 2C | 1C | 25 | 152 | 1D | 31 |
| Octal | 240 | 131 | 163 | 0 | 54 | 34 | 45 | 522 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1110011 | 0 | 101100 | 11100 | 100101 | 101010010 | 11101 | 110001 |
Color Harmonies of #A05973
Complementary color
Monochromatic Colors of #A05973
Black with #A05973
Text Example
Text Example
White with #A05973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05973; }
p { color: rgb(160,89,115); }
H1.HeaderClassName
{
color: #A05973;
}
.AnyTagClassName
{
color: #A05973;
}
</style>
background-color css
<style>
a { background-color: #A05973; }
a { background-color: rgb(160,89,115); }
div.DivClassName
{
background-color: #A05973;
}
.BgClassName
{
background-color: #A05973;
}
</style>
border-color css
<style>
span { border-color: #A05973; }
span { border-color: rgb(160,89,115); }
td.TdClassName
{
border-color: #A05973;
}
.TagClassName
{
border-color: #A05973;
}
</style>