Shades of Mauve Taupe #A06379
Tints of Mauve Taupe #A06379
RGB
CMYK
RGB Variations
Color information
#A06379 (or 0xA06379) is known color: Mauve Taupe. HEX triplet: A0, 63 and 79. RGB value is (160,99,121). Sum of RGB (Red+Green+Blue) = 160+99+121=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06379 is #5F9C86. Grayscale: #777777. Windows color (decimal): -6265991 or 7955360. OLE color: 7955360.
HSL color Cylindrical-coordinate representation of color #A06379: hue angle of 338.36º 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 #A06379 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 121 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.37 |
| HSL | 338.36º | 0.24% | 0.51% | - |
| HSV(B) | 338.36º | 0.38% | 0.63% | - |
| XYZ | 22.41 | 17.78 | 20.34 | - |
| YUV | 119.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 121 | 0 | 0.38 | 0.24 | 0.37 | 338.36 | 0.24 | 0.51 |
| Hex | A0 | 63 | 79 | 0 | 26 | 18 | 25 | 152 | 18 | 33 |
| Octal | 240 | 143 | 171 | 0 | 46 | 30 | 45 | 522 | 30 | 63 |
| Binary | 10100000 | 1100011 | 1111001 | 0 | 100110 | 11000 | 100101 | 101010010 | 11000 | 110011 |
Color Harmonies of #A06379
Complementary color
Monochromatic Colors of #A06379
Black with #A06379
Text Example
Text Example
White with #A06379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06379; }
p { color: rgb(160,99,121); }
H1.HeaderClassName
{
color: #A06379;
}
.AnyTagClassName
{
color: #A06379;
}
</style>
background-color css
<style>
a { background-color: #A06379; }
a { background-color: rgb(160,99,121); }
div.DivClassName
{
background-color: #A06379;
}
.BgClassName
{
background-color: #A06379;
}
</style>
border-color css
<style>
span { border-color: #A06379; }
span { border-color: rgb(160,99,121); }
td.TdClassName
{
border-color: #A06379;
}
.TagClassName
{
border-color: #A06379;
}
</style>