Shades of Hillary #ABA275
Tints of Hillary #ABA275
RGB
CMYK
RGB Variations
Color information
#ABA275 (or 0xABA275) is known color: Hillary. HEX triplet: AB, A2 and 75. RGB value is (171,162,117). Sum of RGB (Red+Green+Blue) = 171+162+117=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA275 is #545D8A. Grayscale: #9F9F9F. Windows color (decimal): -5528971 or 7709355. OLE color: 7709355.
HSL color Cylindrical-coordinate representation of color #ABA275: hue angle of 50º degrees, saturation: 0.24, 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 #ABA275 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 117 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.33 |
| HSL | 50º | 0.24% | 0.56% | - |
| HSV(B) | 50º | 0.32% | 0.67% | - |
| XYZ | 32.93 | 35.78 | 22 | - |
| YUV | 159.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 117 | 0 | 0.05 | 0.32 | 0.33 | 50 | 0.24 | 0.56 |
| Hex | AB | A2 | 75 | 0 | 5 | 20 | 21 | 32 | 18 | 38 |
| Octal | 253 | 242 | 165 | 0 | 5 | 40 | 41 | 62 | 30 | 70 |
| Binary | 10101011 | 10100010 | 1110101 | 0 | 101 | 100000 | 100001 | 110010 | 11000 | 111000 |
Color Harmonies of #ABA275
Complementary color
Monochromatic Colors of #ABA275
Black with #ABA275
Text Example
Text Example
White with #ABA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA275; }
p { color: rgb(171,162,117); }
H1.HeaderClassName
{
color: #ABA275;
}
.AnyTagClassName
{
color: #ABA275;
}
</style>
background-color css
<style>
a { background-color: #ABA275; }
a { background-color: rgb(171,162,117); }
div.DivClassName
{
background-color: #ABA275;
}
.BgClassName
{
background-color: #ABA275;
}
</style>
border-color css
<style>
span { border-color: #ABA275; }
span { border-color: rgb(171,162,117); }
td.TdClassName
{
border-color: #ABA275;
}
.TagClassName
{
border-color: #ABA275;
}
</style>