Shades of Mauve Taupe #A05A73
Tints of Mauve Taupe #A05A73
RGB
CMYK
RGB Variations
Color information
#A05A73 (or 0xA05A73) is known color: Mauve Taupe. HEX triplet: A0, 5A and 73. RGB value is (160,90,115). Sum of RGB (Red+Green+Blue) = 160+90+115=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A73 is #5FA58C. Grayscale: #717171. Windows color (decimal): -6268301 or 7559840. OLE color: 7559840.
HSL color Cylindrical-coordinate representation of color #A05A73: hue angle of 338.57º degrees, saturation: 0.28, 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 #A05A73 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 115 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.37 |
| HSL | 338.57º | 0.28% | 0.49% | - |
| HSV(B) | 338.57º | 0.44% | 0.63% | - |
| XYZ | 21.25 | 16.02 | 18.19 | - |
| YUV | 113.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 115 | 0 | 0.44 | 0.28 | 0.37 | 338.57 | 0.28 | 0.49 |
| Hex | A0 | 5A | 73 | 0 | 2C | 1C | 25 | 153 | 1C | 31 |
| Octal | 240 | 132 | 163 | 0 | 54 | 34 | 45 | 523 | 34 | 61 |
| Binary | 10100000 | 1011010 | 1110011 | 0 | 101100 | 11100 | 100101 | 101010011 | 11100 | 110001 |
Color Harmonies of #A05A73
Complementary color
Monochromatic Colors of #A05A73
Black with #A05A73
Text Example
Text Example
White with #A05A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A73; }
p { color: rgb(160,90,115); }
H1.HeaderClassName
{
color: #A05A73;
}
.AnyTagClassName
{
color: #A05A73;
}
</style>
background-color css
<style>
a { background-color: #A05A73; }
a { background-color: rgb(160,90,115); }
div.DivClassName
{
background-color: #A05A73;
}
.BgClassName
{
background-color: #A05A73;
}
</style>
border-color css
<style>
span { border-color: #A05A73; }
span { border-color: rgb(160,90,115); }
td.TdClassName
{
border-color: #A05A73;
}
.TagClassName
{
border-color: #A05A73;
}
</style>