Shades of Mauve Taupe #A0606D
Tints of Mauve Taupe #A0606D
RGB
CMYK
RGB Variations
Color information
#A0606D (or 0xA0606D) is known color: Mauve Taupe. HEX triplet: A0, 60 and 6D. RGB value is (160,96,109). Sum of RGB (Red+Green+Blue) = 160+96+109=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606D is #5F9F92. Grayscale: #747474. Windows color (decimal): -6266771 or 7168160. OLE color: 7168160.
HSL color Cylindrical-coordinate representation of color #A0606D: hue angle of 347.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0606D is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 109 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.37 |
| HSL | 347.81º | 0.25% | 0.5% | - |
| HSV(B) | 347.81º | 0.4% | 0.63% | - |
| XYZ | 21.44 | 16.94 | 16.61 | - |
| YUV | 116.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 109 | 0 | 0.4 | 0.32 | 0.37 | 347.81 | 0.25 | 0.5 |
| Hex | A0 | 60 | 6D | 0 | 28 | 20 | 25 | 15C | 19 | 32 |
| Octal | 240 | 140 | 155 | 0 | 50 | 40 | 45 | 534 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1101101 | 0 | 101000 | 100000 | 100101 | 101011100 | 11001 | 110010 |
Color Harmonies of #A0606D
Complementary color
Monochromatic Colors of #A0606D
Black with #A0606D
Text Example
Text Example
White with #A0606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0606D; }
p { color: rgb(160,96,109); }
H1.HeaderClassName
{
color: #A0606D;
}
.AnyTagClassName
{
color: #A0606D;
}
</style>
background-color css
<style>
a { background-color: #A0606D; }
a { background-color: rgb(160,96,109); }
div.DivClassName
{
background-color: #A0606D;
}
.BgClassName
{
background-color: #A0606D;
}
</style>
border-color css
<style>
span { border-color: #A0606D; }
span { border-color: rgb(160,96,109); }
td.TdClassName
{
border-color: #A0606D;
}
.TagClassName
{
border-color: #A0606D;
}
</style>