Shades of Hillary #A9A476
Tints of Hillary #A9A476
RGB
CMYK
RGB Variations
Color information
#A9A476 (or 0xA9A476) is known color: Hillary. HEX triplet: A9, A4 and 76. RGB value is (169,164,118). Sum of RGB (Red+Green+Blue) = 169+164+118=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A476 is #565B89. Grayscale: #A0A0A0. Windows color (decimal): -5659530 or 7775401. OLE color: 7775401.
HSL color Cylindrical-coordinate representation of color #A9A476: hue angle of 54.12º degrees, saturation: 0.23, 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 #A9A476 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 118 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.34 |
| HSL | 54.12º | 0.23% | 0.56% | - |
| HSV(B) | 54.12º | 0.3% | 0.66% | - |
| XYZ | 32.91 | 36.29 | 22.41 | - |
| YUV | 160.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 118 | 0 | 0.03 | 0.30 | 0.34 | 54.12 | 0.23 | 0.56 |
| Hex | A9 | A4 | 76 | 0 | 3 | 1E | 22 | 36 | 17 | 38 |
| Octal | 251 | 244 | 166 | 0 | 3 | 36 | 42 | 66 | 27 | 70 |
| Binary | 10101001 | 10100100 | 1110110 | 0 | 11 | 11110 | 100010 | 110110 | 10111 | 111000 |
Color Harmonies of #A9A476
Complementary color
Monochromatic Colors of #A9A476
Black with #A9A476
Text Example
Text Example
White with #A9A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A476; }
p { color: rgb(169,164,118); }
H1.HeaderClassName
{
color: #A9A476;
}
.AnyTagClassName
{
color: #A9A476;
}
</style>
background-color css
<style>
a { background-color: #A9A476; }
a { background-color: rgb(169,164,118); }
div.DivClassName
{
background-color: #A9A476;
}
.BgClassName
{
background-color: #A9A476;
}
</style>
border-color css
<style>
span { border-color: #A9A476; }
span { border-color: rgb(169,164,118); }
td.TdClassName
{
border-color: #A9A476;
}
.TagClassName
{
border-color: #A9A476;
}
</style>