Shades of Hillary #ADA66F
Tints of Hillary #ADA66F
RGB
CMYK
RGB Variations
Color information
#ADA66F (or 0xADA66F) is known color: Hillary. HEX triplet: AD, A6 and 6F. RGB value is (173,166,111). Sum of RGB (Red+Green+Blue) = 173+166+111=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66F is #525990. Grayscale: #A2A2A2. Windows color (decimal): -5396881 or 7317165. OLE color: 7317165.
HSL color Cylindrical-coordinate representation of color #ADA66F: hue angle of 53.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA66F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 111 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.32 |
| HSL | 53.23º | 0.27% | 0.56% | - |
| HSV(B) | 53.23º | 0.36% | 0.68% | - |
| XYZ | 33.74 | 37.3 | 20.46 | - |
| YUV | 161.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 111 | 0 | 0.04 | 0.36 | 0.32 | 53.23 | 0.27 | 0.56 |
| Hex | AD | A6 | 6F | 0 | 4 | 24 | 20 | 35 | 1B | 38 |
| Octal | 255 | 246 | 157 | 0 | 4 | 44 | 40 | 65 | 33 | 70 |
| Binary | 10101101 | 10100110 | 1101111 | 0 | 100 | 100100 | 100000 | 110101 | 11011 | 111000 |
Color Harmonies of #ADA66F
Complementary color
Monochromatic Colors of #ADA66F
Black with #ADA66F
Text Example
Text Example
White with #ADA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA66F; }
p { color: rgb(173,166,111); }
H1.HeaderClassName
{
color: #ADA66F;
}
.AnyTagClassName
{
color: #ADA66F;
}
</style>
background-color css
<style>
a { background-color: #ADA66F; }
a { background-color: rgb(173,166,111); }
div.DivClassName
{
background-color: #ADA66F;
}
.BgClassName
{
background-color: #ADA66F;
}
</style>
border-color css
<style>
span { border-color: #ADA66F; }
span { border-color: rgb(173,166,111); }
td.TdClassName
{
border-color: #ADA66F;
}
.TagClassName
{
border-color: #ADA66F;
}
</style>