Shades of Husk #AD9D47
Tints of Husk #AD9D47
RGB
CMYK
RGB Variations
Color information
#AD9D47 (or 0xAD9D47) is known color: Husk. HEX triplet: AD, 9D and 47. RGB value is (173,157,71). Sum of RGB (Red+Green+Blue) = 173+157+71=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D47 is #5262B8. Grayscale: #989898. Windows color (decimal): -5399225 or 4693421. OLE color: 4693421.
HSL color Cylindrical-coordinate representation of color #AD9D47: hue angle of 50.59º 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 #AD9D47 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 71 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.32 |
| HSL | 50.59º | 0.42% | 0.48% | - |
| HSV(B) | 50.59º | 0.59% | 0.68% | - |
| XYZ | 30.43 | 33.45 | 10.81 | - |
| YUV | 151.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 71 | 0 | 0.09 | 0.59 | 0.32 | 50.59 | 0.42 | 0.48 |
| Hex | AD | 9D | 47 | 0 | 9 | 3B | 20 | 33 | 2A | 30 |
| Octal | 255 | 235 | 107 | 0 | 11 | 73 | 40 | 63 | 52 | 60 |
| Binary | 10101101 | 10011101 | 1000111 | 0 | 1001 | 111011 | 100000 | 110011 | 101010 | 110000 |
Color Harmonies of #AD9D47
Complementary color
Monochromatic Colors of #AD9D47
Black with #AD9D47
Text Example
Text Example
White with #AD9D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D47; }
p { color: rgb(173,157,71); }
H1.HeaderClassName
{
color: #AD9D47;
}
.AnyTagClassName
{
color: #AD9D47;
}
</style>
background-color css
<style>
a { background-color: #AD9D47; }
a { background-color: rgb(173,157,71); }
div.DivClassName
{
background-color: #AD9D47;
}
.BgClassName
{
background-color: #AD9D47;
}
</style>
border-color css
<style>
span { border-color: #AD9D47; }
span { border-color: rgb(173,157,71); }
td.TdClassName
{
border-color: #AD9D47;
}
.TagClassName
{
border-color: #AD9D47;
}
</style>