Shades of Mauve Taupe #A26072
Tints of Mauve Taupe #A26072
RGB
CMYK
RGB Variations
Color information
#A26072 (or 0xA26072) is known color: Mauve Taupe. HEX triplet: A2, 60 and 72. RGB value is (162,96,114). Sum of RGB (Red+Green+Blue) = 162+96+114=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A26072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26072 is #5D9F8D. Grayscale: #757575. Windows color (decimal): -6135694 or 7495842. OLE color: 7495842.
HSL color Cylindrical-coordinate representation of color #A26072: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26072 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 114 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.36 |
| HSL | 343.64º | 0.26% | 0.51% | - |
| HSV(B) | 343.64º | 0.41% | 0.64% | - |
| XYZ | 22.12 | 17.26 | 18.09 | - |
| YUV | 117.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 114 | 0 | 0.41 | 0.30 | 0.36 | 343.64 | 0.26 | 0.51 |
| Hex | A2 | 60 | 72 | 0 | 29 | 1E | 24 | 158 | 1A | 33 |
| Octal | 242 | 140 | 162 | 0 | 51 | 36 | 44 | 530 | 32 | 63 |
| Binary | 10100010 | 1100000 | 1110010 | 0 | 101001 | 11110 | 100100 | 101011000 | 11010 | 110011 |
Color Harmonies of #A26072
Complementary color
Monochromatic Colors of #A26072
Black with #A26072
Text Example
Text Example
White with #A26072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26072; }
p { color: rgb(162,96,114); }
H1.HeaderClassName
{
color: #A26072;
}
.AnyTagClassName
{
color: #A26072;
}
</style>
background-color css
<style>
a { background-color: #A26072; }
a { background-color: rgb(162,96,114); }
div.DivClassName
{
background-color: #A26072;
}
.BgClassName
{
background-color: #A26072;
}
</style>
border-color css
<style>
span { border-color: #A26072; }
span { border-color: rgb(162,96,114); }
td.TdClassName
{
border-color: #A26072;
}
.TagClassName
{
border-color: #A26072;
}
</style>