Shades of Hillary #ADA471
Tints of Hillary #ADA471
RGB
CMYK
RGB Variations
Color information
#ADA471 (or 0xADA471) is known color: Hillary. HEX triplet: AD, A4 and 71. RGB value is (173,164,113). Sum of RGB (Red+Green+Blue) = 173+164+113=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA471 is #525B8E. Grayscale: #A1A1A1. Windows color (decimal): -5397391 or 7447725. OLE color: 7447725.
HSL color Cylindrical-coordinate representation of color #ADA471: hue angle of 51º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA471 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 113 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.32 |
| HSL | 51º | 0.27% | 0.56% | - |
| HSV(B) | 51º | 0.35% | 0.68% | - |
| XYZ | 33.49 | 36.63 | 20.93 | - |
| YUV | 160.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 113 | 0 | 0.05 | 0.35 | 0.32 | 51 | 0.27 | 0.56 |
| Hex | AD | A4 | 71 | 0 | 5 | 23 | 20 | 33 | 1B | 38 |
| Octal | 255 | 244 | 161 | 0 | 5 | 43 | 40 | 63 | 33 | 70 |
| Binary | 10101101 | 10100100 | 1110001 | 0 | 101 | 100011 | 100000 | 110011 | 11011 | 111000 |
Color Harmonies of #ADA471
Complementary color
Monochromatic Colors of #ADA471
Black with #ADA471
Text Example
Text Example
White with #ADA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA471; }
p { color: rgb(173,164,113); }
H1.HeaderClassName
{
color: #ADA471;
}
.AnyTagClassName
{
color: #ADA471;
}
</style>
background-color css
<style>
a { background-color: #ADA471; }
a { background-color: rgb(173,164,113); }
div.DivClassName
{
background-color: #ADA471;
}
.BgClassName
{
background-color: #ADA471;
}
</style>
border-color css
<style>
span { border-color: #ADA471; }
span { border-color: rgb(173,164,113); }
td.TdClassName
{
border-color: #ADA471;
}
.TagClassName
{
border-color: #ADA471;
}
</style>