Shades of Hillary #A6A472
Tints of Hillary #A6A472
RGB
CMYK
RGB Variations
Color information
#A6A472 (or 0xA6A472) is known color: Hillary. HEX triplet: A6, A4 and 72. RGB value is (166,164,114). Sum of RGB (Red+Green+Blue) = 166+164+114=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A472 is #595B8D. Grayscale: #9F9F9F. Windows color (decimal): -5856142 or 7513254. OLE color: 7513254.
HSL color Cylindrical-coordinate representation of color #A6A472: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6A472 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 114 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.35 |
| HSL | 57.69º | 0.23% | 0.55% | - |
| HSV(B) | 57.69º | 0.31% | 0.65% | - |
| XYZ | 32.04 | 35.87 | 21.16 | - |
| YUV | 158.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 114 | 0 | 0.01 | 0.31 | 0.35 | 57.69 | 0.23 | 0.55 |
| Hex | A6 | A4 | 72 | 0 | 1 | 1F | 23 | 3A | 17 | 37 |
| Octal | 246 | 244 | 162 | 0 | 1 | 37 | 43 | 72 | 27 | 67 |
| Binary | 10100110 | 10100100 | 1110010 | 0 | 1 | 11111 | 100011 | 111010 | 10111 | 110111 |
Color Harmonies of #A6A472
Complementary color
Monochromatic Colors of #A6A472
Black with #A6A472
Text Example
Text Example
White with #A6A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A472; }
p { color: rgb(166,164,114); }
H1.HeaderClassName
{
color: #A6A472;
}
.AnyTagClassName
{
color: #A6A472;
}
</style>
background-color css
<style>
a { background-color: #A6A472; }
a { background-color: rgb(166,164,114); }
div.DivClassName
{
background-color: #A6A472;
}
.BgClassName
{
background-color: #A6A472;
}
</style>
border-color css
<style>
span { border-color: #A6A472; }
span { border-color: rgb(166,164,114); }
td.TdClassName
{
border-color: #A6A472;
}
.TagClassName
{
border-color: #A6A472;
}
</style>