Shades of Hillary #A6A278
Tints of Hillary #A6A278
RGB
CMYK
RGB Variations
Color information
#A6A278 (or 0xA6A278) is known color: Hillary. HEX triplet: A6, A2 and 78. RGB value is (166,162,120). Sum of RGB (Red+Green+Blue) = 166+162+120=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A278 is #595D87. Grayscale: #9E9E9E. Windows color (decimal): -5856648 or 7905958. OLE color: 7905958.
HSL color Cylindrical-coordinate representation of color #A6A278: hue angle of 54.78º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A278 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 120 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.35 |
| HSL | 54.78º | 0.21% | 0.56% | - |
| HSV(B) | 54.78º | 0.28% | 0.65% | - |
| XYZ | 32.04 | 35.3 | 22.9 | - |
| YUV | 158.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 120 | 0 | 0.02 | 0.28 | 0.35 | 54.78 | 0.21 | 0.56 |
| Hex | A6 | A2 | 78 | 0 | 2 | 1C | 23 | 37 | 15 | 38 |
| Octal | 246 | 242 | 170 | 0 | 2 | 34 | 43 | 67 | 25 | 70 |
| Binary | 10100110 | 10100010 | 1111000 | 0 | 10 | 11100 | 100011 | 110111 | 10101 | 111000 |
Color Harmonies of #A6A278
Complementary color
Monochromatic Colors of #A6A278
Black with #A6A278
Text Example
Text Example
White with #A6A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A278; }
p { color: rgb(166,162,120); }
H1.HeaderClassName
{
color: #A6A278;
}
.AnyTagClassName
{
color: #A6A278;
}
</style>
background-color css
<style>
a { background-color: #A6A278; }
a { background-color: rgb(166,162,120); }
div.DivClassName
{
background-color: #A6A278;
}
.BgClassName
{
background-color: #A6A278;
}
</style>
border-color css
<style>
span { border-color: #A6A278; }
span { border-color: rgb(166,162,120); }
td.TdClassName
{
border-color: #A6A278;
}
.TagClassName
{
border-color: #A6A278;
}
</style>