Shades of Mauve Taupe #A06479
Tints of Mauve Taupe #A06479
RGB
CMYK
RGB Variations
Color information
#A06479 (or 0xA06479) is known color: Mauve Taupe. HEX triplet: A0, 64 and 79. RGB value is (160,100,121). Sum of RGB (Red+Green+Blue) = 160+100+121=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06479 is #5F9B86. Grayscale: #787878. Windows color (decimal): -6265735 or 7955616. OLE color: 7955616.
HSL color Cylindrical-coordinate representation of color #A06479: hue angle of 339º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06479 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 121 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.37 |
| HSL | 339º | 0.24% | 0.51% | - |
| HSV(B) | 339º | 0.38% | 0.63% | - |
| XYZ | 22.51 | 17.97 | 20.37 | - |
| YUV | 120.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 121 | 0 | 0.38 | 0.24 | 0.37 | 339 | 0.24 | 0.51 |
| Hex | A0 | 64 | 79 | 0 | 26 | 18 | 25 | 153 | 18 | 33 |
| Octal | 240 | 144 | 171 | 0 | 46 | 30 | 45 | 523 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1111001 | 0 | 100110 | 11000 | 100101 | 101010011 | 11000 | 110011 |
Color Harmonies of #A06479
Complementary color
Monochromatic Colors of #A06479
Black with #A06479
Text Example
Text Example
White with #A06479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06479; }
p { color: rgb(160,100,121); }
H1.HeaderClassName
{
color: #A06479;
}
.AnyTagClassName
{
color: #A06479;
}
</style>
background-color css
<style>
a { background-color: #A06479; }
a { background-color: rgb(160,100,121); }
div.DivClassName
{
background-color: #A06479;
}
.BgClassName
{
background-color: #A06479;
}
</style>
border-color css
<style>
span { border-color: #A06479; }
span { border-color: rgb(160,100,121); }
td.TdClassName
{
border-color: #A06479;
}
.TagClassName
{
border-color: #A06479;
}
</style>