Shades of Mauve Taupe #A45D74
Tints of Mauve Taupe #A45D74
RGB
CMYK
RGB Variations
Color information
#A45D74 (or 0xA45D74) is known color: Mauve Taupe. HEX triplet: A4, 5D and 74. RGB value is (164,93,116). Sum of RGB (Red+Green+Blue) = 164+93+116=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D74 is #5BA28B. Grayscale: #747474. Windows color (decimal): -6005388 or 7626148. OLE color: 7626148.
HSL color Cylindrical-coordinate representation of color #A45D74: hue angle of 340.56º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45D74 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 116 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.36 |
| HSL | 340.56º | 0.28% | 0.5% | - |
| HSV(B) | 340.56º | 0.43% | 0.64% | - |
| XYZ | 22.38 | 16.98 | 18.62 | - |
| YUV | 116.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 116 | 0 | 0.43 | 0.29 | 0.36 | 340.56 | 0.28 | 0.5 |
| Hex | A4 | 5D | 74 | 0 | 2B | 1D | 24 | 155 | 1C | 32 |
| Octal | 244 | 135 | 164 | 0 | 53 | 35 | 44 | 525 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1110100 | 0 | 101011 | 11101 | 100100 | 101010101 | 11100 | 110010 |
Color Harmonies of #A45D74
Complementary color
Monochromatic Colors of #A45D74
Black with #A45D74
Text Example
Text Example
White with #A45D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D74; }
p { color: rgb(164,93,116); }
H1.HeaderClassName
{
color: #A45D74;
}
.AnyTagClassName
{
color: #A45D74;
}
</style>
background-color css
<style>
a { background-color: #A45D74; }
a { background-color: rgb(164,93,116); }
div.DivClassName
{
background-color: #A45D74;
}
.BgClassName
{
background-color: #A45D74;
}
</style>
border-color css
<style>
span { border-color: #A45D74; }
span { border-color: rgb(164,93,116); }
td.TdClassName
{
border-color: #A45D74;
}
.TagClassName
{
border-color: #A45D74;
}
</style>