Shades of Mauve Taupe #A15F75
Tints of Mauve Taupe #A15F75
RGB
CMYK
RGB Variations
Color information
#A15F75 (or 0xA15F75) is known color: Mauve Taupe. HEX triplet: A1, 5F and 75. RGB value is (161,95,117). Sum of RGB (Red+Green+Blue) = 161+95+117=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F75 is #5EA08A. Grayscale: #757575. Windows color (decimal): -6201483 or 7692193. OLE color: 7692193.
HSL color Cylindrical-coordinate representation of color #A15F75: hue angle of 340º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A15F75 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 117 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.37 |
| HSL | 340º | 0.26% | 0.5% | - |
| HSV(B) | 340º | 0.41% | 0.63% | - |
| XYZ | 22 | 17.05 | 18.96 | - |
| YUV | 117.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 117 | 0 | 0.41 | 0.27 | 0.37 | 340 | 0.26 | 0.5 |
| Hex | A1 | 5F | 75 | 0 | 29 | 1B | 25 | 154 | 1A | 32 |
| Octal | 241 | 137 | 165 | 0 | 51 | 33 | 45 | 524 | 32 | 62 |
| Binary | 10100001 | 1011111 | 1110101 | 0 | 101001 | 11011 | 100101 | 101010100 | 11010 | 110010 |
Color Harmonies of #A15F75
Complementary color
Monochromatic Colors of #A15F75
Black with #A15F75
Text Example
Text Example
White with #A15F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F75; }
p { color: rgb(161,95,117); }
H1.HeaderClassName
{
color: #A15F75;
}
.AnyTagClassName
{
color: #A15F75;
}
</style>
background-color css
<style>
a { background-color: #A15F75; }
a { background-color: rgb(161,95,117); }
div.DivClassName
{
background-color: #A15F75;
}
.BgClassName
{
background-color: #A15F75;
}
</style>
border-color css
<style>
span { border-color: #A15F75; }
span { border-color: rgb(161,95,117); }
td.TdClassName
{
border-color: #A15F75;
}
.TagClassName
{
border-color: #A15F75;
}
</style>