Shades of Hillary #ABA371
Tints of Hillary #ABA371
RGB
CMYK
RGB Variations
Color information
#ABA371 (or 0xABA371) is known color: Hillary. HEX triplet: AB, A3 and 71. RGB value is (171,163,113). Sum of RGB (Red+Green+Blue) = 171+163+113=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA371 is #545C8E. Grayscale: #9F9F9F. Windows color (decimal): -5528719 or 7447467. OLE color: 7447467.
HSL color Cylindrical-coordinate representation of color #ABA371: hue angle of 51.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA371 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 113 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.33 |
| HSL | 51.72º | 0.26% | 0.56% | - |
| HSV(B) | 51.72º | 0.34% | 0.67% | - |
| XYZ | 32.87 | 36.04 | 20.85 | - |
| YUV | 159.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 113 | 0 | 0.05 | 0.34 | 0.33 | 51.72 | 0.26 | 0.56 |
| Hex | AB | A3 | 71 | 0 | 5 | 22 | 21 | 34 | 1A | 38 |
| Octal | 253 | 243 | 161 | 0 | 5 | 42 | 41 | 64 | 32 | 70 |
| Binary | 10101011 | 10100011 | 1110001 | 0 | 101 | 100010 | 100001 | 110100 | 11010 | 111000 |
Color Harmonies of #ABA371
Complementary color
Monochromatic Colors of #ABA371
Black with #ABA371
Text Example
Text Example
White with #ABA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA371; }
p { color: rgb(171,163,113); }
H1.HeaderClassName
{
color: #ABA371;
}
.AnyTagClassName
{
color: #ABA371;
}
</style>
background-color css
<style>
a { background-color: #ABA371; }
a { background-color: rgb(171,163,113); }
div.DivClassName
{
background-color: #ABA371;
}
.BgClassName
{
background-color: #ABA371;
}
</style>
border-color css
<style>
span { border-color: #ABA371; }
span { border-color: rgb(171,163,113); }
td.TdClassName
{
border-color: #ABA371;
}
.TagClassName
{
border-color: #ABA371;
}
</style>