Shades of Mauve Taupe #A25E69
Tints of Mauve Taupe #A25E69
RGB
CMYK
RGB Variations
Color information
#A25E69 (or 0xA25E69) is known color: Mauve Taupe. HEX triplet: A2, 5E and 69. RGB value is (162,94,105). Sum of RGB (Red+Green+Blue) = 162+94+105=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E69 is #5DA196. Grayscale: #737373. Windows color (decimal): -6136215 or 6905506. OLE color: 6905506.
HSL color Cylindrical-coordinate representation of color #A25E69: hue angle of 350.29º 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 #A25E69 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 105 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.36 |
| HSL | 350.29º | 0.27% | 0.5% | - |
| HSV(B) | 350.29º | 0.42% | 0.64% | - |
| XYZ | 21.45 | 16.71 | 15.46 | - |
| YUV | 115.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 105 | 0 | 0.42 | 0.35 | 0.36 | 350.29 | 0.27 | 0.5 |
| Hex | A2 | 5E | 69 | 0 | 2A | 23 | 24 | 15E | 1B | 32 |
| Octal | 242 | 136 | 151 | 0 | 52 | 43 | 44 | 536 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1101001 | 0 | 101010 | 100011 | 100100 | 101011110 | 11011 | 110010 |
Color Harmonies of #A25E69
Complementary color
Monochromatic Colors of #A25E69
Black with #A25E69
Text Example
Text Example
White with #A25E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E69; }
p { color: rgb(162,94,105); }
H1.HeaderClassName
{
color: #A25E69;
}
.AnyTagClassName
{
color: #A25E69;
}
</style>
background-color css
<style>
a { background-color: #A25E69; }
a { background-color: rgb(162,94,105); }
div.DivClassName
{
background-color: #A25E69;
}
.BgClassName
{
background-color: #A25E69;
}
</style>
border-color css
<style>
span { border-color: #A25E69; }
span { border-color: rgb(162,94,105); }
td.TdClassName
{
border-color: #A25E69;
}
.TagClassName
{
border-color: #A25E69;
}
</style>