Shades of Mauve Taupe #A15C74
Tints of Mauve Taupe #A15C74
RGB
CMYK
RGB Variations
Color information
#A15C74 (or 0xA15C74) is known color: Mauve Taupe. HEX triplet: A1, 5C and 74. RGB value is (161,92,116). Sum of RGB (Red+Green+Blue) = 161+92+116=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C74 is #5EA38B. Grayscale: #737373. Windows color (decimal): -6202252 or 7625889. OLE color: 7625889.
HSL color Cylindrical-coordinate representation of color #A15C74: hue angle of 339.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15C74 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 116 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.37 |
| HSL | 339.13º | 0.27% | 0.5% | - |
| HSV(B) | 339.13º | 0.43% | 0.63% | - |
| XYZ | 21.68 | 16.49 | 18.56 | - |
| YUV | 115.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 116 | 0 | 0.43 | 0.28 | 0.37 | 339.13 | 0.27 | 0.5 |
| Hex | A1 | 5C | 74 | 0 | 2B | 1C | 25 | 153 | 1B | 32 |
| Octal | 241 | 134 | 164 | 0 | 53 | 34 | 45 | 523 | 33 | 62 |
| Binary | 10100001 | 1011100 | 1110100 | 0 | 101011 | 11100 | 100101 | 101010011 | 11011 | 110010 |
Color Harmonies of #A15C74
Complementary color
Monochromatic Colors of #A15C74
Black with #A15C74
Text Example
Text Example
White with #A15C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C74; }
p { color: rgb(161,92,116); }
H1.HeaderClassName
{
color: #A15C74;
}
.AnyTagClassName
{
color: #A15C74;
}
</style>
background-color css
<style>
a { background-color: #A15C74; }
a { background-color: rgb(161,92,116); }
div.DivClassName
{
background-color: #A15C74;
}
.BgClassName
{
background-color: #A15C74;
}
</style>
border-color css
<style>
span { border-color: #A15C74; }
span { border-color: rgb(161,92,116); }
td.TdClassName
{
border-color: #A15C74;
}
.TagClassName
{
border-color: #A15C74;
}
</style>