Shades of Mauve Taupe #A0606C
Tints of Mauve Taupe #A0606C
RGB
CMYK
RGB Variations
Color information
#A0606C (or 0xA0606C) is known color: Mauve Taupe. HEX triplet: A0, 60 and 6C. RGB value is (160,96,108). Sum of RGB (Red+Green+Blue) = 160+96+108=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606C is #5F9F93. Grayscale: #747474. Windows color (decimal): -6266772 or 7102624. OLE color: 7102624.
HSL color Cylindrical-coordinate representation of color #A0606C: hue angle of 348.75º 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 #A0606C is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 108 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.37 |
| HSL | 348.75º | 0.25% | 0.5% | - |
| HSV(B) | 348.75º | 0.4% | 0.63% | - |
| XYZ | 21.39 | 16.92 | 16.33 | - |
| YUV | 116.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 108 | 0 | 0.4 | 0.32 | 0.37 | 348.75 | 0.25 | 0.5 |
| Hex | A0 | 60 | 6C | 0 | 28 | 20 | 25 | 15D | 19 | 32 |
| Octal | 240 | 140 | 154 | 0 | 50 | 40 | 45 | 535 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1101100 | 0 | 101000 | 100000 | 100101 | 101011101 | 11001 | 110010 |
Color Harmonies of #A0606C
Complementary color
Monochromatic Colors of #A0606C
Black with #A0606C
Text Example
Text Example
White with #A0606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0606C; }
p { color: rgb(160,96,108); }
H1.HeaderClassName
{
color: #A0606C;
}
.AnyTagClassName
{
color: #A0606C;
}
</style>
background-color css
<style>
a { background-color: #A0606C; }
a { background-color: rgb(160,96,108); }
div.DivClassName
{
background-color: #A0606C;
}
.BgClassName
{
background-color: #A0606C;
}
</style>
border-color css
<style>
span { border-color: #A0606C; }
span { border-color: rgb(160,96,108); }
td.TdClassName
{
border-color: #A0606C;
}
.TagClassName
{
border-color: #A0606C;
}
</style>