Shades of Husk #AD9E55
Tints of Husk #AD9E55
RGB
CMYK
RGB Variations
Color information
#AD9E55 (or 0xAD9E55) is known color: Husk. HEX triplet: AD, 9E and 55. RGB value is (173,158,85). Sum of RGB (Red+Green+Blue) = 173+158+85=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E55 is #5261AA. Grayscale: #9A9A9A. Windows color (decimal): -5398955 or 5611181. OLE color: 5611181.
HSL color Cylindrical-coordinate representation of color #AD9E55: hue angle of 49.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD9E55 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 85 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.32 |
| HSL | 49.77º | 0.35% | 0.51% | - |
| HSV(B) | 49.77º | 0.51% | 0.68% | - |
| XYZ | 31.1 | 33.99 | 13.52 | - |
| YUV | 154.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 85 | 0 | 0.09 | 0.51 | 0.32 | 49.77 | 0.35 | 0.51 |
| Hex | AD | 9E | 55 | 0 | 9 | 33 | 20 | 32 | 23 | 33 |
| Octal | 255 | 236 | 125 | 0 | 11 | 63 | 40 | 62 | 43 | 63 |
| Binary | 10101101 | 10011110 | 1010101 | 0 | 1001 | 110011 | 100000 | 110010 | 100011 | 110011 |
Color Harmonies of #AD9E55
Complementary color
Monochromatic Colors of #AD9E55
Black with #AD9E55
Text Example
Text Example
White with #AD9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E55; }
p { color: rgb(173,158,85); }
H1.HeaderClassName
{
color: #AD9E55;
}
.AnyTagClassName
{
color: #AD9E55;
}
</style>
background-color css
<style>
a { background-color: #AD9E55; }
a { background-color: rgb(173,158,85); }
div.DivClassName
{
background-color: #AD9E55;
}
.BgClassName
{
background-color: #AD9E55;
}
</style>
border-color css
<style>
span { border-color: #AD9E55; }
span { border-color: rgb(173,158,85); }
td.TdClassName
{
border-color: #AD9E55;
}
.TagClassName
{
border-color: #AD9E55;
}
</style>