Shades of Husk #AD9E51
Tints of Husk #AD9E51
RGB
CMYK
RGB Variations
Color information
#AD9E51 (or 0xAD9E51) is known color: Husk. HEX triplet: AD, 9E and 51. RGB value is (173,158,81). Sum of RGB (Red+Green+Blue) = 173+158+81=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E51 is #5261AE. Grayscale: #9A9A9A. Windows color (decimal): -5398959 or 5349037. OLE color: 5349037.
HSL color Cylindrical-coordinate representation of color #AD9E51: hue angle of 50.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9E51 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 81 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.32 |
| HSL | 50.22º | 0.36% | 0.5% | - |
| HSV(B) | 50.22º | 0.53% | 0.68% | - |
| XYZ | 30.95 | 33.93 | 12.7 | - |
| YUV | 153.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 81 | 0 | 0.09 | 0.53 | 0.32 | 50.22 | 0.36 | 0.5 |
| Hex | AD | 9E | 51 | 0 | 9 | 35 | 20 | 32 | 24 | 32 |
| Octal | 255 | 236 | 121 | 0 | 11 | 65 | 40 | 62 | 44 | 62 |
| Binary | 10101101 | 10011110 | 1010001 | 0 | 1001 | 110101 | 100000 | 110010 | 100100 | 110010 |
Color Harmonies of #AD9E51
Complementary color
Monochromatic Colors of #AD9E51
Black with #AD9E51
Text Example
Text Example
White with #AD9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E51; }
p { color: rgb(173,158,81); }
H1.HeaderClassName
{
color: #AD9E51;
}
.AnyTagClassName
{
color: #AD9E51;
}
</style>
background-color css
<style>
a { background-color: #AD9E51; }
a { background-color: rgb(173,158,81); }
div.DivClassName
{
background-color: #AD9E51;
}
.BgClassName
{
background-color: #AD9E51;
}
</style>
border-color css
<style>
span { border-color: #AD9E51; }
span { border-color: rgb(173,158,81); }
td.TdClassName
{
border-color: #AD9E51;
}
.TagClassName
{
border-color: #AD9E51;
}
</style>