Shades of Husk #A6A059
Tints of Husk #A6A059
RGB
CMYK
RGB Variations
Color information
#A6A059 (or 0xA6A059) is known color: Husk. HEX triplet: A6, A0 and 59. RGB value is (166,160,89). Sum of RGB (Red+Green+Blue) = 166+160+89=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A059 is #595FA6. Grayscale: #999999. Windows color (decimal): -5857191 or 5873830. OLE color: 5873830.
HSL color Cylindrical-coordinate representation of color #A6A059: hue angle of 55.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6A059 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 89 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.35 |
| HSL | 55.32º | 0.3% | 0.5% | - |
| HSV(B) | 55.32º | 0.46% | 0.65% | - |
| XYZ | 30.1 | 33.97 | 14.42 | - |
| YUV | 153.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 89 | 0 | 0.04 | 0.46 | 0.35 | 55.32 | 0.3 | 0.5 |
| Hex | A6 | A0 | 59 | 0 | 4 | 2E | 23 | 37 | 1E | 32 |
| Octal | 246 | 240 | 131 | 0 | 4 | 56 | 43 | 67 | 36 | 62 |
| Binary | 10100110 | 10100000 | 1011001 | 0 | 100 | 101110 | 100011 | 110111 | 11110 | 110010 |
Color Harmonies of #A6A059
Complementary color
Monochromatic Colors of #A6A059
Black with #A6A059
Text Example
Text Example
White with #A6A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A059; }
p { color: rgb(166,160,89); }
H1.HeaderClassName
{
color: #A6A059;
}
.AnyTagClassName
{
color: #A6A059;
}
</style>
background-color css
<style>
a { background-color: #A6A059; }
a { background-color: rgb(166,160,89); }
div.DivClassName
{
background-color: #A6A059;
}
.BgClassName
{
background-color: #A6A059;
}
</style>
border-color css
<style>
span { border-color: #A6A059; }
span { border-color: rgb(166,160,89); }
td.TdClassName
{
border-color: #A6A059;
}
.TagClassName
{
border-color: #A6A059;
}
</style>