Shades of Hillary #ADA872
Tints of Hillary #ADA872
RGB
CMYK
RGB Variations
Color information
#ADA872 (or 0xADA872) is known color: Hillary. HEX triplet: AD, A8 and 72. RGB value is (173,168,114). Sum of RGB (Red+Green+Blue) = 173+168+114=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA872 is #52578D. Grayscale: #A3A3A3. Windows color (decimal): -5396366 or 7514285. OLE color: 7514285.
HSL color Cylindrical-coordinate representation of color #ADA872: hue angle of 54.92º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA872 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 114 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.32 |
| HSL | 54.92º | 0.26% | 0.56% | - |
| HSV(B) | 54.92º | 0.34% | 0.68% | - |
| XYZ | 34.27 | 38.1 | 21.47 | - |
| YUV | 163.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 114 | 0 | 0.03 | 0.34 | 0.32 | 54.92 | 0.26 | 0.56 |
| Hex | AD | A8 | 72 | 0 | 3 | 22 | 20 | 37 | 1A | 38 |
| Octal | 255 | 250 | 162 | 0 | 3 | 42 | 40 | 67 | 32 | 70 |
| Binary | 10101101 | 10101000 | 1110010 | 0 | 11 | 100010 | 100000 | 110111 | 11010 | 111000 |
Color Harmonies of #ADA872
Complementary color
Monochromatic Colors of #ADA872
Black with #ADA872
Text Example
Text Example
White with #ADA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA872; }
p { color: rgb(173,168,114); }
H1.HeaderClassName
{
color: #ADA872;
}
.AnyTagClassName
{
color: #ADA872;
}
</style>
background-color css
<style>
a { background-color: #ADA872; }
a { background-color: rgb(173,168,114); }
div.DivClassName
{
background-color: #ADA872;
}
.BgClassName
{
background-color: #ADA872;
}
</style>
border-color css
<style>
span { border-color: #ADA872; }
span { border-color: rgb(173,168,114); }
td.TdClassName
{
border-color: #ADA872;
}
.TagClassName
{
border-color: #ADA872;
}
</style>