Shades of Mauve Taupe #A35B72
Tints of Mauve Taupe #A35B72
RGB
CMYK
RGB Variations
Color information
#A35B72 (or 0xA35B72) is known color: Mauve Taupe. HEX triplet: A3, 5B and 72. RGB value is (163,91,114). Sum of RGB (Red+Green+Blue) = 163+91+114=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B72 is #5CA48D. Grayscale: #737373. Windows color (decimal): -6071438 or 7494563. OLE color: 7494563.
HSL color Cylindrical-coordinate representation of color #A35B72: hue angle of 340.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B72 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 114 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.36 |
| HSL | 340.83º | 0.28% | 0.5% | - |
| HSV(B) | 340.83º | 0.44% | 0.64% | - |
| XYZ | 21.88 | 16.48 | 17.95 | - |
| YUV | 115.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 114 | 0 | 0.44 | 0.30 | 0.36 | 340.83 | 0.28 | 0.5 |
| Hex | A3 | 5B | 72 | 0 | 2C | 1E | 24 | 155 | 1C | 32 |
| Octal | 243 | 133 | 162 | 0 | 54 | 36 | 44 | 525 | 34 | 62 |
| Binary | 10100011 | 1011011 | 1110010 | 0 | 101100 | 11110 | 100100 | 101010101 | 11100 | 110010 |
Color Harmonies of #A35B72
Complementary color
Monochromatic Colors of #A35B72
Black with #A35B72
Text Example
Text Example
White with #A35B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B72; }
p { color: rgb(163,91,114); }
H1.HeaderClassName
{
color: #A35B72;
}
.AnyTagClassName
{
color: #A35B72;
}
</style>
background-color css
<style>
a { background-color: #A35B72; }
a { background-color: rgb(163,91,114); }
div.DivClassName
{
background-color: #A35B72;
}
.BgClassName
{
background-color: #A35B72;
}
</style>
border-color css
<style>
span { border-color: #A35B72; }
span { border-color: rgb(163,91,114); }
td.TdClassName
{
border-color: #A35B72;
}
.TagClassName
{
border-color: #A35B72;
}
</style>