Shades of Hillary #A6A075
Tints of Hillary #A6A075
RGB
CMYK
RGB Variations
Color information
#A6A075 (or 0xA6A075) is known color: Hillary. HEX triplet: A6, A0 and 75. RGB value is (166,160,117). Sum of RGB (Red+Green+Blue) = 166+160+117=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A075 is #595F8A. Grayscale: #9D9D9D. Windows color (decimal): -5857163 or 7708838. OLE color: 7708838.
HSL color Cylindrical-coordinate representation of color #A6A075: hue angle of 52.65º 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 #A6A075 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 117 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.35 |
| HSL | 52.65º | 0.22% | 0.55% | - |
| HSV(B) | 52.65º | 0.3% | 0.65% | - |
| XYZ | 31.51 | 34.53 | 21.83 | - |
| YUV | 156.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 117 | 0 | 0.04 | 0.30 | 0.35 | 52.65 | 0.22 | 0.55 |
| Hex | A6 | A0 | 75 | 0 | 4 | 1E | 23 | 35 | 16 | 37 |
| Octal | 246 | 240 | 165 | 0 | 4 | 36 | 43 | 65 | 26 | 67 |
| Binary | 10100110 | 10100000 | 1110101 | 0 | 100 | 11110 | 100011 | 110101 | 10110 | 110111 |
Color Harmonies of #A6A075
Complementary color
Monochromatic Colors of #A6A075
Black with #A6A075
Text Example
Text Example
White with #A6A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A075; }
p { color: rgb(166,160,117); }
H1.HeaderClassName
{
color: #A6A075;
}
.AnyTagClassName
{
color: #A6A075;
}
</style>
background-color css
<style>
a { background-color: #A6A075; }
a { background-color: rgb(166,160,117); }
div.DivClassName
{
background-color: #A6A075;
}
.BgClassName
{
background-color: #A6A075;
}
</style>
border-color css
<style>
span { border-color: #A6A075; }
span { border-color: rgb(166,160,117); }
td.TdClassName
{
border-color: #A6A075;
}
.TagClassName
{
border-color: #A6A075;
}
</style>