Shades of Husk #AD9E58
Tints of Husk #AD9E58
RGB
CMYK
RGB Variations
Color information
#AD9E58 (or 0xAD9E58) is known color: Husk. HEX triplet: AD, 9E and 58. RGB value is (173,158,88). Sum of RGB (Red+Green+Blue) = 173+158+88=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E58 is #5261A7. Grayscale: #9A9A9A. Windows color (decimal): -5398952 or 5807789. OLE color: 5807789.
HSL color Cylindrical-coordinate representation of color #AD9E58: hue angle of 49.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9E58 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 88 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.32 |
| HSL | 49.41º | 0.34% | 0.51% | - |
| HSV(B) | 49.41º | 0.49% | 0.68% | - |
| XYZ | 31.22 | 34.04 | 14.16 | - |
| YUV | 154.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 88 | 0 | 0.09 | 0.49 | 0.32 | 49.41 | 0.34 | 0.51 |
| Hex | AD | 9E | 58 | 0 | 9 | 31 | 20 | 31 | 22 | 33 |
| Octal | 255 | 236 | 130 | 0 | 11 | 61 | 40 | 61 | 42 | 63 |
| Binary | 10101101 | 10011110 | 1011000 | 0 | 1001 | 110001 | 100000 | 110001 | 100010 | 110011 |
Color Harmonies of #AD9E58
Complementary color
Monochromatic Colors of #AD9E58
Black with #AD9E58
Text Example
Text Example
White with #AD9E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E58; }
p { color: rgb(173,158,88); }
H1.HeaderClassName
{
color: #AD9E58;
}
.AnyTagClassName
{
color: #AD9E58;
}
</style>
background-color css
<style>
a { background-color: #AD9E58; }
a { background-color: rgb(173,158,88); }
div.DivClassName
{
background-color: #AD9E58;
}
.BgClassName
{
background-color: #AD9E58;
}
</style>
border-color css
<style>
span { border-color: #AD9E58; }
span { border-color: rgb(173,158,88); }
td.TdClassName
{
border-color: #AD9E58;
}
.TagClassName
{
border-color: #AD9E58;
}
</style>