Shades of Hillary #ABA372
Tints of Hillary #ABA372
RGB
CMYK
RGB Variations
Color information
#ABA372 (or 0xABA372) is known color: Hillary. HEX triplet: AB, A3 and 72. RGB value is (171,163,114). Sum of RGB (Red+Green+Blue) = 171+163+114=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA372 is #545C8D. Grayscale: #A0A0A0. Windows color (decimal): -5528718 or 7513003. OLE color: 7513003.
HSL color Cylindrical-coordinate representation of color #ABA372: hue angle of 51.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA372 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 114 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.33 |
| HSL | 51.58º | 0.25% | 0.56% | - |
| HSV(B) | 51.58º | 0.33% | 0.67% | - |
| XYZ | 32.93 | 36.07 | 21.15 | - |
| YUV | 159.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 114 | 0 | 0.05 | 0.33 | 0.33 | 51.58 | 0.25 | 0.56 |
| Hex | AB | A3 | 72 | 0 | 5 | 21 | 21 | 34 | 19 | 38 |
| Octal | 253 | 243 | 162 | 0 | 5 | 41 | 41 | 64 | 31 | 70 |
| Binary | 10101011 | 10100011 | 1110010 | 0 | 101 | 100001 | 100001 | 110100 | 11001 | 111000 |
Color Harmonies of #ABA372
Complementary color
Monochromatic Colors of #ABA372
Black with #ABA372
Text Example
Text Example
White with #ABA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA372; }
p { color: rgb(171,163,114); }
H1.HeaderClassName
{
color: #ABA372;
}
.AnyTagClassName
{
color: #ABA372;
}
</style>
background-color css
<style>
a { background-color: #ABA372; }
a { background-color: rgb(171,163,114); }
div.DivClassName
{
background-color: #ABA372;
}
.BgClassName
{
background-color: #ABA372;
}
</style>
border-color css
<style>
span { border-color: #ABA372; }
span { border-color: rgb(171,163,114); }
td.TdClassName
{
border-color: #ABA372;
}
.TagClassName
{
border-color: #ABA372;
}
</style>