Shades of Hillary #ADA276
Tints of Hillary #ADA276
RGB
CMYK
RGB Variations
Color information
#ADA276 (or 0xADA276) is known color: Hillary. HEX triplet: AD, A2 and 76. RGB value is (173,162,118). Sum of RGB (Red+Green+Blue) = 173+162+118=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA276 is #525D89. Grayscale: #A0A0A0. Windows color (decimal): -5397898 or 7774893. OLE color: 7774893.
HSL color Cylindrical-coordinate representation of color #ADA276: hue angle of 48º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA276 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 118 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.32 |
| HSL | 48º | 0.25% | 0.57% | - |
| HSV(B) | 48º | 0.32% | 0.68% | - |
| XYZ | 33.42 | 36.03 | 22.33 | - |
| YUV | 160.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 118 | 0 | 0.06 | 0.32 | 0.32 | 48 | 0.25 | 0.57 |
| Hex | AD | A2 | 76 | 0 | 6 | 20 | 20 | 30 | 19 | 39 |
| Octal | 255 | 242 | 166 | 0 | 6 | 40 | 40 | 60 | 31 | 71 |
| Binary | 10101101 | 10100010 | 1110110 | 0 | 110 | 100000 | 100000 | 110000 | 11001 | 111001 |
Color Harmonies of #ADA276
Complementary color
Monochromatic Colors of #ADA276
Black with #ADA276
Text Example
Text Example
White with #ADA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA276; }
p { color: rgb(173,162,118); }
H1.HeaderClassName
{
color: #ADA276;
}
.AnyTagClassName
{
color: #ADA276;
}
</style>
background-color css
<style>
a { background-color: #ADA276; }
a { background-color: rgb(173,162,118); }
div.DivClassName
{
background-color: #ADA276;
}
.BgClassName
{
background-color: #ADA276;
}
</style>
border-color css
<style>
span { border-color: #ADA276; }
span { border-color: rgb(173,162,118); }
td.TdClassName
{
border-color: #ADA276;
}
.TagClassName
{
border-color: #ADA276;
}
</style>