Shades of Hillary #A49F87
Tints of Hillary #A49F87
RGB
CMYK
RGB Variations
Color information
#A49F87 (or 0xA49F87) is known color: Hillary. HEX triplet: A4, 9F and 87. RGB value is (164,159,135). Sum of RGB (Red+Green+Blue) = 164+159+135=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F87 is #5B6078. Grayscale: #9D9D9D. Windows color (decimal): -5988473 or 8888228. OLE color: 8888228.
HSL color Cylindrical-coordinate representation of color #A49F87: hue angle of 49.66º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49F87 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 135 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.36 |
| HSL | 49.66º | 0.14% | 0.59% | - |
| HSV(B) | 49.66º | 0.18% | 0.64% | - |
| XYZ | 32.08 | 34.44 | 27.88 | - |
| YUV | 157.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 135 | 0 | 0.03 | 0.18 | 0.36 | 49.66 | 0.14 | 0.59 |
| Hex | A4 | 9F | 87 | 0 | 3 | 12 | 24 | 32 | E | 3B |
| Octal | 244 | 237 | 207 | 0 | 3 | 22 | 44 | 62 | 16 | 73 |
| Binary | 10100100 | 10011111 | 10000111 | 0 | 11 | 10010 | 100100 | 110010 | 1110 | 111011 |
Color Harmonies of #A49F87
Complementary color
Monochromatic Colors of #A49F87
Black with #A49F87
Text Example
Text Example
White with #A49F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F87; }
p { color: rgb(164,159,135); }
H1.HeaderClassName
{
color: #A49F87;
}
.AnyTagClassName
{
color: #A49F87;
}
</style>
background-color css
<style>
a { background-color: #A49F87; }
a { background-color: rgb(164,159,135); }
div.DivClassName
{
background-color: #A49F87;
}
.BgClassName
{
background-color: #A49F87;
}
</style>
border-color css
<style>
span { border-color: #A49F87; }
span { border-color: rgb(164,159,135); }
td.TdClassName
{
border-color: #A49F87;
}
.TagClassName
{
border-color: #A49F87;
}
</style>