Shades of Hillary #A6A371
Tints of Hillary #A6A371
RGB
CMYK
RGB Variations
Color information
#A6A371 (or 0xA6A371) is known color: Hillary. HEX triplet: A6, A3 and 71. RGB value is (166,163,113). Sum of RGB (Red+Green+Blue) = 166+163+113=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A371 is #595C8E. Grayscale: #9E9E9E. Windows color (decimal): -5856399 or 7447462. OLE color: 7447462.
HSL color Cylindrical-coordinate representation of color #A6A371: hue angle of 56.6º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6A371 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 113 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.35 |
| HSL | 56.6º | 0.23% | 0.55% | - |
| HSV(B) | 56.6º | 0.32% | 0.65% | - |
| XYZ | 31.8 | 35.49 | 20.8 | - |
| YUV | 158.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 113 | 0 | 0.02 | 0.32 | 0.35 | 56.6 | 0.23 | 0.55 |
| Hex | A6 | A3 | 71 | 0 | 2 | 20 | 23 | 39 | 17 | 37 |
| Octal | 246 | 243 | 161 | 0 | 2 | 40 | 43 | 71 | 27 | 67 |
| Binary | 10100110 | 10100011 | 1110001 | 0 | 10 | 100000 | 100011 | 111001 | 10111 | 110111 |
Color Harmonies of #A6A371
Complementary color
Monochromatic Colors of #A6A371
Black with #A6A371
Text Example
Text Example
White with #A6A371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A371; }
p { color: rgb(166,163,113); }
H1.HeaderClassName
{
color: #A6A371;
}
.AnyTagClassName
{
color: #A6A371;
}
</style>
background-color css
<style>
a { background-color: #A6A371; }
a { background-color: rgb(166,163,113); }
div.DivClassName
{
background-color: #A6A371;
}
.BgClassName
{
background-color: #A6A371;
}
</style>
border-color css
<style>
span { border-color: #A6A371; }
span { border-color: rgb(166,163,113); }
td.TdClassName
{
border-color: #A6A371;
}
.TagClassName
{
border-color: #A6A371;
}
</style>