Shades of Hillary #A49E80
Tints of Hillary #A49E80
RGB
CMYK
RGB Variations
Color information
#A49E80 (or 0xA49E80) is known color: Hillary. HEX triplet: A4, 9E and 80. RGB value is (164,158,128). Sum of RGB (Red+Green+Blue) = 164+158+128=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E80 is #5B617F. Grayscale: #9C9C9C. Windows color (decimal): -5988736 or 8429220. OLE color: 8429220.
HSL color Cylindrical-coordinate representation of color #A49E80: hue angle of 50º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49E80 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 128 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.36 |
| HSL | 50º | 0.17% | 0.57% | - |
| HSV(B) | 50º | 0.22% | 0.64% | - |
| XYZ | 31.43 | 33.9 | 25.31 | - |
| YUV | 156.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 128 | 0 | 0.04 | 0.22 | 0.36 | 50 | 0.17 | 0.57 |
| Hex | A4 | 9E | 80 | 0 | 4 | 16 | 24 | 32 | 11 | 39 |
| Octal | 244 | 236 | 200 | 0 | 4 | 26 | 44 | 62 | 21 | 71 |
| Binary | 10100100 | 10011110 | 10000000 | 0 | 100 | 10110 | 100100 | 110010 | 10001 | 111001 |
Color Harmonies of #A49E80
Complementary color
Monochromatic Colors of #A49E80
Black with #A49E80
Text Example
Text Example
White with #A49E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E80; }
p { color: rgb(164,158,128); }
H1.HeaderClassName
{
color: #A49E80;
}
.AnyTagClassName
{
color: #A49E80;
}
</style>
background-color css
<style>
a { background-color: #A49E80; }
a { background-color: rgb(164,158,128); }
div.DivClassName
{
background-color: #A49E80;
}
.BgClassName
{
background-color: #A49E80;
}
</style>
border-color css
<style>
span { border-color: #A49E80; }
span { border-color: rgb(164,158,128); }
td.TdClassName
{
border-color: #A49E80;
}
.TagClassName
{
border-color: #A49E80;
}
</style>