Shades of Hillary #A8A475
Tints of Hillary #A8A475
RGB
CMYK
RGB Variations
Color information
#A8A475 (or 0xA8A475) is known color: Hillary. HEX triplet: A8, A4 and 75. RGB value is (168,164,117). Sum of RGB (Red+Green+Blue) = 168+164+117=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A475 is #575B8A. Grayscale: #A0A0A0. Windows color (decimal): -5725067 or 7709864. OLE color: 7709864.
HSL color Cylindrical-coordinate representation of color #A8A475: hue angle of 55.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A475 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 117 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.34 |
| HSL | 55.29º | 0.23% | 0.56% | - |
| HSV(B) | 55.29º | 0.3% | 0.66% | - |
| XYZ | 32.63 | 36.16 | 22.09 | - |
| YUV | 159.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 117 | 0 | 0.02 | 0.30 | 0.34 | 55.29 | 0.23 | 0.56 |
| Hex | A8 | A4 | 75 | 0 | 2 | 1E | 22 | 37 | 17 | 38 |
| Octal | 250 | 244 | 165 | 0 | 2 | 36 | 42 | 67 | 27 | 70 |
| Binary | 10101000 | 10100100 | 1110101 | 0 | 10 | 11110 | 100010 | 110111 | 10111 | 111000 |
Color Harmonies of #A8A475
Complementary color
Monochromatic Colors of #A8A475
Black with #A8A475
Text Example
Text Example
White with #A8A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A475; }
p { color: rgb(168,164,117); }
H1.HeaderClassName
{
color: #A8A475;
}
.AnyTagClassName
{
color: #A8A475;
}
</style>
background-color css
<style>
a { background-color: #A8A475; }
a { background-color: rgb(168,164,117); }
div.DivClassName
{
background-color: #A8A475;
}
.BgClassName
{
background-color: #A8A475;
}
</style>
border-color css
<style>
span { border-color: #A8A475; }
span { border-color: rgb(168,164,117); }
td.TdClassName
{
border-color: #A8A475;
}
.TagClassName
{
border-color: #A8A475;
}
</style>