Shades of Mauve Taupe #A15E6E
Tints of Mauve Taupe #A15E6E
RGB
CMYK
RGB Variations
Color information
#A15E6E (or 0xA15E6E) is known color: Mauve Taupe. HEX triplet: A1, 5E and 6E. RGB value is (161,94,110). Sum of RGB (Red+Green+Blue) = 161+94+110=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E6E is #5EA191. Grayscale: #737373. Windows color (decimal): -6201746 or 7233185. OLE color: 7233185.
HSL color Cylindrical-coordinate representation of color #A15E6E: hue angle of 345.67º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15E6E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 110 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.37 |
| HSL | 345.67º | 0.26% | 0.5% | - |
| HSV(B) | 345.67º | 0.42% | 0.63% | - |
| XYZ | 21.52 | 16.71 | 16.84 | - |
| YUV | 115.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 110 | 0 | 0.42 | 0.32 | 0.37 | 345.67 | 0.26 | 0.5 |
| Hex | A1 | 5E | 6E | 0 | 2A | 20 | 25 | 15A | 1A | 32 |
| Octal | 241 | 136 | 156 | 0 | 52 | 40 | 45 | 532 | 32 | 62 |
| Binary | 10100001 | 1011110 | 1101110 | 0 | 101010 | 100000 | 100101 | 101011010 | 11010 | 110010 |
Color Harmonies of #A15E6E
Complementary color
Monochromatic Colors of #A15E6E
Black with #A15E6E
Text Example
Text Example
White with #A15E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E6E; }
p { color: rgb(161,94,110); }
H1.HeaderClassName
{
color: #A15E6E;
}
.AnyTagClassName
{
color: #A15E6E;
}
</style>
background-color css
<style>
a { background-color: #A15E6E; }
a { background-color: rgb(161,94,110); }
div.DivClassName
{
background-color: #A15E6E;
}
.BgClassName
{
background-color: #A15E6E;
}
</style>
border-color css
<style>
span { border-color: #A15E6E; }
span { border-color: rgb(161,94,110); }
td.TdClassName
{
border-color: #A15E6E;
}
.TagClassName
{
border-color: #A15E6E;
}
</style>