Shades of Hillary #ADA571
Tints of Hillary #ADA571
RGB
CMYK
RGB Variations
Color information
#ADA571 (or 0xADA571) is known color: Hillary. HEX triplet: AD, A5 and 71. RGB value is (173,165,113). Sum of RGB (Red+Green+Blue) = 173+165+113=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA571 is #525A8E. Grayscale: #A1A1A1. Windows color (decimal): -5397135 or 7447981. OLE color: 7447981.
HSL color Cylindrical-coordinate representation of color #ADA571: hue angle of 52º 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 #ADA571 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 113 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.32 |
| HSL | 52º | 0.27% | 0.56% | - |
| HSV(B) | 52º | 0.35% | 0.68% | - |
| XYZ | 33.67 | 36.99 | 20.99 | - |
| YUV | 161.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 113 | 0 | 0.05 | 0.35 | 0.32 | 52 | 0.27 | 0.56 |
| Hex | AD | A5 | 71 | 0 | 5 | 23 | 20 | 34 | 1B | 38 |
| Octal | 255 | 245 | 161 | 0 | 5 | 43 | 40 | 64 | 33 | 70 |
| Binary | 10101101 | 10100101 | 1110001 | 0 | 101 | 100011 | 100000 | 110100 | 11011 | 111000 |
Color Harmonies of #ADA571
Complementary color
Monochromatic Colors of #ADA571
Black with #ADA571
Text Example
Text Example
White with #ADA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA571; }
p { color: rgb(173,165,113); }
H1.HeaderClassName
{
color: #ADA571;
}
.AnyTagClassName
{
color: #ADA571;
}
</style>
background-color css
<style>
a { background-color: #ADA571; }
a { background-color: rgb(173,165,113); }
div.DivClassName
{
background-color: #ADA571;
}
.BgClassName
{
background-color: #ADA571;
}
</style>
border-color css
<style>
span { border-color: #ADA571; }
span { border-color: rgb(173,165,113); }
td.TdClassName
{
border-color: #ADA571;
}
.TagClassName
{
border-color: #ADA571;
}
</style>