Shades of Hillary #ABA07D
Tints of Hillary #ABA07D
RGB
CMYK
RGB Variations
Color information
#ABA07D (or 0xABA07D) is known color: Hillary. HEX triplet: AB, A0 and 7D. RGB value is (171,160,125). Sum of RGB (Red+Green+Blue) = 171+160+125=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA07D is #545F82. Grayscale: #9F9F9F. Windows color (decimal): -5529475 or 8233131. OLE color: 8233131.
HSL color Cylindrical-coordinate representation of color #ABA07D: hue angle of 45.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA07D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 125 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.33 |
| HSL | 45.65º | 0.21% | 0.58% | - |
| HSV(B) | 45.65º | 0.27% | 0.67% | - |
| XYZ | 33.07 | 35.28 | 24.47 | - |
| YUV | 159.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 125 | 0 | 0.06 | 0.27 | 0.33 | 45.65 | 0.21 | 0.58 |
| Hex | AB | A0 | 7D | 0 | 6 | 1B | 21 | 2E | 15 | 3A |
| Octal | 253 | 240 | 175 | 0 | 6 | 33 | 41 | 56 | 25 | 72 |
| Binary | 10101011 | 10100000 | 1111101 | 0 | 110 | 11011 | 100001 | 101110 | 10101 | 111010 |
Color Harmonies of #ABA07D
Complementary color
Monochromatic Colors of #ABA07D
Black with #ABA07D
Text Example
Text Example
White with #ABA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA07D; }
p { color: rgb(171,160,125); }
H1.HeaderClassName
{
color: #ABA07D;
}
.AnyTagClassName
{
color: #ABA07D;
}
</style>
background-color css
<style>
a { background-color: #ABA07D; }
a { background-color: rgb(171,160,125); }
div.DivClassName
{
background-color: #ABA07D;
}
.BgClassName
{
background-color: #ABA07D;
}
</style>
border-color css
<style>
span { border-color: #ABA07D; }
span { border-color: rgb(171,160,125); }
td.TdClassName
{
border-color: #ABA07D;
}
.TagClassName
{
border-color: #ABA07D;
}
</style>