Shades of Husk #AD9E54
Tints of Husk #AD9E54
RGB
CMYK
RGB Variations
Color information
#AD9E54 (or 0xAD9E54) is known color: Husk. HEX triplet: AD, 9E and 54. RGB value is (173,158,84). Sum of RGB (Red+Green+Blue) = 173+158+84=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E54 is #5261AB. Grayscale: #9A9A9A. Windows color (decimal): -5398956 or 5545645. OLE color: 5545645.
HSL color Cylindrical-coordinate representation of color #AD9E54: hue angle of 49.89º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD9E54 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 84 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.32 |
| HSL | 49.89º | 0.35% | 0.5% | - |
| HSV(B) | 49.89º | 0.51% | 0.68% | - |
| XYZ | 31.06 | 33.98 | 13.31 | - |
| YUV | 154.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 84 | 0 | 0.09 | 0.51 | 0.32 | 49.89 | 0.35 | 0.5 |
| Hex | AD | 9E | 54 | 0 | 9 | 33 | 20 | 32 | 23 | 32 |
| Octal | 255 | 236 | 124 | 0 | 11 | 63 | 40 | 62 | 43 | 62 |
| Binary | 10101101 | 10011110 | 1010100 | 0 | 1001 | 110011 | 100000 | 110010 | 100011 | 110010 |
Color Harmonies of #AD9E54
Complementary color
Monochromatic Colors of #AD9E54
Black with #AD9E54
Text Example
Text Example
White with #AD9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E54; }
p { color: rgb(173,158,84); }
H1.HeaderClassName
{
color: #AD9E54;
}
.AnyTagClassName
{
color: #AD9E54;
}
</style>
background-color css
<style>
a { background-color: #AD9E54; }
a { background-color: rgb(173,158,84); }
div.DivClassName
{
background-color: #AD9E54;
}
.BgClassName
{
background-color: #AD9E54;
}
</style>
border-color css
<style>
span { border-color: #AD9E54; }
span { border-color: rgb(173,158,84); }
td.TdClassName
{
border-color: #AD9E54;
}
.TagClassName
{
border-color: #AD9E54;
}
</style>