Shades of Hillary #ADA971
Tints of Hillary #ADA971
RGB
CMYK
RGB Variations
Color information
#ADA971 (or 0xADA971) is known color: Hillary. HEX triplet: AD, A9 and 71. RGB value is (173,169,113). Sum of RGB (Red+Green+Blue) = 173+169+113=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA971 is #52568E. Grayscale: #A4A4A4. Windows color (decimal): -5396111 or 7449005. OLE color: 7449005.
HSL color Cylindrical-coordinate representation of color #ADA971: hue angle of 56º 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 #ADA971 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 113 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.32 |
| HSL | 56º | 0.27% | 0.56% | - |
| HSV(B) | 56º | 0.35% | 0.68% | - |
| XYZ | 34.4 | 38.45 | 21.23 | - |
| YUV | 163.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 113 | 0 | 0.02 | 0.35 | 0.32 | 56 | 0.27 | 0.56 |
| Hex | AD | A9 | 71 | 0 | 2 | 23 | 20 | 38 | 1B | 38 |
| Octal | 255 | 251 | 161 | 0 | 2 | 43 | 40 | 70 | 33 | 70 |
| Binary | 10101101 | 10101001 | 1110001 | 0 | 10 | 100011 | 100000 | 111000 | 11011 | 111000 |
Color Harmonies of #ADA971
Complementary color
Monochromatic Colors of #ADA971
Black with #ADA971
Text Example
Text Example
White with #ADA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA971; }
p { color: rgb(173,169,113); }
H1.HeaderClassName
{
color: #ADA971;
}
.AnyTagClassName
{
color: #ADA971;
}
</style>
background-color css
<style>
a { background-color: #ADA971; }
a { background-color: rgb(173,169,113); }
div.DivClassName
{
background-color: #ADA971;
}
.BgClassName
{
background-color: #ADA971;
}
</style>
border-color css
<style>
span { border-color: #ADA971; }
span { border-color: rgb(173,169,113); }
td.TdClassName
{
border-color: #ADA971;
}
.TagClassName
{
border-color: #ADA971;
}
</style>