Shades of Hillary #ABA37A
Tints of Hillary #ABA37A
RGB
CMYK
RGB Variations
Color information
#ABA37A (or 0xABA37A) is known color: Hillary. HEX triplet: AB, A3 and 7A. RGB value is (171,163,122). Sum of RGB (Red+Green+Blue) = 171+163+122=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA37A is #545C85. Grayscale: #A0A0A0. Windows color (decimal): -5528710 or 8037291. OLE color: 8037291.
HSL color Cylindrical-coordinate representation of color #ABA37A: hue angle of 50.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA37A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 122 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.33 |
| HSL | 50.2º | 0.23% | 0.57% | - |
| HSV(B) | 50.2º | 0.29% | 0.67% | - |
| XYZ | 33.4 | 36.26 | 23.65 | - |
| YUV | 160.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 122 | 0 | 0.05 | 0.29 | 0.33 | 50.2 | 0.23 | 0.57 |
| Hex | AB | A3 | 7A | 0 | 5 | 1D | 21 | 32 | 17 | 39 |
| Octal | 253 | 243 | 172 | 0 | 5 | 35 | 41 | 62 | 27 | 71 |
| Binary | 10101011 | 10100011 | 1111010 | 0 | 101 | 11101 | 100001 | 110010 | 10111 | 111001 |
Color Harmonies of #ABA37A
Complementary color
Monochromatic Colors of #ABA37A
Black with #ABA37A
Text Example
Text Example
White with #ABA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA37A; }
p { color: rgb(171,163,122); }
H1.HeaderClassName
{
color: #ABA37A;
}
.AnyTagClassName
{
color: #ABA37A;
}
</style>
background-color css
<style>
a { background-color: #ABA37A; }
a { background-color: rgb(171,163,122); }
div.DivClassName
{
background-color: #ABA37A;
}
.BgClassName
{
background-color: #ABA37A;
}
</style>
border-color css
<style>
span { border-color: #ABA37A; }
span { border-color: rgb(171,163,122); }
td.TdClassName
{
border-color: #ABA37A;
}
.TagClassName
{
border-color: #ABA37A;
}
</style>