Shades of Husk #AD9F49
Tints of Husk #AD9F49
RGB
CMYK
RGB Variations
Color information
#AD9F49 (or 0xAD9F49) is known color: Husk. HEX triplet: AD, 9F and 49. RGB value is (173,159,73). Sum of RGB (Red+Green+Blue) = 173+159+73=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F49 is #5260B6. Grayscale: #999999. Windows color (decimal): -5398711 or 4825005. OLE color: 4825005.
HSL color Cylindrical-coordinate representation of color #AD9F49: hue angle of 51.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9F49 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 73 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.32 |
| HSL | 51.6º | 0.41% | 0.48% | - |
| HSV(B) | 51.6º | 0.58% | 0.68% | - |
| XYZ | 30.83 | 34.16 | 11.27 | - |
| YUV | 153.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 73 | 0 | 0.08 | 0.58 | 0.32 | 51.6 | 0.41 | 0.48 |
| Hex | AD | 9F | 49 | 0 | 8 | 3A | 20 | 34 | 29 | 30 |
| Octal | 255 | 237 | 111 | 0 | 10 | 72 | 40 | 64 | 51 | 60 |
| Binary | 10101101 | 10011111 | 1001001 | 0 | 1000 | 111010 | 100000 | 110100 | 101001 | 110000 |
Color Harmonies of #AD9F49
Complementary color
Monochromatic Colors of #AD9F49
Black with #AD9F49
Text Example
Text Example
White with #AD9F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F49; }
p { color: rgb(173,159,73); }
H1.HeaderClassName
{
color: #AD9F49;
}
.AnyTagClassName
{
color: #AD9F49;
}
</style>
background-color css
<style>
a { background-color: #AD9F49; }
a { background-color: rgb(173,159,73); }
div.DivClassName
{
background-color: #AD9F49;
}
.BgClassName
{
background-color: #AD9F49;
}
</style>
border-color css
<style>
span { border-color: #AD9F49; }
span { border-color: rgb(173,159,73); }
td.TdClassName
{
border-color: #AD9F49;
}
.TagClassName
{
border-color: #AD9F49;
}
</style>