Shades of Hillary #ADA771
Tints of Hillary #ADA771
RGB
CMYK
RGB Variations
Color information
#ADA771 (or 0xADA771) is known color: Hillary. HEX triplet: AD, A7 and 71. RGB value is (173,167,113). Sum of RGB (Red+Green+Blue) = 173+167+113=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA771 is #52588E. Grayscale: #A2A2A2. Windows color (decimal): -5396623 or 7448493. OLE color: 7448493.
HSL color Cylindrical-coordinate representation of color #ADA771: hue angle of 54º 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 #ADA771 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 113 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.32 |
| HSL | 54º | 0.27% | 0.56% | - |
| HSV(B) | 54º | 0.35% | 0.68% | - |
| XYZ | 34.03 | 37.71 | 21.11 | - |
| YUV | 162.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 113 | 0 | 0.03 | 0.35 | 0.32 | 54 | 0.27 | 0.56 |
| Hex | AD | A7 | 71 | 0 | 3 | 23 | 20 | 36 | 1B | 38 |
| Octal | 255 | 247 | 161 | 0 | 3 | 43 | 40 | 66 | 33 | 70 |
| Binary | 10101101 | 10100111 | 1110001 | 0 | 11 | 100011 | 100000 | 110110 | 11011 | 111000 |
Color Harmonies of #ADA771
Complementary color
Monochromatic Colors of #ADA771
Black with #ADA771
Text Example
Text Example
White with #ADA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA771; }
p { color: rgb(173,167,113); }
H1.HeaderClassName
{
color: #ADA771;
}
.AnyTagClassName
{
color: #ADA771;
}
</style>
background-color css
<style>
a { background-color: #ADA771; }
a { background-color: rgb(173,167,113); }
div.DivClassName
{
background-color: #ADA771;
}
.BgClassName
{
background-color: #ADA771;
}
</style>
border-color css
<style>
span { border-color: #ADA771; }
span { border-color: rgb(173,167,113); }
td.TdClassName
{
border-color: #ADA771;
}
.TagClassName
{
border-color: #ADA771;
}
</style>