Shades of Hillary #ABA378
Tints of Hillary #ABA378
RGB
CMYK
RGB Variations
Color information
#ABA378 (or 0xABA378) is known color: Hillary. HEX triplet: AB, A3 and 78. RGB value is (171,163,120). Sum of RGB (Red+Green+Blue) = 171+163+120=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA378 is #545C87. Grayscale: #A0A0A0. Windows color (decimal): -5528712 or 7906219. OLE color: 7906219.
HSL color Cylindrical-coordinate representation of color #ABA378: hue angle of 50.59º 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 #ABA378 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 120 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.33 |
| HSL | 50.59º | 0.23% | 0.57% | - |
| HSV(B) | 50.59º | 0.3% | 0.67% | - |
| XYZ | 33.28 | 36.21 | 23 | - |
| YUV | 160.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 120 | 0 | 0.05 | 0.30 | 0.33 | 50.59 | 0.23 | 0.57 |
| Hex | AB | A3 | 78 | 0 | 5 | 1E | 21 | 33 | 17 | 39 |
| Octal | 253 | 243 | 170 | 0 | 5 | 36 | 41 | 63 | 27 | 71 |
| Binary | 10101011 | 10100011 | 1111000 | 0 | 101 | 11110 | 100001 | 110011 | 10111 | 111001 |
Color Harmonies of #ABA378
Complementary color
Monochromatic Colors of #ABA378
Black with #ABA378
Text Example
Text Example
White with #ABA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA378; }
p { color: rgb(171,163,120); }
H1.HeaderClassName
{
color: #ABA378;
}
.AnyTagClassName
{
color: #ABA378;
}
</style>
background-color css
<style>
a { background-color: #ABA378; }
a { background-color: rgb(171,163,120); }
div.DivClassName
{
background-color: #ABA378;
}
.BgClassName
{
background-color: #ABA378;
}
</style>
border-color css
<style>
span { border-color: #ABA378; }
span { border-color: rgb(171,163,120); }
td.TdClassName
{
border-color: #ABA378;
}
.TagClassName
{
border-color: #ABA378;
}
</style>