Shades of Hillary #A8A377
Tints of Hillary #A8A377
RGB
CMYK
RGB Variations
Color information
#A8A377 (or 0xA8A377) is known color: Hillary. HEX triplet: A8, A3 and 77. RGB value is (168,163,119). Sum of RGB (Red+Green+Blue) = 168+163+119=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A377 is #575C88. Grayscale: #9F9F9F. Windows color (decimal): -5725321 or 7840680. OLE color: 7840680.
HSL color Cylindrical-coordinate representation of color #A8A377: hue angle of 53.88º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8A377 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 119 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.34 |
| HSL | 53.88º | 0.22% | 0.56% | - |
| HSV(B) | 53.88º | 0.29% | 0.66% | - |
| XYZ | 32.58 | 35.85 | 22.66 | - |
| YUV | 159.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 119 | 0 | 0.03 | 0.29 | 0.34 | 53.88 | 0.22 | 0.56 |
| Hex | A8 | A3 | 77 | 0 | 3 | 1D | 22 | 36 | 16 | 38 |
| Octal | 250 | 243 | 167 | 0 | 3 | 35 | 42 | 66 | 26 | 70 |
| Binary | 10101000 | 10100011 | 1110111 | 0 | 11 | 11101 | 100010 | 110110 | 10110 | 111000 |
Color Harmonies of #A8A377
Complementary color
Monochromatic Colors of #A8A377
Black with #A8A377
Text Example
Text Example
White with #A8A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A377; }
p { color: rgb(168,163,119); }
H1.HeaderClassName
{
color: #A8A377;
}
.AnyTagClassName
{
color: #A8A377;
}
</style>
background-color css
<style>
a { background-color: #A8A377; }
a { background-color: rgb(168,163,119); }
div.DivClassName
{
background-color: #A8A377;
}
.BgClassName
{
background-color: #A8A377;
}
</style>
border-color css
<style>
span { border-color: #A8A377; }
span { border-color: rgb(168,163,119); }
td.TdClassName
{
border-color: #A8A377;
}
.TagClassName
{
border-color: #A8A377;
}
</style>