Shades of Hillary #A9A56E
Tints of Hillary #A9A56E
RGB
CMYK
RGB Variations
Color information
#A9A56E (or 0xA9A56E) is known color: Hillary. HEX triplet: A9, A5 and 6E. RGB value is (169,165,110). Sum of RGB (Red+Green+Blue) = 169+165+110=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A56E is #565A91. Grayscale: #A0A0A0. Windows color (decimal): -5659282 or 7251369. OLE color: 7251369.
HSL color Cylindrical-coordinate representation of color #A9A56E: hue angle of 55.93º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9A56E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 110 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.34 |
| HSL | 55.93º | 0.26% | 0.55% | - |
| HSV(B) | 55.93º | 0.35% | 0.66% | - |
| XYZ | 32.63 | 36.47 | 20.07 | - |
| YUV | 159.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 110 | 0 | 0.02 | 0.35 | 0.34 | 55.93 | 0.26 | 0.55 |
| Hex | A9 | A5 | 6E | 0 | 2 | 23 | 22 | 38 | 1A | 37 |
| Octal | 251 | 245 | 156 | 0 | 2 | 43 | 42 | 70 | 32 | 67 |
| Binary | 10101001 | 10100101 | 1101110 | 0 | 10 | 100011 | 100010 | 111000 | 11010 | 110111 |
Color Harmonies of #A9A56E
Complementary color
Monochromatic Colors of #A9A56E
Black with #A9A56E
Text Example
Text Example
White with #A9A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A56E; }
p { color: rgb(169,165,110); }
H1.HeaderClassName
{
color: #A9A56E;
}
.AnyTagClassName
{
color: #A9A56E;
}
</style>
background-color css
<style>
a { background-color: #A9A56E; }
a { background-color: rgb(169,165,110); }
div.DivClassName
{
background-color: #A9A56E;
}
.BgClassName
{
background-color: #A9A56E;
}
</style>
border-color css
<style>
span { border-color: #A9A56E; }
span { border-color: rgb(169,165,110); }
td.TdClassName
{
border-color: #A9A56E;
}
.TagClassName
{
border-color: #A9A56E;
}
</style>