Shades of Hillary #A9A471
Tints of Hillary #A9A471
RGB
CMYK
RGB Variations
Color information
#A9A471 (or 0xA9A471) is known color: Hillary. HEX triplet: A9, A4 and 71. RGB value is (169,164,113). Sum of RGB (Red+Green+Blue) = 169+164+113=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A471 is #565B8E. Grayscale: #9F9F9F. Windows color (decimal): -5659535 or 7447721. OLE color: 7447721.
HSL color Cylindrical-coordinate representation of color #A9A471: hue angle of 54.64º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9A471 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 113 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.34 |
| HSL | 54.64º | 0.25% | 0.55% | - |
| HSV(B) | 54.64º | 0.33% | 0.66% | - |
| XYZ | 32.62 | 36.18 | 20.89 | - |
| YUV | 159.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 113 | 0 | 0.03 | 0.33 | 0.34 | 54.64 | 0.25 | 0.55 |
| Hex | A9 | A4 | 71 | 0 | 3 | 21 | 22 | 37 | 19 | 37 |
| Octal | 251 | 244 | 161 | 0 | 3 | 41 | 42 | 67 | 31 | 67 |
| Binary | 10101001 | 10100100 | 1110001 | 0 | 11 | 100001 | 100010 | 110111 | 11001 | 110111 |
Color Harmonies of #A9A471
Complementary color
Monochromatic Colors of #A9A471
Black with #A9A471
Text Example
Text Example
White with #A9A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A471; }
p { color: rgb(169,164,113); }
H1.HeaderClassName
{
color: #A9A471;
}
.AnyTagClassName
{
color: #A9A471;
}
</style>
background-color css
<style>
a { background-color: #A9A471; }
a { background-color: rgb(169,164,113); }
div.DivClassName
{
background-color: #A9A471;
}
.BgClassName
{
background-color: #A9A471;
}
</style>
border-color css
<style>
span { border-color: #A9A471; }
span { border-color: rgb(169,164,113); }
td.TdClassName
{
border-color: #A9A471;
}
.TagClassName
{
border-color: #A9A471;
}
</style>