Shades of Mauve Taupe #A15D6E
Tints of Mauve Taupe #A15D6E
RGB
CMYK
RGB Variations
Color information
#A15D6E (or 0xA15D6E) is known color: Mauve Taupe. HEX triplet: A1, 5D and 6E. RGB value is (161,93,110). Sum of RGB (Red+Green+Blue) = 161+93+110=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D6E is #5EA291. Grayscale: #737373. Windows color (decimal): -6202002 or 7232929. OLE color: 7232929.
HSL color Cylindrical-coordinate representation of color #A15D6E: hue angle of 345º degrees, saturation: 0.27, 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 #A15D6E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 110 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.37 |
| HSL | 345º | 0.27% | 0.5% | - |
| HSV(B) | 345º | 0.42% | 0.63% | - |
| XYZ | 21.43 | 16.53 | 16.81 | - |
| YUV | 115.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 110 | 0 | 0.42 | 0.32 | 0.37 | 345 | 0.27 | 0.5 |
| Hex | A1 | 5D | 6E | 0 | 2A | 20 | 25 | 159 | 1B | 32 |
| Octal | 241 | 135 | 156 | 0 | 52 | 40 | 45 | 531 | 33 | 62 |
| Binary | 10100001 | 1011101 | 1101110 | 0 | 101010 | 100000 | 100101 | 101011001 | 11011 | 110010 |
Color Harmonies of #A15D6E
Complementary color
Monochromatic Colors of #A15D6E
Black with #A15D6E
Text Example
Text Example
White with #A15D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D6E; }
p { color: rgb(161,93,110); }
H1.HeaderClassName
{
color: #A15D6E;
}
.AnyTagClassName
{
color: #A15D6E;
}
</style>
background-color css
<style>
a { background-color: #A15D6E; }
a { background-color: rgb(161,93,110); }
div.DivClassName
{
background-color: #A15D6E;
}
.BgClassName
{
background-color: #A15D6E;
}
</style>
border-color css
<style>
span { border-color: #A15D6E; }
span { border-color: rgb(161,93,110); }
td.TdClassName
{
border-color: #A15D6E;
}
.TagClassName
{
border-color: #A15D6E;
}
</style>