Shades of Hillary #ADA56E
Tints of Hillary #ADA56E
RGB
CMYK
RGB Variations
Color information
#ADA56E (or 0xADA56E) is known color: Hillary. HEX triplet: AD, A5 and 6E. RGB value is (173,165,110). Sum of RGB (Red+Green+Blue) = 173+165+110=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56E is #525A91. Grayscale: #A1A1A1. Windows color (decimal): -5397138 or 7251373. OLE color: 7251373.
HSL color Cylindrical-coordinate representation of color #ADA56E: hue angle of 52.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA56E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 110 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.32 |
| HSL | 52.38º | 0.28% | 0.55% | - |
| HSV(B) | 52.38º | 0.36% | 0.68% | - |
| XYZ | 33.5 | 36.92 | 20.11 | - |
| YUV | 161.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 110 | 0 | 0.05 | 0.36 | 0.32 | 52.38 | 0.28 | 0.55 |
| Hex | AD | A5 | 6E | 0 | 5 | 24 | 20 | 34 | 1C | 37 |
| Octal | 255 | 245 | 156 | 0 | 5 | 44 | 40 | 64 | 34 | 67 |
| Binary | 10101101 | 10100101 | 1101110 | 0 | 101 | 100100 | 100000 | 110100 | 11100 | 110111 |
Color Harmonies of #ADA56E
Complementary color
Monochromatic Colors of #ADA56E
Black with #ADA56E
Text Example
Text Example
White with #ADA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA56E; }
p { color: rgb(173,165,110); }
H1.HeaderClassName
{
color: #ADA56E;
}
.AnyTagClassName
{
color: #ADA56E;
}
</style>
background-color css
<style>
a { background-color: #ADA56E; }
a { background-color: rgb(173,165,110); }
div.DivClassName
{
background-color: #ADA56E;
}
.BgClassName
{
background-color: #ADA56E;
}
</style>
border-color css
<style>
span { border-color: #ADA56E; }
span { border-color: rgb(173,165,110); }
td.TdClassName
{
border-color: #ADA56E;
}
.TagClassName
{
border-color: #ADA56E;
}
</style>