Shades of Hillary #A6A470
Tints of Hillary #A6A470
RGB
CMYK
RGB Variations
Color information
#A6A470 (or 0xA6A470) is known color: Hillary. HEX triplet: A6, A4 and 70. RGB value is (166,164,112). Sum of RGB (Red+Green+Blue) = 166+164+112=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A470 is #595B8F. Grayscale: #9E9E9E. Windows color (decimal): -5856144 or 7382182. OLE color: 7382182.
HSL color Cylindrical-coordinate representation of color #A6A470: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A470 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 112 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 57.78º | 0.23% | 0.55% | - |
| HSV(B) | 57.78º | 0.33% | 0.65% | - |
| XYZ | 31.93 | 35.83 | 20.56 | - |
| YUV | 158.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 112 | 0 | 0.01 | 0.33 | 0.35 | 57.78 | 0.23 | 0.55 |
| Hex | A6 | A4 | 70 | 0 | 1 | 21 | 23 | 3A | 17 | 37 |
| Octal | 246 | 244 | 160 | 0 | 1 | 41 | 43 | 72 | 27 | 67 |
| Binary | 10100110 | 10100100 | 1110000 | 0 | 1 | 100001 | 100011 | 111010 | 10111 | 110111 |
Color Harmonies of #A6A470
Complementary color
Monochromatic Colors of #A6A470
Black with #A6A470
Text Example
Text Example
White with #A6A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A470; }
p { color: rgb(166,164,112); }
H1.HeaderClassName
{
color: #A6A470;
}
.AnyTagClassName
{
color: #A6A470;
}
</style>
background-color css
<style>
a { background-color: #A6A470; }
a { background-color: rgb(166,164,112); }
div.DivClassName
{
background-color: #A6A470;
}
.BgClassName
{
background-color: #A6A470;
}
</style>
border-color css
<style>
span { border-color: #A6A470; }
span { border-color: rgb(166,164,112); }
td.TdClassName
{
border-color: #A6A470;
}
.TagClassName
{
border-color: #A6A470;
}
</style>