Shades of Hillary #ABA46F
Tints of Hillary #ABA46F
RGB
CMYK
RGB Variations
Color information
#ABA46F (or 0xABA46F) is known color: Hillary. HEX triplet: AB, A4 and 6F. RGB value is (171,164,111). Sum of RGB (Red+Green+Blue) = 171+164+111=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA46F is #545B90. Grayscale: #A0A0A0. Windows color (decimal): -5528465 or 7316651. OLE color: 7316651.
HSL color Cylindrical-coordinate representation of color #ABA46F: hue angle of 53º 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 #ABA46F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 111 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.33 |
| HSL | 53º | 0.26% | 0.55% | - |
| HSV(B) | 53º | 0.35% | 0.67% | - |
| XYZ | 32.94 | 36.36 | 20.32 | - |
| YUV | 160.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 111 | 0 | 0.04 | 0.35 | 0.33 | 53 | 0.26 | 0.55 |
| Hex | AB | A4 | 6F | 0 | 4 | 23 | 21 | 35 | 1A | 37 |
| Octal | 253 | 244 | 157 | 0 | 4 | 43 | 41 | 65 | 32 | 67 |
| Binary | 10101011 | 10100100 | 1101111 | 0 | 100 | 100011 | 100001 | 110101 | 11010 | 110111 |
Color Harmonies of #ABA46F
Complementary color
Monochromatic Colors of #ABA46F
Black with #ABA46F
Text Example
Text Example
White with #ABA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA46F; }
p { color: rgb(171,164,111); }
H1.HeaderClassName
{
color: #ABA46F;
}
.AnyTagClassName
{
color: #ABA46F;
}
</style>
background-color css
<style>
a { background-color: #ABA46F; }
a { background-color: rgb(171,164,111); }
div.DivClassName
{
background-color: #ABA46F;
}
.BgClassName
{
background-color: #ABA46F;
}
</style>
border-color css
<style>
span { border-color: #ABA46F; }
span { border-color: rgb(171,164,111); }
td.TdClassName
{
border-color: #ABA46F;
}
.TagClassName
{
border-color: #ABA46F;
}
</style>