Shades of Hillary #A9A76D
Tints of Hillary #A9A76D
RGB
CMYK
RGB Variations
Color information
#A9A76D (or 0xA9A76D) is known color: Hillary. HEX triplet: A9, A7 and 6D. RGB value is (169,167,109). Sum of RGB (Red+Green+Blue) = 169+167+109=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A76D is #565892. Grayscale: #A1A1A1. Windows color (decimal): -5658771 or 7186345. OLE color: 7186345.
HSL color Cylindrical-coordinate representation of color #A9A76D: hue angle of 58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A76D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 109 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.34 |
| HSL | 58º | 0.26% | 0.55% | - |
| HSV(B) | 58º | 0.36% | 0.66% | - |
| XYZ | 32.94 | 37.18 | 19.91 | - |
| YUV | 160.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 109 | 0 | 0.01 | 0.36 | 0.34 | 58 | 0.26 | 0.55 |
| Hex | A9 | A7 | 6D | 0 | 1 | 24 | 22 | 3A | 1A | 37 |
| Octal | 251 | 247 | 155 | 0 | 1 | 44 | 42 | 72 | 32 | 67 |
| Binary | 10101001 | 10100111 | 1101101 | 0 | 1 | 100100 | 100010 | 111010 | 11010 | 110111 |
Color Harmonies of #A9A76D
Complementary color
Monochromatic Colors of #A9A76D
Black with #A9A76D
Text Example
Text Example
White with #A9A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A76D; }
p { color: rgb(169,167,109); }
H1.HeaderClassName
{
color: #A9A76D;
}
.AnyTagClassName
{
color: #A9A76D;
}
</style>
background-color css
<style>
a { background-color: #A9A76D; }
a { background-color: rgb(169,167,109); }
div.DivClassName
{
background-color: #A9A76D;
}
.BgClassName
{
background-color: #A9A76D;
}
</style>
border-color css
<style>
span { border-color: #A9A76D; }
span { border-color: rgb(169,167,109); }
td.TdClassName
{
border-color: #A9A76D;
}
.TagClassName
{
border-color: #A9A76D;
}
</style>