Shades of Hillary #A6A073
Tints of Hillary #A6A073
RGB
CMYK
RGB Variations
Color information
#A6A073 (or 0xA6A073) is known color: Hillary. HEX triplet: A6, A0 and 73. RGB value is (166,160,115). Sum of RGB (Red+Green+Blue) = 166+160+115=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A073 is #595F8C. Grayscale: #9C9C9C. Windows color (decimal): -5857165 or 7577766. OLE color: 7577766.
HSL color Cylindrical-coordinate representation of color #A6A073: hue angle of 52.94º degrees, saturation: 0.22, 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 #A6A073 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 115 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.35 |
| HSL | 52.94º | 0.22% | 0.55% | - |
| HSV(B) | 52.94º | 0.31% | 0.65% | - |
| XYZ | 31.39 | 34.49 | 21.22 | - |
| YUV | 156.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 115 | 0 | 0.04 | 0.31 | 0.35 | 52.94 | 0.22 | 0.55 |
| Hex | A6 | A0 | 73 | 0 | 4 | 1F | 23 | 35 | 16 | 37 |
| Octal | 246 | 240 | 163 | 0 | 4 | 37 | 43 | 65 | 26 | 67 |
| Binary | 10100110 | 10100000 | 1110011 | 0 | 100 | 11111 | 100011 | 110101 | 10110 | 110111 |
Color Harmonies of #A6A073
Complementary color
Monochromatic Colors of #A6A073
Black with #A6A073
Text Example
Text Example
White with #A6A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A073; }
p { color: rgb(166,160,115); }
H1.HeaderClassName
{
color: #A6A073;
}
.AnyTagClassName
{
color: #A6A073;
}
</style>
background-color css
<style>
a { background-color: #A6A073; }
a { background-color: rgb(166,160,115); }
div.DivClassName
{
background-color: #A6A073;
}
.BgClassName
{
background-color: #A6A073;
}
</style>
border-color css
<style>
span { border-color: #A6A073; }
span { border-color: rgb(166,160,115); }
td.TdClassName
{
border-color: #A6A073;
}
.TagClassName
{
border-color: #A6A073;
}
</style>