Shades of Hillary #A9A571
Tints of Hillary #A9A571
RGB
CMYK
RGB Variations
Color information
#A9A571 (or 0xA9A571) is known color: Hillary. HEX triplet: A9, A5 and 71. RGB value is (169,165,113). Sum of RGB (Red+Green+Blue) = 169+165+113=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A571 is #565A8E. Grayscale: #A0A0A0. Windows color (decimal): -5659279 or 7447977. OLE color: 7447977.
HSL color Cylindrical-coordinate representation of color #A9A571: hue angle of 55.71º 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 #A9A571 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 113 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.34 |
| HSL | 55.71º | 0.25% | 0.55% | - |
| HSV(B) | 55.71º | 0.33% | 0.66% | - |
| XYZ | 32.8 | 36.54 | 20.95 | - |
| YUV | 160.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 113 | 0 | 0.02 | 0.33 | 0.34 | 55.71 | 0.25 | 0.55 |
| Hex | A9 | A5 | 71 | 0 | 2 | 21 | 22 | 38 | 19 | 37 |
| Octal | 251 | 245 | 161 | 0 | 2 | 41 | 42 | 70 | 31 | 67 |
| Binary | 10101001 | 10100101 | 1110001 | 0 | 10 | 100001 | 100010 | 111000 | 11001 | 110111 |
Color Harmonies of #A9A571
Complementary color
Monochromatic Colors of #A9A571
Black with #A9A571
Text Example
Text Example
White with #A9A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A571; }
p { color: rgb(169,165,113); }
H1.HeaderClassName
{
color: #A9A571;
}
.AnyTagClassName
{
color: #A9A571;
}
</style>
background-color css
<style>
a { background-color: #A9A571; }
a { background-color: rgb(169,165,113); }
div.DivClassName
{
background-color: #A9A571;
}
.BgClassName
{
background-color: #A9A571;
}
</style>
border-color css
<style>
span { border-color: #A9A571; }
span { border-color: rgb(169,165,113); }
td.TdClassName
{
border-color: #A9A571;
}
.TagClassName
{
border-color: #A9A571;
}
</style>