Shades of Husk #A6A058
Tints of Husk #A6A058
RGB
CMYK
RGB Variations
Color information
#A6A058 (or 0xA6A058) is known color: Husk. HEX triplet: A6, A0 and 58. RGB value is (166,160,88). Sum of RGB (Red+Green+Blue) = 166+160+88=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A058 is #595FA7. Grayscale: #999999. Windows color (decimal): -5857192 or 5808294. OLE color: 5808294.
HSL color Cylindrical-coordinate representation of color #A6A058: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6A058 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 88 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.35 |
| HSL | 55.38º | 0.31% | 0.5% | - |
| HSV(B) | 55.38º | 0.47% | 0.65% | - |
| XYZ | 30.06 | 33.95 | 14.2 | - |
| YUV | 153.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 88 | 0 | 0.04 | 0.47 | 0.35 | 55.38 | 0.31 | 0.5 |
| Hex | A6 | A0 | 58 | 0 | 4 | 2F | 23 | 37 | 1F | 32 |
| Octal | 246 | 240 | 130 | 0 | 4 | 57 | 43 | 67 | 37 | 62 |
| Binary | 10100110 | 10100000 | 1011000 | 0 | 100 | 101111 | 100011 | 110111 | 11111 | 110010 |
Color Harmonies of #A6A058
Complementary color
Monochromatic Colors of #A6A058
Black with #A6A058
Text Example
Text Example
White with #A6A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A058; }
p { color: rgb(166,160,88); }
H1.HeaderClassName
{
color: #A6A058;
}
.AnyTagClassName
{
color: #A6A058;
}
</style>
background-color css
<style>
a { background-color: #A6A058; }
a { background-color: rgb(166,160,88); }
div.DivClassName
{
background-color: #A6A058;
}
.BgClassName
{
background-color: #A6A058;
}
</style>
border-color css
<style>
span { border-color: #A6A058; }
span { border-color: rgb(166,160,88); }
td.TdClassName
{
border-color: #A6A058;
}
.TagClassName
{
border-color: #A6A058;
}
</style>