Shades of Mauve Taupe #A45D6C
Tints of Mauve Taupe #A45D6C
RGB
CMYK
RGB Variations
Color information
#A45D6C (or 0xA45D6C) is known color: Mauve Taupe. HEX triplet: A4, 5D and 6C. RGB value is (164,93,108). Sum of RGB (Red+Green+Blue) = 164+93+108=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D6C is #5BA293. Grayscale: #737373. Windows color (decimal): -6005396 or 7101860. OLE color: 7101860.
HSL color Cylindrical-coordinate representation of color #A45D6C: hue angle of 347.32º 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 #A45D6C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 108 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.36 |
| HSL | 347.32º | 0.28% | 0.5% | - |
| HSV(B) | 347.32º | 0.43% | 0.64% | - |
| XYZ | 21.93 | 16.8 | 16.27 | - |
| YUV | 115.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 108 | 0 | 0.43 | 0.34 | 0.36 | 347.32 | 0.28 | 0.5 |
| Hex | A4 | 5D | 6C | 0 | 2B | 22 | 24 | 15B | 1C | 32 |
| Octal | 244 | 135 | 154 | 0 | 53 | 42 | 44 | 533 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1101100 | 0 | 101011 | 100010 | 100100 | 101011011 | 11100 | 110010 |
Color Harmonies of #A45D6C
Complementary color
Monochromatic Colors of #A45D6C
Black with #A45D6C
Text Example
Text Example
White with #A45D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D6C; }
p { color: rgb(164,93,108); }
H1.HeaderClassName
{
color: #A45D6C;
}
.AnyTagClassName
{
color: #A45D6C;
}
</style>
background-color css
<style>
a { background-color: #A45D6C; }
a { background-color: rgb(164,93,108); }
div.DivClassName
{
background-color: #A45D6C;
}
.BgClassName
{
background-color: #A45D6C;
}
</style>
border-color css
<style>
span { border-color: #A45D6C; }
span { border-color: rgb(164,93,108); }
td.TdClassName
{
border-color: #A45D6C;
}
.TagClassName
{
border-color: #A45D6C;
}
</style>