Shades of Husk #AD9E49
Tints of Husk #AD9E49
RGB
CMYK
RGB Variations
Color information
#AD9E49 (or 0xAD9E49) is known color: Husk. HEX triplet: AD, 9E and 49. RGB value is (173,158,73). Sum of RGB (Red+Green+Blue) = 173+158+73=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E49 is #5261B6. Grayscale: #999999. Windows color (decimal): -5398967 or 4824749. OLE color: 4824749.
HSL color Cylindrical-coordinate representation of color #AD9E49: hue angle of 51º 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 #AD9E49 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 73 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.32 |
| HSL | 51º | 0.41% | 0.48% | - |
| HSV(B) | 51º | 0.58% | 0.68% | - |
| XYZ | 30.66 | 33.82 | 11.21 | - |
| YUV | 152.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 73 | 0 | 0.09 | 0.58 | 0.32 | 51 | 0.41 | 0.48 |
| Hex | AD | 9E | 49 | 0 | 9 | 3A | 20 | 33 | 29 | 30 |
| Octal | 255 | 236 | 111 | 0 | 11 | 72 | 40 | 63 | 51 | 60 |
| Binary | 10101101 | 10011110 | 1001001 | 0 | 1001 | 111010 | 100000 | 110011 | 101001 | 110000 |
Color Harmonies of #AD9E49
Complementary color
Monochromatic Colors of #AD9E49
Black with #AD9E49
Text Example
Text Example
White with #AD9E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E49; }
p { color: rgb(173,158,73); }
H1.HeaderClassName
{
color: #AD9E49;
}
.AnyTagClassName
{
color: #AD9E49;
}
</style>
background-color css
<style>
a { background-color: #AD9E49; }
a { background-color: rgb(173,158,73); }
div.DivClassName
{
background-color: #AD9E49;
}
.BgClassName
{
background-color: #AD9E49;
}
</style>
border-color css
<style>
span { border-color: #AD9E49; }
span { border-color: rgb(173,158,73); }
td.TdClassName
{
border-color: #AD9E49;
}
.TagClassName
{
border-color: #AD9E49;
}
</style>