Shades of Mauve Taupe #A25E76
Tints of Mauve Taupe #A25E76
RGB
CMYK
RGB Variations
Color information
#A25E76 (or 0xA25E76) is known color: Mauve Taupe. HEX triplet: A2, 5E and 76. RGB value is (162,94,118). Sum of RGB (Red+Green+Blue) = 162+94+118=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E76 is #5DA189. Grayscale: #757575. Windows color (decimal): -6136202 or 7757474. OLE color: 7757474.
HSL color Cylindrical-coordinate representation of color #A25E76: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E76 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 118 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.36 |
| HSL | 338.82º | 0.27% | 0.5% | - |
| HSV(B) | 338.82º | 0.42% | 0.64% | - |
| XYZ | 22.17 | 16.99 | 19.25 | - |
| YUV | 117.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 118 | 0 | 0.42 | 0.27 | 0.36 | 338.82 | 0.27 | 0.5 |
| Hex | A2 | 5E | 76 | 0 | 2A | 1B | 24 | 153 | 1B | 32 |
| Octal | 242 | 136 | 166 | 0 | 52 | 33 | 44 | 523 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1110110 | 0 | 101010 | 11011 | 100100 | 101010011 | 11011 | 110010 |
Color Harmonies of #A25E76
Complementary color
Monochromatic Colors of #A25E76
Black with #A25E76
Text Example
Text Example
White with #A25E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E76; }
p { color: rgb(162,94,118); }
H1.HeaderClassName
{
color: #A25E76;
}
.AnyTagClassName
{
color: #A25E76;
}
</style>
background-color css
<style>
a { background-color: #A25E76; }
a { background-color: rgb(162,94,118); }
div.DivClassName
{
background-color: #A25E76;
}
.BgClassName
{
background-color: #A25E76;
}
</style>
border-color css
<style>
span { border-color: #A25E76; }
span { border-color: rgb(162,94,118); }
td.TdClassName
{
border-color: #A25E76;
}
.TagClassName
{
border-color: #A25E76;
}
</style>