Shades of Hillary #ABA672
Tints of Hillary #ABA672
RGB
CMYK
RGB Variations
Color information
#ABA672 (or 0xABA672) is known color: Hillary. HEX triplet: AB, A6 and 72. RGB value is (171,166,114). Sum of RGB (Red+Green+Blue) = 171+166+114=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA672 is #54598D. Grayscale: #A1A1A1. Windows color (decimal): -5527950 or 7513771. OLE color: 7513771.
HSL color Cylindrical-coordinate representation of color #ABA672: hue angle of 54.74º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA672 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 114 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.33 |
| HSL | 54.74º | 0.25% | 0.56% | - |
| HSV(B) | 54.74º | 0.33% | 0.67% | - |
| XYZ | 33.47 | 37.15 | 21.33 | - |
| YUV | 161.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 114 | 0 | 0.03 | 0.33 | 0.33 | 54.74 | 0.25 | 0.56 |
| Hex | AB | A6 | 72 | 0 | 3 | 21 | 21 | 37 | 19 | 38 |
| Octal | 253 | 246 | 162 | 0 | 3 | 41 | 41 | 67 | 31 | 70 |
| Binary | 10101011 | 10100110 | 1110010 | 0 | 11 | 100001 | 100001 | 110111 | 11001 | 111000 |
Color Harmonies of #ABA672
Complementary color
Monochromatic Colors of #ABA672
Black with #ABA672
Text Example
Text Example
White with #ABA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA672; }
p { color: rgb(171,166,114); }
H1.HeaderClassName
{
color: #ABA672;
}
.AnyTagClassName
{
color: #ABA672;
}
</style>
background-color css
<style>
a { background-color: #ABA672; }
a { background-color: rgb(171,166,114); }
div.DivClassName
{
background-color: #ABA672;
}
.BgClassName
{
background-color: #ABA672;
}
</style>
border-color css
<style>
span { border-color: #ABA672; }
span { border-color: rgb(171,166,114); }
td.TdClassName
{
border-color: #ABA672;
}
.TagClassName
{
border-color: #ABA672;
}
</style>