Shades of Hillary #A9A570
Tints of Hillary #A9A570
RGB
CMYK
RGB Variations
Color information
#A9A570 (or 0xA9A570) is known color: Hillary. HEX triplet: A9, A5 and 70. RGB value is (169,165,112). Sum of RGB (Red+Green+Blue) = 169+165+112=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A570 is #565A8F. Grayscale: #A0A0A0. Windows color (decimal): -5659280 or 7382441. OLE color: 7382441.
HSL color Cylindrical-coordinate representation of color #A9A570: hue angle of 55.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A570 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 112 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.34 |
| HSL | 55.79º | 0.25% | 0.55% | - |
| HSV(B) | 55.79º | 0.34% | 0.66% | - |
| XYZ | 32.74 | 36.52 | 20.65 | - |
| YUV | 160.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 112 | 0 | 0.02 | 0.34 | 0.34 | 55.79 | 0.25 | 0.55 |
| Hex | A9 | A5 | 70 | 0 | 2 | 22 | 22 | 38 | 19 | 37 |
| Octal | 251 | 245 | 160 | 0 | 2 | 42 | 42 | 70 | 31 | 67 |
| Binary | 10101001 | 10100101 | 1110000 | 0 | 10 | 100010 | 100010 | 111000 | 11001 | 110111 |
Color Harmonies of #A9A570
Complementary color
Monochromatic Colors of #A9A570
Black with #A9A570
Text Example
Text Example
White with #A9A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A570; }
p { color: rgb(169,165,112); }
H1.HeaderClassName
{
color: #A9A570;
}
.AnyTagClassName
{
color: #A9A570;
}
</style>
background-color css
<style>
a { background-color: #A9A570; }
a { background-color: rgb(169,165,112); }
div.DivClassName
{
background-color: #A9A570;
}
.BgClassName
{
background-color: #A9A570;
}
</style>
border-color css
<style>
span { border-color: #A9A570; }
span { border-color: rgb(169,165,112); }
td.TdClassName
{
border-color: #A9A570;
}
.TagClassName
{
border-color: #A9A570;
}
</style>