Shades of Hillary #ABA079
Tints of Hillary #ABA079
RGB
CMYK
RGB Variations
Color information
#ABA079 (or 0xABA079) is known color: Hillary. HEX triplet: AB, A0 and 79. RGB value is (171,160,121). Sum of RGB (Red+Green+Blue) = 171+160+121=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA079 is #545F86. Grayscale: #9F9F9F. Windows color (decimal): -5529479 or 7970987. OLE color: 7970987.
HSL color Cylindrical-coordinate representation of color #ABA079: hue angle of 46.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA079 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 121 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.33 |
| HSL | 46.8º | 0.23% | 0.57% | - |
| HSV(B) | 46.8º | 0.29% | 0.67% | - |
| XYZ | 32.82 | 35.18 | 23.15 | - |
| YUV | 158.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 121 | 0 | 0.06 | 0.29 | 0.33 | 46.8 | 0.23 | 0.57 |
| Hex | AB | A0 | 79 | 0 | 6 | 1D | 21 | 2F | 17 | 39 |
| Octal | 253 | 240 | 171 | 0 | 6 | 35 | 41 | 57 | 27 | 71 |
| Binary | 10101011 | 10100000 | 1111001 | 0 | 110 | 11101 | 100001 | 101111 | 10111 | 111001 |
Color Harmonies of #ABA079
Complementary color
Monochromatic Colors of #ABA079
Black with #ABA079
Text Example
Text Example
White with #ABA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA079; }
p { color: rgb(171,160,121); }
H1.HeaderClassName
{
color: #ABA079;
}
.AnyTagClassName
{
color: #ABA079;
}
</style>
background-color css
<style>
a { background-color: #ABA079; }
a { background-color: rgb(171,160,121); }
div.DivClassName
{
background-color: #ABA079;
}
.BgClassName
{
background-color: #ABA079;
}
</style>
border-color css
<style>
span { border-color: #ABA079; }
span { border-color: rgb(171,160,121); }
td.TdClassName
{
border-color: #ABA079;
}
.TagClassName
{
border-color: #ABA079;
}
</style>