Shades of Mauve Taupe #A45D6B
Tints of Mauve Taupe #A45D6B
RGB
CMYK
RGB Variations
Color information
#A45D6B (or 0xA45D6B) is known color: Mauve Taupe. HEX triplet: A4, 5D and 6B. RGB value is (164,93,107). Sum of RGB (Red+Green+Blue) = 164+93+107=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D6B is #5BA294. Grayscale: #737373. Windows color (decimal): -6005397 or 7036324. OLE color: 7036324.
HSL color Cylindrical-coordinate representation of color #A45D6B: hue angle of 348.17º 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 #A45D6B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 107 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.36 |
| HSL | 348.17º | 0.28% | 0.5% | - |
| HSV(B) | 348.17º | 0.43% | 0.64% | - |
| XYZ | 21.88 | 16.78 | 16 | - |
| YUV | 115.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 107 | 0 | 0.43 | 0.35 | 0.36 | 348.17 | 0.28 | 0.5 |
| Hex | A4 | 5D | 6B | 0 | 2B | 23 | 24 | 15C | 1C | 32 |
| Octal | 244 | 135 | 153 | 0 | 53 | 43 | 44 | 534 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1101011 | 0 | 101011 | 100011 | 100100 | 101011100 | 11100 | 110010 |
Color Harmonies of #A45D6B
Complementary color
Monochromatic Colors of #A45D6B
Black with #A45D6B
Text Example
Text Example
White with #A45D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D6B; }
p { color: rgb(164,93,107); }
H1.HeaderClassName
{
color: #A45D6B;
}
.AnyTagClassName
{
color: #A45D6B;
}
</style>
background-color css
<style>
a { background-color: #A45D6B; }
a { background-color: rgb(164,93,107); }
div.DivClassName
{
background-color: #A45D6B;
}
.BgClassName
{
background-color: #A45D6B;
}
</style>
border-color css
<style>
span { border-color: #A45D6B; }
span { border-color: rgb(164,93,107); }
td.TdClassName
{
border-color: #A45D6B;
}
.TagClassName
{
border-color: #A45D6B;
}
</style>