Shades of Hillary #A49E81
Tints of Hillary #A49E81
RGB
CMYK
RGB Variations
Color information
#A49E81 (or 0xA49E81) is known color: Hillary. HEX triplet: A4, 9E and 81. RGB value is (164,158,129). Sum of RGB (Red+Green+Blue) = 164+158+129=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E81 is #5B617E. Grayscale: #9C9C9C. Windows color (decimal): -5988735 or 8494756. OLE color: 8494756.
HSL color Cylindrical-coordinate representation of color #A49E81: hue angle of 49.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49E81 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 129 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.36 |
| HSL | 49.71º | 0.16% | 0.57% | - |
| HSV(B) | 49.71º | 0.21% | 0.64% | - |
| XYZ | 31.5 | 33.93 | 25.66 | - |
| YUV | 156.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 129 | 0 | 0.04 | 0.21 | 0.36 | 49.71 | 0.16 | 0.57 |
| Hex | A4 | 9E | 81 | 0 | 4 | 15 | 24 | 32 | 10 | 39 |
| Octal | 244 | 236 | 201 | 0 | 4 | 25 | 44 | 62 | 20 | 71 |
| Binary | 10100100 | 10011110 | 10000001 | 0 | 100 | 10101 | 100100 | 110010 | 10000 | 111001 |
Color Harmonies of #A49E81
Complementary color
Monochromatic Colors of #A49E81
Black with #A49E81
Text Example
Text Example
White with #A49E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E81; }
p { color: rgb(164,158,129); }
H1.HeaderClassName
{
color: #A49E81;
}
.AnyTagClassName
{
color: #A49E81;
}
</style>
background-color css
<style>
a { background-color: #A49E81; }
a { background-color: rgb(164,158,129); }
div.DivClassName
{
background-color: #A49E81;
}
.BgClassName
{
background-color: #A49E81;
}
</style>
border-color css
<style>
span { border-color: #A49E81; }
span { border-color: rgb(164,158,129); }
td.TdClassName
{
border-color: #A49E81;
}
.TagClassName
{
border-color: #A49E81;
}
</style>