Shades of Hillary #A6A474
Tints of Hillary #A6A474
RGB
CMYK
RGB Variations
Color information
#A6A474 (or 0xA6A474) is known color: Hillary. HEX triplet: A6, A4 and 74. RGB value is (166,164,116). Sum of RGB (Red+Green+Blue) = 166+164+116=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A474 is #595B8B. Grayscale: #9F9F9F. Windows color (decimal): -5856140 or 7644326. OLE color: 7644326.
HSL color Cylindrical-coordinate representation of color #A6A474: hue angle of 57.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A474 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 116 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.35 |
| HSL | 57.6º | 0.22% | 0.55% | - |
| HSV(B) | 57.6º | 0.3% | 0.65% | - |
| XYZ | 32.15 | 35.92 | 21.76 | - |
| YUV | 159.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 116 | 0 | 0.01 | 0.30 | 0.35 | 57.6 | 0.22 | 0.55 |
| Hex | A6 | A4 | 74 | 0 | 1 | 1E | 23 | 3A | 16 | 37 |
| Octal | 246 | 244 | 164 | 0 | 1 | 36 | 43 | 72 | 26 | 67 |
| Binary | 10100110 | 10100100 | 1110100 | 0 | 1 | 11110 | 100011 | 111010 | 10110 | 110111 |
Color Harmonies of #A6A474
Complementary color
Monochromatic Colors of #A6A474
Black with #A6A474
Text Example
Text Example
White with #A6A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A474; }
p { color: rgb(166,164,116); }
H1.HeaderClassName
{
color: #A6A474;
}
.AnyTagClassName
{
color: #A6A474;
}
</style>
background-color css
<style>
a { background-color: #A6A474; }
a { background-color: rgb(166,164,116); }
div.DivClassName
{
background-color: #A6A474;
}
.BgClassName
{
background-color: #A6A474;
}
</style>
border-color css
<style>
span { border-color: #A6A474; }
span { border-color: rgb(166,164,116); }
td.TdClassName
{
border-color: #A6A474;
}
.TagClassName
{
border-color: #A6A474;
}
</style>