Shades of Hillary #ABA074
Tints of Hillary #ABA074
RGB
CMYK
RGB Variations
Color information
#ABA074 (or 0xABA074) is known color: Hillary. HEX triplet: AB, A0 and 74. RGB value is (171,160,116). Sum of RGB (Red+Green+Blue) = 171+160+116=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA074 is #545F8B. Grayscale: #9E9E9E. Windows color (decimal): -5529484 or 7643307. OLE color: 7643307.
HSL color Cylindrical-coordinate representation of color #ABA074: hue angle of 48º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA074 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 116 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.33 |
| HSL | 48º | 0.25% | 0.56% | - |
| HSV(B) | 48º | 0.32% | 0.67% | - |
| XYZ | 32.52 | 35.06 | 21.58 | - |
| YUV | 158.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 116 | 0 | 0.06 | 0.32 | 0.33 | 48 | 0.25 | 0.56 |
| Hex | AB | A0 | 74 | 0 | 6 | 20 | 21 | 30 | 19 | 38 |
| Octal | 253 | 240 | 164 | 0 | 6 | 40 | 41 | 60 | 31 | 70 |
| Binary | 10101011 | 10100000 | 1110100 | 0 | 110 | 100000 | 100001 | 110000 | 11001 | 111000 |
Color Harmonies of #ABA074
Complementary color
Monochromatic Colors of #ABA074
Black with #ABA074
Text Example
Text Example
White with #ABA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA074; }
p { color: rgb(171,160,116); }
H1.HeaderClassName
{
color: #ABA074;
}
.AnyTagClassName
{
color: #ABA074;
}
</style>
background-color css
<style>
a { background-color: #ABA074; }
a { background-color: rgb(171,160,116); }
div.DivClassName
{
background-color: #ABA074;
}
.BgClassName
{
background-color: #ABA074;
}
</style>
border-color css
<style>
span { border-color: #ABA074; }
span { border-color: rgb(171,160,116); }
td.TdClassName
{
border-color: #ABA074;
}
.TagClassName
{
border-color: #ABA074;
}
</style>