Shades of Husk #AD9D5E
Tints of Husk #AD9D5E
RGB
CMYK
RGB Variations
Color information
#AD9D5E (or 0xAD9D5E) is known color: Husk. HEX triplet: AD, 9D and 5E. RGB value is (173,157,94). Sum of RGB (Red+Green+Blue) = 173+157+94=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D5E is #5262A1. Grayscale: #9A9A9A. Windows color (decimal): -5399202 or 6200749. OLE color: 6200749.
HSL color Cylindrical-coordinate representation of color #AD9D5E: hue angle of 47.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD9D5E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 94 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.32 |
| HSL | 47.85º | 0.33% | 0.52% | - |
| HSV(B) | 47.85º | 0.46% | 0.68% | - |
| XYZ | 31.31 | 33.81 | 15.46 | - |
| YUV | 154.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 94 | 0 | 0.09 | 0.46 | 0.32 | 47.85 | 0.33 | 0.52 |
| Hex | AD | 9D | 5E | 0 | 9 | 2E | 20 | 30 | 21 | 34 |
| Octal | 255 | 235 | 136 | 0 | 11 | 56 | 40 | 60 | 41 | 64 |
| Binary | 10101101 | 10011101 | 1011110 | 0 | 1001 | 101110 | 100000 | 110000 | 100001 | 110100 |
Color Harmonies of #AD9D5E
Complementary color
Monochromatic Colors of #AD9D5E
Black with #AD9D5E
Text Example
Text Example
White with #AD9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D5E; }
p { color: rgb(173,157,94); }
H1.HeaderClassName
{
color: #AD9D5E;
}
.AnyTagClassName
{
color: #AD9D5E;
}
</style>
background-color css
<style>
a { background-color: #AD9D5E; }
a { background-color: rgb(173,157,94); }
div.DivClassName
{
background-color: #AD9D5E;
}
.BgClassName
{
background-color: #AD9D5E;
}
</style>
border-color css
<style>
span { border-color: #AD9D5E; }
span { border-color: rgb(173,157,94); }
td.TdClassName
{
border-color: #AD9D5E;
}
.TagClassName
{
border-color: #AD9D5E;
}
</style>