Shades of Hillary #A6A46F
Tints of Hillary #A6A46F
RGB
CMYK
RGB Variations
Color information
#A6A46F (or 0xA6A46F) is known color: Hillary. HEX triplet: A6, A4 and 6F. RGB value is (166,164,111). Sum of RGB (Red+Green+Blue) = 166+164+111=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A46F is #595B90. Grayscale: #9E9E9E. Windows color (decimal): -5856145 or 7316646. OLE color: 7316646.
HSL color Cylindrical-coordinate representation of color #A6A46F: hue angle of 57.82º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A46F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 111 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 57.82º | 0.24% | 0.54% | - |
| HSV(B) | 57.82º | 0.33% | 0.65% | - |
| XYZ | 31.87 | 35.81 | 20.27 | - |
| YUV | 158.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 111 | 0 | 0.01 | 0.33 | 0.35 | 57.82 | 0.24 | 0.54 |
| Hex | A6 | A4 | 6F | 0 | 1 | 21 | 23 | 3A | 18 | 36 |
| Octal | 246 | 244 | 157 | 0 | 1 | 41 | 43 | 72 | 30 | 66 |
| Binary | 10100110 | 10100100 | 1101111 | 0 | 1 | 100001 | 100011 | 111010 | 11000 | 110110 |
Color Harmonies of #A6A46F
Complementary color
Monochromatic Colors of #A6A46F
Black with #A6A46F
Text Example
Text Example
White with #A6A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A46F; }
p { color: rgb(166,164,111); }
H1.HeaderClassName
{
color: #A6A46F;
}
.AnyTagClassName
{
color: #A6A46F;
}
</style>
background-color css
<style>
a { background-color: #A6A46F; }
a { background-color: rgb(166,164,111); }
div.DivClassName
{
background-color: #A6A46F;
}
.BgClassName
{
background-color: #A6A46F;
}
</style>
border-color css
<style>
span { border-color: #A6A46F; }
span { border-color: rgb(166,164,111); }
td.TdClassName
{
border-color: #A6A46F;
}
.TagClassName
{
border-color: #A6A46F;
}
</style>