Shades of Mauve Taupe #A05A75
Tints of Mauve Taupe #A05A75
RGB
CMYK
RGB Variations
Color information
#A05A75 (or 0xA05A75) is known color: Mauve Taupe. HEX triplet: A0, 5A and 75. RGB value is (160,90,117). Sum of RGB (Red+Green+Blue) = 160+90+117=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A75 is #5FA58A. Grayscale: #717171. Windows color (decimal): -6268299 or 7690912. OLE color: 7690912.
HSL color Cylindrical-coordinate representation of color #A05A75: hue angle of 336.86º 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 #A05A75 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 117 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.37 |
| HSL | 336.86º | 0.28% | 0.49% | - |
| HSV(B) | 336.86º | 0.44% | 0.63% | - |
| XYZ | 21.36 | 16.07 | 18.81 | - |
| YUV | 114.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 117 | 0 | 0.44 | 0.27 | 0.37 | 336.86 | 0.28 | 0.49 |
| Hex | A0 | 5A | 75 | 0 | 2C | 1B | 25 | 151 | 1C | 31 |
| Octal | 240 | 132 | 165 | 0 | 54 | 33 | 45 | 521 | 34 | 61 |
| Binary | 10100000 | 1011010 | 1110101 | 0 | 101100 | 11011 | 100101 | 101010001 | 11100 | 110001 |
Color Harmonies of #A05A75
Complementary color
Monochromatic Colors of #A05A75
Black with #A05A75
Text Example
Text Example
White with #A05A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A75; }
p { color: rgb(160,90,117); }
H1.HeaderClassName
{
color: #A05A75;
}
.AnyTagClassName
{
color: #A05A75;
}
</style>
background-color css
<style>
a { background-color: #A05A75; }
a { background-color: rgb(160,90,117); }
div.DivClassName
{
background-color: #A05A75;
}
.BgClassName
{
background-color: #A05A75;
}
</style>
border-color css
<style>
span { border-color: #A05A75; }
span { border-color: rgb(160,90,117); }
td.TdClassName
{
border-color: #A05A75;
}
.TagClassName
{
border-color: #A05A75;
}
</style>