Shades of Hillary #ADA278
Tints of Hillary #ADA278
RGB
CMYK
RGB Variations
Color information
#ADA278 (or 0xADA278) is known color: Hillary. HEX triplet: AD, A2 and 78. RGB value is (173,162,120). Sum of RGB (Red+Green+Blue) = 173+162+120=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA278 is #525D87. Grayscale: #A0A0A0. Windows color (decimal): -5397896 or 7905965. OLE color: 7905965.
HSL color Cylindrical-coordinate representation of color #ADA278: hue angle of 47.55º 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 #ADA278 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 120 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.32 |
| HSL | 47.55º | 0.24% | 0.57% | - |
| HSV(B) | 47.55º | 0.31% | 0.68% | - |
| XYZ | 33.54 | 36.08 | 22.97 | - |
| YUV | 160.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 120 | 0 | 0.06 | 0.31 | 0.32 | 47.55 | 0.24 | 0.57 |
| Hex | AD | A2 | 78 | 0 | 6 | 1F | 20 | 30 | 18 | 39 |
| Octal | 255 | 242 | 170 | 0 | 6 | 37 | 40 | 60 | 30 | 71 |
| Binary | 10101101 | 10100010 | 1111000 | 0 | 110 | 11111 | 100000 | 110000 | 11000 | 111001 |
Color Harmonies of #ADA278
Complementary color
Monochromatic Colors of #ADA278
Black with #ADA278
Text Example
Text Example
White with #ADA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA278; }
p { color: rgb(173,162,120); }
H1.HeaderClassName
{
color: #ADA278;
}
.AnyTagClassName
{
color: #ADA278;
}
</style>
background-color css
<style>
a { background-color: #ADA278; }
a { background-color: rgb(173,162,120); }
div.DivClassName
{
background-color: #ADA278;
}
.BgClassName
{
background-color: #ADA278;
}
</style>
border-color css
<style>
span { border-color: #ADA278; }
span { border-color: rgb(173,162,120); }
td.TdClassName
{
border-color: #ADA278;
}
.TagClassName
{
border-color: #ADA278;
}
</style>