Shades of Hillary #A9A56D
Tints of Hillary #A9A56D
RGB
CMYK
RGB Variations
Color information
#A9A56D (or 0xA9A56D) is known color: Hillary. HEX triplet: A9, A5 and 6D. RGB value is (169,165,109). Sum of RGB (Red+Green+Blue) = 169+165+109=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A56D is #565A92. Grayscale: #A0A0A0. Windows color (decimal): -5659283 or 7185833. OLE color: 7185833.
HSL color Cylindrical-coordinate representation of color #A9A56D: hue angle of 56º 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 #A9A56D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 109 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.34 |
| HSL | 56º | 0.26% | 0.55% | - |
| HSV(B) | 56º | 0.36% | 0.66% | - |
| XYZ | 32.58 | 36.45 | 19.79 | - |
| YUV | 159.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 109 | 0 | 0.02 | 0.36 | 0.34 | 56 | 0.26 | 0.55 |
| Hex | A9 | A5 | 6D | 0 | 2 | 24 | 22 | 38 | 1A | 37 |
| Octal | 251 | 245 | 155 | 0 | 2 | 44 | 42 | 70 | 32 | 67 |
| Binary | 10101001 | 10100101 | 1101101 | 0 | 10 | 100100 | 100010 | 111000 | 11010 | 110111 |
Color Harmonies of #A9A56D
Complementary color
Monochromatic Colors of #A9A56D
Black with #A9A56D
Text Example
Text Example
White with #A9A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A56D; }
p { color: rgb(169,165,109); }
H1.HeaderClassName
{
color: #A9A56D;
}
.AnyTagClassName
{
color: #A9A56D;
}
</style>
background-color css
<style>
a { background-color: #A9A56D; }
a { background-color: rgb(169,165,109); }
div.DivClassName
{
background-color: #A9A56D;
}
.BgClassName
{
background-color: #A9A56D;
}
</style>
border-color css
<style>
span { border-color: #A9A56D; }
span { border-color: rgb(169,165,109); }
td.TdClassName
{
border-color: #A9A56D;
}
.TagClassName
{
border-color: #A9A56D;
}
</style>