Shades of Hillary #ABA376
Tints of Hillary #ABA376
RGB
CMYK
RGB Variations
Color information
#ABA376 (or 0xABA376) is known color: Hillary. HEX triplet: AB, A3 and 76. RGB value is (171,163,118). Sum of RGB (Red+Green+Blue) = 171+163+118=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA376 is #545C89. Grayscale: #A0A0A0. Windows color (decimal): -5528714 or 7775147. OLE color: 7775147.
HSL color Cylindrical-coordinate representation of color #ABA376: hue angle of 50.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA376 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 118 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.33 |
| HSL | 50.94º | 0.24% | 0.57% | - |
| HSV(B) | 50.94º | 0.31% | 0.67% | - |
| XYZ | 33.16 | 36.16 | 22.37 | - |
| YUV | 160.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 118 | 0 | 0.05 | 0.31 | 0.33 | 50.94 | 0.24 | 0.57 |
| Hex | AB | A3 | 76 | 0 | 5 | 1F | 21 | 33 | 18 | 39 |
| Octal | 253 | 243 | 166 | 0 | 5 | 37 | 41 | 63 | 30 | 71 |
| Binary | 10101011 | 10100011 | 1110110 | 0 | 101 | 11111 | 100001 | 110011 | 11000 | 111001 |
Color Harmonies of #ABA376
Complementary color
Monochromatic Colors of #ABA376
Black with #ABA376
Text Example
Text Example
White with #ABA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA376; }
p { color: rgb(171,163,118); }
H1.HeaderClassName
{
color: #ABA376;
}
.AnyTagClassName
{
color: #ABA376;
}
</style>
background-color css
<style>
a { background-color: #ABA376; }
a { background-color: rgb(171,163,118); }
div.DivClassName
{
background-color: #ABA376;
}
.BgClassName
{
background-color: #ABA376;
}
</style>
border-color css
<style>
span { border-color: #ABA376; }
span { border-color: rgb(171,163,118); }
td.TdClassName
{
border-color: #ABA376;
}
.TagClassName
{
border-color: #ABA376;
}
</style>