Shades of Hillary #ABA270
Tints of Hillary #ABA270
RGB
CMYK
RGB Variations
Color information
#ABA270 (or 0xABA270) is known color: Hillary. HEX triplet: AB, A2 and 70. RGB value is (171,162,112). Sum of RGB (Red+Green+Blue) = 171+162+112=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA270 is #545D8F. Grayscale: #9F9F9F. Windows color (decimal): -5528976 or 7381675. OLE color: 7381675.
HSL color Cylindrical-coordinate representation of color #ABA270: hue angle of 50.85º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA270 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 112 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.33 |
| HSL | 50.85º | 0.26% | 0.55% | - |
| HSV(B) | 50.85º | 0.35% | 0.67% | - |
| XYZ | 32.64 | 35.67 | 20.49 | - |
| YUV | 158.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 112 | 0 | 0.05 | 0.35 | 0.33 | 50.85 | 0.26 | 0.55 |
| Hex | AB | A2 | 70 | 0 | 5 | 23 | 21 | 33 | 1A | 37 |
| Octal | 253 | 242 | 160 | 0 | 5 | 43 | 41 | 63 | 32 | 67 |
| Binary | 10101011 | 10100010 | 1110000 | 0 | 101 | 100011 | 100001 | 110011 | 11010 | 110111 |
Color Harmonies of #ABA270
Complementary color
Monochromatic Colors of #ABA270
Black with #ABA270
Text Example
Text Example
White with #ABA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA270; }
p { color: rgb(171,162,112); }
H1.HeaderClassName
{
color: #ABA270;
}
.AnyTagClassName
{
color: #ABA270;
}
</style>
background-color css
<style>
a { background-color: #ABA270; }
a { background-color: rgb(171,162,112); }
div.DivClassName
{
background-color: #ABA270;
}
.BgClassName
{
background-color: #ABA270;
}
</style>
border-color css
<style>
span { border-color: #ABA270; }
span { border-color: rgb(171,162,112); }
td.TdClassName
{
border-color: #ABA270;
}
.TagClassName
{
border-color: #ABA270;
}
</style>