Shades of Mauve Taupe #A15673
Tints of Mauve Taupe #A15673
RGB
CMYK
RGB Variations
Color information
#A15673 (or 0xA15673) is known color: Mauve Taupe. HEX triplet: A1, 56 and 73. RGB value is (161,86,115). Sum of RGB (Red+Green+Blue) = 161+86+115=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15673 is #5EA98C. Grayscale: #6F6F6F. Windows color (decimal): -6203789 or 7558817. OLE color: 7558817.
HSL color Cylindrical-coordinate representation of color #A15673: hue angle of 336.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15673 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 115 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.37 |
| HSL | 336.8º | 0.3% | 0.48% | - |
| HSV(B) | 336.8º | 0.47% | 0.63% | - |
| XYZ | 21.12 | 15.47 | 18.09 | - |
| YUV | 111.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 115 | 0 | 0.47 | 0.29 | 0.37 | 336.8 | 0.3 | 0.48 |
| Hex | A1 | 56 | 73 | 0 | 2F | 1D | 25 | 151 | 1E | 30 |
| Octal | 241 | 126 | 163 | 0 | 57 | 35 | 45 | 521 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1110011 | 0 | 101111 | 11101 | 100101 | 101010001 | 11110 | 110000 |
Color Harmonies of #A15673
Complementary color
Monochromatic Colors of #A15673
Black with #A15673
Text Example
Text Example
White with #A15673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15673; }
p { color: rgb(161,86,115); }
H1.HeaderClassName
{
color: #A15673;
}
.AnyTagClassName
{
color: #A15673;
}
</style>
background-color css
<style>
a { background-color: #A15673; }
a { background-color: rgb(161,86,115); }
div.DivClassName
{
background-color: #A15673;
}
.BgClassName
{
background-color: #A15673;
}
</style>
border-color css
<style>
span { border-color: #A15673; }
span { border-color: rgb(161,86,115); }
td.TdClassName
{
border-color: #A15673;
}
.TagClassName
{
border-color: #A15673;
}
</style>