Shades of Hillary #ABA379
Tints of Hillary #ABA379
RGB
CMYK
RGB Variations
Color information
#ABA379 (or 0xABA379) is known color: Hillary. HEX triplet: AB, A3 and 79. RGB value is (171,163,121). Sum of RGB (Red+Green+Blue) = 171+163+121=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA379 is #545C86. Grayscale: #A0A0A0. Windows color (decimal): -5528711 or 7971755. OLE color: 7971755.
HSL color Cylindrical-coordinate representation of color #ABA379: hue angle of 50.4º 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 #ABA379 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 121 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.33 |
| HSL | 50.4º | 0.23% | 0.57% | - |
| HSV(B) | 50.4º | 0.29% | 0.67% | - |
| XYZ | 33.34 | 36.23 | 23.33 | - |
| YUV | 160.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 121 | 0 | 0.05 | 0.29 | 0.33 | 50.4 | 0.23 | 0.57 |
| Hex | AB | A3 | 79 | 0 | 5 | 1D | 21 | 32 | 17 | 39 |
| Octal | 253 | 243 | 171 | 0 | 5 | 35 | 41 | 62 | 27 | 71 |
| Binary | 10101011 | 10100011 | 1111001 | 0 | 101 | 11101 | 100001 | 110010 | 10111 | 111001 |
Color Harmonies of #ABA379
Complementary color
Monochromatic Colors of #ABA379
Black with #ABA379
Text Example
Text Example
White with #ABA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA379; }
p { color: rgb(171,163,121); }
H1.HeaderClassName
{
color: #ABA379;
}
.AnyTagClassName
{
color: #ABA379;
}
</style>
background-color css
<style>
a { background-color: #ABA379; }
a { background-color: rgb(171,163,121); }
div.DivClassName
{
background-color: #ABA379;
}
.BgClassName
{
background-color: #ABA379;
}
</style>
border-color css
<style>
span { border-color: #ABA379; }
span { border-color: rgb(171,163,121); }
td.TdClassName
{
border-color: #ABA379;
}
.TagClassName
{
border-color: #ABA379;
}
</style>