Shades of Husk #A6A053
Tints of Husk #A6A053
RGB
CMYK
RGB Variations
Color information
#A6A053 (or 0xA6A053) is known color: Husk. HEX triplet: A6, A0 and 53. RGB value is (166,160,83). Sum of RGB (Red+Green+Blue) = 166+160+83=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A053 is #595FAC. Grayscale: #999999. Windows color (decimal): -5857197 or 5480614. OLE color: 5480614.
HSL color Cylindrical-coordinate representation of color #A6A053: hue angle of 55.66º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6A053 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 83 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.35 |
| HSL | 55.66º | 0.33% | 0.49% | - |
| HSV(B) | 55.66º | 0.5% | 0.65% | - |
| XYZ | 29.86 | 33.87 | 13.15 | - |
| YUV | 153.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 83 | 0 | 0.04 | 0.50 | 0.35 | 55.66 | 0.33 | 0.49 |
| Hex | A6 | A0 | 53 | 0 | 4 | 32 | 23 | 38 | 21 | 31 |
| Octal | 246 | 240 | 123 | 0 | 4 | 62 | 43 | 70 | 41 | 61 |
| Binary | 10100110 | 10100000 | 1010011 | 0 | 100 | 110010 | 100011 | 111000 | 100001 | 110001 |
Color Harmonies of #A6A053
Complementary color
Monochromatic Colors of #A6A053
Black with #A6A053
Text Example
Text Example
White with #A6A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A053; }
p { color: rgb(166,160,83); }
H1.HeaderClassName
{
color: #A6A053;
}
.AnyTagClassName
{
color: #A6A053;
}
</style>
background-color css
<style>
a { background-color: #A6A053; }
a { background-color: rgb(166,160,83); }
div.DivClassName
{
background-color: #A6A053;
}
.BgClassName
{
background-color: #A6A053;
}
</style>
border-color css
<style>
span { border-color: #A6A053; }
span { border-color: rgb(166,160,83); }
td.TdClassName
{
border-color: #A6A053;
}
.TagClassName
{
border-color: #A6A053;
}
</style>