Shades of Mauve Taupe #A35C74
Tints of Mauve Taupe #A35C74
RGB
CMYK
RGB Variations
Color information
#A35C74 (or 0xA35C74) is known color: Mauve Taupe. HEX triplet: A3, 5C and 74. RGB value is (163,92,116). Sum of RGB (Red+Green+Blue) = 163+92+116=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C74 is #5CA38B. Grayscale: #737373. Windows color (decimal): -6071180 or 7625891. OLE color: 7625891.
HSL color Cylindrical-coordinate representation of color #A35C74: hue angle of 339.72º 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 #A35C74 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 116 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.36 |
| HSL | 339.72º | 0.28% | 0.5% | - |
| HSV(B) | 339.72º | 0.44% | 0.64% | - |
| XYZ | 22.08 | 16.7 | 18.58 | - |
| YUV | 115.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 116 | 0 | 0.44 | 0.29 | 0.36 | 339.72 | 0.28 | 0.5 |
| Hex | A3 | 5C | 74 | 0 | 2C | 1D | 24 | 154 | 1C | 32 |
| Octal | 243 | 134 | 164 | 0 | 54 | 35 | 44 | 524 | 34 | 62 |
| Binary | 10100011 | 1011100 | 1110100 | 0 | 101100 | 11101 | 100100 | 101010100 | 11100 | 110010 |
Color Harmonies of #A35C74
Complementary color
Monochromatic Colors of #A35C74
Black with #A35C74
Text Example
Text Example
White with #A35C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C74; }
p { color: rgb(163,92,116); }
H1.HeaderClassName
{
color: #A35C74;
}
.AnyTagClassName
{
color: #A35C74;
}
</style>
background-color css
<style>
a { background-color: #A35C74; }
a { background-color: rgb(163,92,116); }
div.DivClassName
{
background-color: #A35C74;
}
.BgClassName
{
background-color: #A35C74;
}
</style>
border-color css
<style>
span { border-color: #A35C74; }
span { border-color: rgb(163,92,116); }
td.TdClassName
{
border-color: #A35C74;
}
.TagClassName
{
border-color: #A35C74;
}
</style>