Shades of Husk #AD9E47
Tints of Husk #AD9E47
RGB
CMYK
RGB Variations
Color information
#AD9E47 (or 0xAD9E47) is known color: Husk. HEX triplet: AD, 9E and 47. RGB value is (173,158,71). Sum of RGB (Red+Green+Blue) = 173+158+71=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E47 is #5261B8. Grayscale: #989898. Windows color (decimal): -5398969 or 4693677. OLE color: 4693677.
HSL color Cylindrical-coordinate representation of color #AD9E47: hue angle of 51.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD9E47 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 71 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.32 |
| HSL | 51.18º | 0.42% | 0.48% | - |
| HSV(B) | 51.18º | 0.59% | 0.68% | - |
| XYZ | 30.6 | 33.79 | 10.87 | - |
| YUV | 152.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 71 | 0 | 0.09 | 0.59 | 0.32 | 51.18 | 0.42 | 0.48 |
| Hex | AD | 9E | 47 | 0 | 9 | 3B | 20 | 33 | 2A | 30 |
| Octal | 255 | 236 | 107 | 0 | 11 | 73 | 40 | 63 | 52 | 60 |
| Binary | 10101101 | 10011110 | 1000111 | 0 | 1001 | 111011 | 100000 | 110011 | 101010 | 110000 |
Color Harmonies of #AD9E47
Complementary color
Monochromatic Colors of #AD9E47
Black with #AD9E47
Text Example
Text Example
White with #AD9E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E47; }
p { color: rgb(173,158,71); }
H1.HeaderClassName
{
color: #AD9E47;
}
.AnyTagClassName
{
color: #AD9E47;
}
</style>
background-color css
<style>
a { background-color: #AD9E47; }
a { background-color: rgb(173,158,71); }
div.DivClassName
{
background-color: #AD9E47;
}
.BgClassName
{
background-color: #AD9E47;
}
</style>
border-color css
<style>
span { border-color: #AD9E47; }
span { border-color: rgb(173,158,71); }
td.TdClassName
{
border-color: #AD9E47;
}
.TagClassName
{
border-color: #AD9E47;
}
</style>