Shades of Mauve Taupe #A45C6F
Tints of Mauve Taupe #A45C6F
RGB
CMYK
RGB Variations
Color information
#A45C6F (or 0xA45C6F) is known color: Mauve Taupe. HEX triplet: A4, 5C and 6F. RGB value is (164,92,111). Sum of RGB (Red+Green+Blue) = 164+92+111=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C6F is #5BA390. Grayscale: #737373. Windows color (decimal): -6005649 or 7298212. OLE color: 7298212.
HSL color Cylindrical-coordinate representation of color #A45C6F: hue angle of 344.17º 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 #A45C6F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 111 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.36 |
| HSL | 344.17º | 0.28% | 0.5% | - |
| HSV(B) | 344.17º | 0.44% | 0.64% | - |
| XYZ | 22.01 | 16.69 | 17.1 | - |
| YUV | 115.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 111 | 0 | 0.44 | 0.32 | 0.36 | 344.17 | 0.28 | 0.5 |
| Hex | A4 | 5C | 6F | 0 | 2C | 20 | 24 | 158 | 1C | 32 |
| Octal | 244 | 134 | 157 | 0 | 54 | 40 | 44 | 530 | 34 | 62 |
| Binary | 10100100 | 1011100 | 1101111 | 0 | 101100 | 100000 | 100100 | 101011000 | 11100 | 110010 |
Color Harmonies of #A45C6F
Complementary color
Monochromatic Colors of #A45C6F
Black with #A45C6F
Text Example
Text Example
White with #A45C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C6F; }
p { color: rgb(164,92,111); }
H1.HeaderClassName
{
color: #A45C6F;
}
.AnyTagClassName
{
color: #A45C6F;
}
</style>
background-color css
<style>
a { background-color: #A45C6F; }
a { background-color: rgb(164,92,111); }
div.DivClassName
{
background-color: #A45C6F;
}
.BgClassName
{
background-color: #A45C6F;
}
</style>
border-color css
<style>
span { border-color: #A45C6F; }
span { border-color: rgb(164,92,111); }
td.TdClassName
{
border-color: #A45C6F;
}
.TagClassName
{
border-color: #A45C6F;
}
</style>