Shades of Mauve Taupe #A46075
Tints of Mauve Taupe #A46075
RGB
CMYK
RGB Variations
Color information
#A46075 (or 0xA46075) is known color: Mauve Taupe. HEX triplet: A4, 60 and 75. RGB value is (164,96,117). Sum of RGB (Red+Green+Blue) = 164+96+117=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46075 is #5B9F8A. Grayscale: #767676. Windows color (decimal): -6004619 or 7692452. OLE color: 7692452.
HSL color Cylindrical-coordinate representation of color #A46075: hue angle of 341.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46075 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 117 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.36 |
| HSL | 341.47º | 0.27% | 0.51% | - |
| HSV(B) | 341.47º | 0.41% | 0.64% | - |
| XYZ | 22.7 | 17.54 | 19.02 | - |
| YUV | 118.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 117 | 0 | 0.41 | 0.29 | 0.36 | 341.47 | 0.27 | 0.51 |
| Hex | A4 | 60 | 75 | 0 | 29 | 1D | 24 | 155 | 1B | 33 |
| Octal | 244 | 140 | 165 | 0 | 51 | 35 | 44 | 525 | 33 | 63 |
| Binary | 10100100 | 1100000 | 1110101 | 0 | 101001 | 11101 | 100100 | 101010101 | 11011 | 110011 |
Color Harmonies of #A46075
Complementary color
Monochromatic Colors of #A46075
Black with #A46075
Text Example
Text Example
White with #A46075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46075; }
p { color: rgb(164,96,117); }
H1.HeaderClassName
{
color: #A46075;
}
.AnyTagClassName
{
color: #A46075;
}
</style>
background-color css
<style>
a { background-color: #A46075; }
a { background-color: rgb(164,96,117); }
div.DivClassName
{
background-color: #A46075;
}
.BgClassName
{
background-color: #A46075;
}
</style>
border-color css
<style>
span { border-color: #A46075; }
span { border-color: rgb(164,96,117); }
td.TdClassName
{
border-color: #A46075;
}
.TagClassName
{
border-color: #A46075;
}
</style>