Shades of Hillary #A49E77
Tints of Hillary #A49E77
RGB
CMYK
RGB Variations
Color information
#A49E77 (or 0xA49E77) is known color: Hillary. HEX triplet: A4, 9E and 77. RGB value is (164,158,119). Sum of RGB (Red+Green+Blue) = 164+158+119=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E77 is #5B6188. Grayscale: #9B9B9B. Windows color (decimal): -5988745 or 7839396. OLE color: 7839396.
HSL color Cylindrical-coordinate representation of color #A49E77: hue angle of 52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49E77 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 119 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.36 |
| HSL | 52º | 0.2% | 0.55% | - |
| HSV(B) | 52º | 0.27% | 0.64% | - |
| XYZ | 30.87 | 33.68 | 22.33 | - |
| YUV | 155.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 119 | 0 | 0.04 | 0.27 | 0.36 | 52 | 0.2 | 0.55 |
| Hex | A4 | 9E | 77 | 0 | 4 | 1B | 24 | 34 | 14 | 37 |
| Octal | 244 | 236 | 167 | 0 | 4 | 33 | 44 | 64 | 24 | 67 |
| Binary | 10100100 | 10011110 | 1110111 | 0 | 100 | 11011 | 100100 | 110100 | 10100 | 110111 |
Color Harmonies of #A49E77
Complementary color
Monochromatic Colors of #A49E77
Black with #A49E77
Text Example
Text Example
White with #A49E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E77; }
p { color: rgb(164,158,119); }
H1.HeaderClassName
{
color: #A49E77;
}
.AnyTagClassName
{
color: #A49E77;
}
</style>
background-color css
<style>
a { background-color: #A49E77; }
a { background-color: rgb(164,158,119); }
div.DivClassName
{
background-color: #A49E77;
}
.BgClassName
{
background-color: #A49E77;
}
</style>
border-color css
<style>
span { border-color: #A49E77; }
span { border-color: rgb(164,158,119); }
td.TdClassName
{
border-color: #A49E77;
}
.TagClassName
{
border-color: #A49E77;
}
</style>