Shades of Hillary #ABA370
Tints of Hillary #ABA370
RGB
CMYK
RGB Variations
Color information
#ABA370 (or 0xABA370) is known color: Hillary. HEX triplet: AB, A3 and 70. RGB value is (171,163,112). Sum of RGB (Red+Green+Blue) = 171+163+112=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA370 is #545C8F. Grayscale: #9F9F9F. Windows color (decimal): -5528720 or 7381931. OLE color: 7381931.
HSL color Cylindrical-coordinate representation of color #ABA370: hue angle of 51.86º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA370 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 112 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.33 |
| HSL | 51.86º | 0.26% | 0.55% | - |
| HSV(B) | 51.86º | 0.35% | 0.67% | - |
| XYZ | 32.82 | 36.02 | 20.55 | - |
| YUV | 159.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 112 | 0 | 0.05 | 0.35 | 0.33 | 51.86 | 0.26 | 0.55 |
| Hex | AB | A3 | 70 | 0 | 5 | 23 | 21 | 34 | 1A | 37 |
| Octal | 253 | 243 | 160 | 0 | 5 | 43 | 41 | 64 | 32 | 67 |
| Binary | 10101011 | 10100011 | 1110000 | 0 | 101 | 100011 | 100001 | 110100 | 11010 | 110111 |
Color Harmonies of #ABA370
Complementary color
Monochromatic Colors of #ABA370
Black with #ABA370
Text Example
Text Example
White with #ABA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA370; }
p { color: rgb(171,163,112); }
H1.HeaderClassName
{
color: #ABA370;
}
.AnyTagClassName
{
color: #ABA370;
}
</style>
background-color css
<style>
a { background-color: #ABA370; }
a { background-color: rgb(171,163,112); }
div.DivClassName
{
background-color: #ABA370;
}
.BgClassName
{
background-color: #ABA370;
}
</style>
border-color css
<style>
span { border-color: #ABA370; }
span { border-color: rgb(171,163,112); }
td.TdClassName
{
border-color: #ABA370;
}
.TagClassName
{
border-color: #ABA370;
}
</style>