Shades of Hillary #ADA678
Tints of Hillary #ADA678
RGB
CMYK
RGB Variations
Color information
#ADA678 (or 0xADA678) is known color: Hillary. HEX triplet: AD, A6 and 78. RGB value is (173,166,120). Sum of RGB (Red+Green+Blue) = 173+166+120=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA678 is #525987. Grayscale: #A3A3A3. Windows color (decimal): -5396872 or 7906989. OLE color: 7906989.
HSL color Cylindrical-coordinate representation of color #ADA678: hue angle of 52.08º degrees, saturation: 0.24, 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 #ADA678 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 120 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.32 |
| HSL | 52.08º | 0.24% | 0.57% | - |
| HSV(B) | 52.08º | 0.31% | 0.68% | - |
| XYZ | 34.26 | 37.51 | 23.2 | - |
| YUV | 162.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 120 | 0 | 0.04 | 0.31 | 0.32 | 52.08 | 0.24 | 0.57 |
| Hex | AD | A6 | 78 | 0 | 4 | 1F | 20 | 34 | 18 | 39 |
| Octal | 255 | 246 | 170 | 0 | 4 | 37 | 40 | 64 | 30 | 71 |
| Binary | 10101101 | 10100110 | 1111000 | 0 | 100 | 11111 | 100000 | 110100 | 11000 | 111001 |
Color Harmonies of #ADA678
Complementary color
Monochromatic Colors of #ADA678
Black with #ADA678
Text Example
Text Example
White with #ADA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA678; }
p { color: rgb(173,166,120); }
H1.HeaderClassName
{
color: #ADA678;
}
.AnyTagClassName
{
color: #ADA678;
}
</style>
background-color css
<style>
a { background-color: #ADA678; }
a { background-color: rgb(173,166,120); }
div.DivClassName
{
background-color: #ADA678;
}
.BgClassName
{
background-color: #ADA678;
}
</style>
border-color css
<style>
span { border-color: #ADA678; }
span { border-color: rgb(173,166,120); }
td.TdClassName
{
border-color: #ADA678;
}
.TagClassName
{
border-color: #ADA678;
}
</style>