Shades of Hillary #ABA178
Tints of Hillary #ABA178
RGB
CMYK
RGB Variations
Color information
#ABA178 (or 0xABA178) is known color: Hillary. HEX triplet: AB, A1 and 78. RGB value is (171,161,120). Sum of RGB (Red+Green+Blue) = 171+161+120=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA178 is #545E87. Grayscale: #9F9F9F. Windows color (decimal): -5529224 or 7905707. OLE color: 7905707.
HSL color Cylindrical-coordinate representation of color #ABA178: hue angle of 48.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA178 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 120 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.33 |
| HSL | 48.24º | 0.23% | 0.57% | - |
| HSV(B) | 48.24º | 0.3% | 0.67% | - |
| XYZ | 32.93 | 35.5 | 22.89 | - |
| YUV | 159.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 120 | 0 | 0.06 | 0.30 | 0.33 | 48.24 | 0.23 | 0.57 |
| Hex | AB | A1 | 78 | 0 | 6 | 1E | 21 | 30 | 17 | 39 |
| Octal | 253 | 241 | 170 | 0 | 6 | 36 | 41 | 60 | 27 | 71 |
| Binary | 10101011 | 10100001 | 1111000 | 0 | 110 | 11110 | 100001 | 110000 | 10111 | 111001 |
Color Harmonies of #ABA178
Complementary color
Monochromatic Colors of #ABA178
Black with #ABA178
Text Example
Text Example
White with #ABA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA178; }
p { color: rgb(171,161,120); }
H1.HeaderClassName
{
color: #ABA178;
}
.AnyTagClassName
{
color: #ABA178;
}
</style>
background-color css
<style>
a { background-color: #ABA178; }
a { background-color: rgb(171,161,120); }
div.DivClassName
{
background-color: #ABA178;
}
.BgClassName
{
background-color: #ABA178;
}
</style>
border-color css
<style>
span { border-color: #ABA178; }
span { border-color: rgb(171,161,120); }
td.TdClassName
{
border-color: #ABA178;
}
.TagClassName
{
border-color: #ABA178;
}
</style>