Shades of Hillary #ABA278
Tints of Hillary #ABA278
RGB
CMYK
RGB Variations
Color information
#ABA278 (or 0xABA278) is known color: Hillary. HEX triplet: AB, A2 and 78. RGB value is (171,162,120). Sum of RGB (Red+Green+Blue) = 171+162+120=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA278 is #545D87. Grayscale: #A0A0A0. Windows color (decimal): -5528968 or 7905963. OLE color: 7905963.
HSL color Cylindrical-coordinate representation of color #ABA278: hue angle of 49.41º 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 #ABA278 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 120 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.33 |
| HSL | 49.41º | 0.23% | 0.57% | - |
| HSV(B) | 49.41º | 0.3% | 0.67% | - |
| XYZ | 33.11 | 35.85 | 22.95 | - |
| YUV | 159.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 120 | 0 | 0.05 | 0.30 | 0.33 | 49.41 | 0.23 | 0.57 |
| Hex | AB | A2 | 78 | 0 | 5 | 1E | 21 | 31 | 17 | 39 |
| Octal | 253 | 242 | 170 | 0 | 5 | 36 | 41 | 61 | 27 | 71 |
| Binary | 10101011 | 10100010 | 1111000 | 0 | 101 | 11110 | 100001 | 110001 | 10111 | 111001 |
Color Harmonies of #ABA278
Complementary color
Monochromatic Colors of #ABA278
Black with #ABA278
Text Example
Text Example
White with #ABA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA278; }
p { color: rgb(171,162,120); }
H1.HeaderClassName
{
color: #ABA278;
}
.AnyTagClassName
{
color: #ABA278;
}
</style>
background-color css
<style>
a { background-color: #ABA278; }
a { background-color: rgb(171,162,120); }
div.DivClassName
{
background-color: #ABA278;
}
.BgClassName
{
background-color: #ABA278;
}
</style>
border-color css
<style>
span { border-color: #ABA278; }
span { border-color: rgb(171,162,120); }
td.TdClassName
{
border-color: #ABA278;
}
.TagClassName
{
border-color: #ABA278;
}
</style>