Shades of Hillary #A9A275
Tints of Hillary #A9A275
RGB
CMYK
RGB Variations
Color information
#A9A275 (or 0xA9A275) is known color: Hillary. HEX triplet: A9, A2 and 75. RGB value is (169,162,117). Sum of RGB (Red+Green+Blue) = 169+162+117=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A275 is #565D8A. Grayscale: #9F9F9F. Windows color (decimal): -5660043 or 7709353. OLE color: 7709353.
HSL color Cylindrical-coordinate representation of color #A9A275: hue angle of 51.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9A275 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 117 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.34 |
| HSL | 51.92º | 0.23% | 0.56% | - |
| HSV(B) | 51.92º | 0.31% | 0.66% | - |
| XYZ | 32.49 | 35.56 | 21.98 | - |
| YUV | 158.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 117 | 0 | 0.04 | 0.31 | 0.34 | 51.92 | 0.23 | 0.56 |
| Hex | A9 | A2 | 75 | 0 | 4 | 1F | 22 | 34 | 17 | 38 |
| Octal | 251 | 242 | 165 | 0 | 4 | 37 | 42 | 64 | 27 | 70 |
| Binary | 10101001 | 10100010 | 1110101 | 0 | 100 | 11111 | 100010 | 110100 | 10111 | 111000 |
Color Harmonies of #A9A275
Complementary color
Monochromatic Colors of #A9A275
Black with #A9A275
Text Example
Text Example
White with #A9A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A275; }
p { color: rgb(169,162,117); }
H1.HeaderClassName
{
color: #A9A275;
}
.AnyTagClassName
{
color: #A9A275;
}
</style>
background-color css
<style>
a { background-color: #A9A275; }
a { background-color: rgb(169,162,117); }
div.DivClassName
{
background-color: #A9A275;
}
.BgClassName
{
background-color: #A9A275;
}
</style>
border-color css
<style>
span { border-color: #A9A275; }
span { border-color: rgb(169,162,117); }
td.TdClassName
{
border-color: #A9A275;
}
.TagClassName
{
border-color: #A9A275;
}
</style>