Shades of Mauve Taupe #A45A6F
Tints of Mauve Taupe #A45A6F
RGB
CMYK
RGB Variations
Color information
#A45A6F (or 0xA45A6F) is known color: Mauve Taupe. HEX triplet: A4, 5A and 6F. RGB value is (164,90,111). Sum of RGB (Red+Green+Blue) = 164+90+111=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A6F is #5BA590. Grayscale: #727272. Windows color (decimal): -6006161 or 7297700. OLE color: 7297700.
HSL color Cylindrical-coordinate representation of color #A45A6F: hue angle of 342.97º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A6F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 111 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.36 |
| HSL | 342.97º | 0.29% | 0.5% | - |
| HSV(B) | 342.97º | 0.45% | 0.64% | - |
| XYZ | 21.84 | 16.35 | 17.04 | - |
| YUV | 114.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 111 | 0 | 0.45 | 0.32 | 0.36 | 342.97 | 0.29 | 0.5 |
| Hex | A4 | 5A | 6F | 0 | 2D | 20 | 24 | 157 | 1D | 32 |
| Octal | 244 | 132 | 157 | 0 | 55 | 40 | 44 | 527 | 35 | 62 |
| Binary | 10100100 | 1011010 | 1101111 | 0 | 101101 | 100000 | 100100 | 101010111 | 11101 | 110010 |
Color Harmonies of #A45A6F
Complementary color
Monochromatic Colors of #A45A6F
Black with #A45A6F
Text Example
Text Example
White with #A45A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A6F; }
p { color: rgb(164,90,111); }
H1.HeaderClassName
{
color: #A45A6F;
}
.AnyTagClassName
{
color: #A45A6F;
}
</style>
background-color css
<style>
a { background-color: #A45A6F; }
a { background-color: rgb(164,90,111); }
div.DivClassName
{
background-color: #A45A6F;
}
.BgClassName
{
background-color: #A45A6F;
}
</style>
border-color css
<style>
span { border-color: #A45A6F; }
span { border-color: rgb(164,90,111); }
td.TdClassName
{
border-color: #A45A6F;
}
.TagClassName
{
border-color: #A45A6F;
}
</style>