Shades of Hillary #ABA46E
Tints of Hillary #ABA46E
RGB
CMYK
RGB Variations
Color information
#ABA46E (or 0xABA46E) is known color: Hillary. HEX triplet: AB, A4 and 6E. RGB value is (171,164,110). Sum of RGB (Red+Green+Blue) = 171+164+110=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA46E is #545B91. Grayscale: #A0A0A0. Windows color (decimal): -5528466 or 7251115. OLE color: 7251115.
HSL color Cylindrical-coordinate representation of color #ABA46E: hue angle of 53.11º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA46E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 110 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.33 |
| HSL | 53.11º | 0.27% | 0.55% | - |
| HSV(B) | 53.11º | 0.36% | 0.67% | - |
| XYZ | 32.88 | 36.33 | 20.03 | - |
| YUV | 159.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 110 | 0 | 0.04 | 0.36 | 0.33 | 53.11 | 0.27 | 0.55 |
| Hex | AB | A4 | 6E | 0 | 4 | 24 | 21 | 35 | 1B | 37 |
| Octal | 253 | 244 | 156 | 0 | 4 | 44 | 41 | 65 | 33 | 67 |
| Binary | 10101011 | 10100100 | 1101110 | 0 | 100 | 100100 | 100001 | 110101 | 11011 | 110111 |
Color Harmonies of #ABA46E
Complementary color
Monochromatic Colors of #ABA46E
Black with #ABA46E
Text Example
Text Example
White with #ABA46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA46E; }
p { color: rgb(171,164,110); }
H1.HeaderClassName
{
color: #ABA46E;
}
.AnyTagClassName
{
color: #ABA46E;
}
</style>
background-color css
<style>
a { background-color: #ABA46E; }
a { background-color: rgb(171,164,110); }
div.DivClassName
{
background-color: #ABA46E;
}
.BgClassName
{
background-color: #ABA46E;
}
</style>
border-color css
<style>
span { border-color: #ABA46E; }
span { border-color: rgb(171,164,110); }
td.TdClassName
{
border-color: #ABA46E;
}
.TagClassName
{
border-color: #ABA46E;
}
</style>