Shades of Hillary #A8A276
Tints of Hillary #A8A276
RGB
CMYK
RGB Variations
Color information
#A8A276 (or 0xA8A276) is known color: Hillary. HEX triplet: A8, A2 and 76. RGB value is (168,162,118). Sum of RGB (Red+Green+Blue) = 168+162+118=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A276 is #575D89. Grayscale: #9E9E9E. Windows color (decimal): -5725578 or 7774888. OLE color: 7774888.
HSL color Cylindrical-coordinate representation of color #A8A276: hue angle of 52.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A276 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 118 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.34 |
| HSL | 52.8º | 0.22% | 0.56% | - |
| HSV(B) | 52.8º | 0.3% | 0.66% | - |
| XYZ | 32.34 | 35.47 | 22.28 | - |
| YUV | 158.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 118 | 0 | 0.04 | 0.30 | 0.34 | 52.8 | 0.22 | 0.56 |
| Hex | A8 | A2 | 76 | 0 | 4 | 1E | 22 | 35 | 16 | 38 |
| Octal | 250 | 242 | 166 | 0 | 4 | 36 | 42 | 65 | 26 | 70 |
| Binary | 10101000 | 10100010 | 1110110 | 0 | 100 | 11110 | 100010 | 110101 | 10110 | 111000 |
Color Harmonies of #A8A276
Complementary color
Monochromatic Colors of #A8A276
Black with #A8A276
Text Example
Text Example
White with #A8A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A276; }
p { color: rgb(168,162,118); }
H1.HeaderClassName
{
color: #A8A276;
}
.AnyTagClassName
{
color: #A8A276;
}
</style>
background-color css
<style>
a { background-color: #A8A276; }
a { background-color: rgb(168,162,118); }
div.DivClassName
{
background-color: #A8A276;
}
.BgClassName
{
background-color: #A8A276;
}
</style>
border-color css
<style>
span { border-color: #A8A276; }
span { border-color: rgb(168,162,118); }
td.TdClassName
{
border-color: #A8A276;
}
.TagClassName
{
border-color: #A8A276;
}
</style>