Shades of Hillary #ADA774
Tints of Hillary #ADA774
RGB
CMYK
RGB Variations
Color information
#ADA774 (or 0xADA774) is known color: Hillary. HEX triplet: AD, A7 and 74. RGB value is (173,167,116). Sum of RGB (Red+Green+Blue) = 173+167+116=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA774 is #52588B. Grayscale: #A3A3A3. Windows color (decimal): -5396620 or 7645101. OLE color: 7645101.
HSL color Cylindrical-coordinate representation of color #ADA774: hue angle of 53.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA774 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 116 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.32 |
| HSL | 53.68º | 0.26% | 0.57% | - |
| HSV(B) | 53.68º | 0.33% | 0.68% | - |
| XYZ | 34.2 | 37.78 | 22.01 | - |
| YUV | 162.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 116 | 0 | 0.03 | 0.33 | 0.32 | 53.68 | 0.26 | 0.57 |
| Hex | AD | A7 | 74 | 0 | 3 | 21 | 20 | 36 | 1A | 39 |
| Octal | 255 | 247 | 164 | 0 | 3 | 41 | 40 | 66 | 32 | 71 |
| Binary | 10101101 | 10100111 | 1110100 | 0 | 11 | 100001 | 100000 | 110110 | 11010 | 111001 |
Color Harmonies of #ADA774
Complementary color
Monochromatic Colors of #ADA774
Black with #ADA774
Text Example
Text Example
White with #ADA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA774; }
p { color: rgb(173,167,116); }
H1.HeaderClassName
{
color: #ADA774;
}
.AnyTagClassName
{
color: #ADA774;
}
</style>
background-color css
<style>
a { background-color: #ADA774; }
a { background-color: rgb(173,167,116); }
div.DivClassName
{
background-color: #ADA774;
}
.BgClassName
{
background-color: #ADA774;
}
</style>
border-color css
<style>
span { border-color: #ADA774; }
span { border-color: rgb(173,167,116); }
td.TdClassName
{
border-color: #ADA774;
}
.TagClassName
{
border-color: #ADA774;
}
</style>