Shades of Husk #AD9D59
Tints of Husk #AD9D59
RGB
CMYK
RGB Variations
Color information
#AD9D59 (or 0xAD9D59) is known color: Husk. HEX triplet: AD, 9D and 59. RGB value is (173,157,89). Sum of RGB (Red+Green+Blue) = 173+157+89=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D59 is #5262A6. Grayscale: #9A9A9A. Windows color (decimal): -5399207 or 5873069. OLE color: 5873069.
HSL color Cylindrical-coordinate representation of color #AD9D59: hue angle of 48.57º 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 #AD9D59 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 89 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.32 |
| HSL | 48.57º | 0.34% | 0.51% | - |
| HSV(B) | 48.57º | 0.49% | 0.68% | - |
| XYZ | 31.09 | 33.72 | 14.32 | - |
| YUV | 154.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 89 | 0 | 0.09 | 0.49 | 0.32 | 48.57 | 0.34 | 0.51 |
| Hex | AD | 9D | 59 | 0 | 9 | 31 | 20 | 31 | 22 | 33 |
| Octal | 255 | 235 | 131 | 0 | 11 | 61 | 40 | 61 | 42 | 63 |
| Binary | 10101101 | 10011101 | 1011001 | 0 | 1001 | 110001 | 100000 | 110001 | 100010 | 110011 |
Color Harmonies of #AD9D59
Complementary color
Monochromatic Colors of #AD9D59
Black with #AD9D59
Text Example
Text Example
White with #AD9D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D59; }
p { color: rgb(173,157,89); }
H1.HeaderClassName
{
color: #AD9D59;
}
.AnyTagClassName
{
color: #AD9D59;
}
</style>
background-color css
<style>
a { background-color: #AD9D59; }
a { background-color: rgb(173,157,89); }
div.DivClassName
{
background-color: #AD9D59;
}
.BgClassName
{
background-color: #AD9D59;
}
</style>
border-color css
<style>
span { border-color: #AD9D59; }
span { border-color: rgb(173,157,89); }
td.TdClassName
{
border-color: #AD9D59;
}
.TagClassName
{
border-color: #AD9D59;
}
</style>