Shades of Hillary #ADA76F
Tints of Hillary #ADA76F
RGB
CMYK
RGB Variations
Color information
#ADA76F (or 0xADA76F) is known color: Hillary. HEX triplet: AD, A7 and 6F. RGB value is (173,167,111). Sum of RGB (Red+Green+Blue) = 173+167+111=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA76F is #525890. Grayscale: #A2A2A2. Windows color (decimal): -5396625 or 7317421. OLE color: 7317421.
HSL color Cylindrical-coordinate representation of color #ADA76F: hue angle of 54.19º 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 #ADA76F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 111 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.32 |
| HSL | 54.19º | 0.27% | 0.56% | - |
| HSV(B) | 54.19º | 0.36% | 0.68% | - |
| XYZ | 33.92 | 37.67 | 20.52 | - |
| YUV | 162.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 111 | 0 | 0.03 | 0.36 | 0.32 | 54.19 | 0.27 | 0.56 |
| Hex | AD | A7 | 6F | 0 | 3 | 24 | 20 | 36 | 1B | 38 |
| Octal | 255 | 247 | 157 | 0 | 3 | 44 | 40 | 66 | 33 | 70 |
| Binary | 10101101 | 10100111 | 1101111 | 0 | 11 | 100100 | 100000 | 110110 | 11011 | 111000 |
Color Harmonies of #ADA76F
Complementary color
Monochromatic Colors of #ADA76F
Black with #ADA76F
Text Example
Text Example
White with #ADA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA76F; }
p { color: rgb(173,167,111); }
H1.HeaderClassName
{
color: #ADA76F;
}
.AnyTagClassName
{
color: #ADA76F;
}
</style>
background-color css
<style>
a { background-color: #ADA76F; }
a { background-color: rgb(173,167,111); }
div.DivClassName
{
background-color: #ADA76F;
}
.BgClassName
{
background-color: #ADA76F;
}
</style>
border-color css
<style>
span { border-color: #ADA76F; }
span { border-color: rgb(173,167,111); }
td.TdClassName
{
border-color: #ADA76F;
}
.TagClassName
{
border-color: #ADA76F;
}
</style>