Shades of Mauve Taupe #A06374
Tints of Mauve Taupe #A06374
RGB
CMYK
RGB Variations
Color information
#A06374 (or 0xA06374) is known color: Mauve Taupe. HEX triplet: A0, 63 and 74. RGB value is (160,99,116). Sum of RGB (Red+Green+Blue) = 160+99+116=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06374 is #5F9C8B. Grayscale: #777777. Windows color (decimal): -6265996 or 7627680. OLE color: 7627680.
HSL color Cylindrical-coordinate representation of color #A06374: hue angle of 343.28º 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 #A06374 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 116 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.37 |
| HSL | 343.28º | 0.24% | 0.51% | - |
| HSV(B) | 343.28º | 0.38% | 0.63% | - |
| XYZ | 22.11 | 17.66 | 18.77 | - |
| YUV | 119.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 116 | 0 | 0.38 | 0.28 | 0.37 | 343.28 | 0.24 | 0.51 |
| Hex | A0 | 63 | 74 | 0 | 26 | 1C | 25 | 157 | 18 | 33 |
| Octal | 240 | 143 | 164 | 0 | 46 | 34 | 45 | 527 | 30 | 63 |
| Binary | 10100000 | 1100011 | 1110100 | 0 | 100110 | 11100 | 100101 | 101010111 | 11000 | 110011 |
Color Harmonies of #A06374
Complementary color
Monochromatic Colors of #A06374
Black with #A06374
Text Example
Text Example
White with #A06374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06374; }
p { color: rgb(160,99,116); }
H1.HeaderClassName
{
color: #A06374;
}
.AnyTagClassName
{
color: #A06374;
}
</style>
background-color css
<style>
a { background-color: #A06374; }
a { background-color: rgb(160,99,116); }
div.DivClassName
{
background-color: #A06374;
}
.BgClassName
{
background-color: #A06374;
}
</style>
border-color css
<style>
span { border-color: #A06374; }
span { border-color: rgb(160,99,116); }
td.TdClassName
{
border-color: #A06374;
}
.TagClassName
{
border-color: #A06374;
}
</style>