Shades of Hillary #ABA274
Tints of Hillary #ABA274
RGB
CMYK
RGB Variations
Color information
#ABA274 (or 0xABA274) is known color: Hillary. HEX triplet: AB, A2 and 74. RGB value is (171,162,116). Sum of RGB (Red+Green+Blue) = 171+162+116=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA274 is #545D8B. Grayscale: #9F9F9F. Windows color (decimal): -5528972 or 7643819. OLE color: 7643819.
HSL color Cylindrical-coordinate representation of color #ABA274: hue angle of 50.18º 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 #ABA274 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 116 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.33 |
| HSL | 50.18º | 0.25% | 0.56% | - |
| HSV(B) | 50.18º | 0.32% | 0.67% | - |
| XYZ | 32.87 | 35.76 | 21.69 | - |
| YUV | 159.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 116 | 0 | 0.05 | 0.32 | 0.33 | 50.18 | 0.25 | 0.56 |
| Hex | AB | A2 | 74 | 0 | 5 | 20 | 21 | 32 | 19 | 38 |
| Octal | 253 | 242 | 164 | 0 | 5 | 40 | 41 | 62 | 31 | 70 |
| Binary | 10101011 | 10100010 | 1110100 | 0 | 101 | 100000 | 100001 | 110010 | 11001 | 111000 |
Color Harmonies of #ABA274
Complementary color
Monochromatic Colors of #ABA274
Black with #ABA274
Text Example
Text Example
White with #ABA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA274; }
p { color: rgb(171,162,116); }
H1.HeaderClassName
{
color: #ABA274;
}
.AnyTagClassName
{
color: #ABA274;
}
</style>
background-color css
<style>
a { background-color: #ABA274; }
a { background-color: rgb(171,162,116); }
div.DivClassName
{
background-color: #ABA274;
}
.BgClassName
{
background-color: #ABA274;
}
</style>
border-color css
<style>
span { border-color: #ABA274; }
span { border-color: rgb(171,162,116); }
td.TdClassName
{
border-color: #ABA274;
}
.TagClassName
{
border-color: #ABA274;
}
</style>