Shades of Hillary #ADA077
Tints of Hillary #ADA077
RGB
CMYK
RGB Variations
Color information
#ADA077 (or 0xADA077) is known color: Hillary. HEX triplet: AD, A0 and 77. RGB value is (173,160,119). Sum of RGB (Red+Green+Blue) = 173+160+119=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA077 is #525F88. Grayscale: #9F9F9F. Windows color (decimal): -5398409 or 7839917. OLE color: 7839917.
HSL color Cylindrical-coordinate representation of color #ADA077: hue angle of 45.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA077 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 119 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.32 |
| HSL | 45.56º | 0.25% | 0.57% | - |
| HSV(B) | 45.56º | 0.31% | 0.68% | - |
| XYZ | 33.13 | 35.36 | 22.53 | - |
| YUV | 159.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 119 | 0 | 0.08 | 0.31 | 0.32 | 45.56 | 0.25 | 0.57 |
| Hex | AD | A0 | 77 | 0 | 8 | 1F | 20 | 2E | 19 | 39 |
| Octal | 255 | 240 | 167 | 0 | 10 | 37 | 40 | 56 | 31 | 71 |
| Binary | 10101101 | 10100000 | 1110111 | 0 | 1000 | 11111 | 100000 | 101110 | 11001 | 111001 |
Color Harmonies of #ADA077
Complementary color
Monochromatic Colors of #ADA077
Black with #ADA077
Text Example
Text Example
White with #ADA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA077; }
p { color: rgb(173,160,119); }
H1.HeaderClassName
{
color: #ADA077;
}
.AnyTagClassName
{
color: #ADA077;
}
</style>
background-color css
<style>
a { background-color: #ADA077; }
a { background-color: rgb(173,160,119); }
div.DivClassName
{
background-color: #ADA077;
}
.BgClassName
{
background-color: #ADA077;
}
</style>
border-color css
<style>
span { border-color: #ADA077; }
span { border-color: rgb(173,160,119); }
td.TdClassName
{
border-color: #ADA077;
}
.TagClassName
{
border-color: #ADA077;
}
</style>