Shades of Husk #AD9D4F
Tints of Husk #AD9D4F
RGB
CMYK
RGB Variations
Color information
#AD9D4F (or 0xAD9D4F) is known color: Husk. HEX triplet: AD, 9D and 4F. RGB value is (173,157,79). Sum of RGB (Red+Green+Blue) = 173+157+79=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D4F is #5262B0. Grayscale: #999999. Windows color (decimal): -5399217 or 5217709. OLE color: 5217709.
HSL color Cylindrical-coordinate representation of color #AD9D4F: hue angle of 49.79º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD9D4F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 79 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.32 |
| HSL | 49.79º | 0.37% | 0.49% | - |
| HSV(B) | 49.79º | 0.54% | 0.68% | - |
| XYZ | 30.7 | 33.56 | 12.26 | - |
| YUV | 152.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 79 | 0 | 0.09 | 0.54 | 0.32 | 49.79 | 0.37 | 0.49 |
| Hex | AD | 9D | 4F | 0 | 9 | 36 | 20 | 32 | 25 | 31 |
| Octal | 255 | 235 | 117 | 0 | 11 | 66 | 40 | 62 | 45 | 61 |
| Binary | 10101101 | 10011101 | 1001111 | 0 | 1001 | 110110 | 100000 | 110010 | 100101 | 110001 |
Color Harmonies of #AD9D4F
Complementary color
Monochromatic Colors of #AD9D4F
Black with #AD9D4F
Text Example
Text Example
White with #AD9D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D4F; }
p { color: rgb(173,157,79); }
H1.HeaderClassName
{
color: #AD9D4F;
}
.AnyTagClassName
{
color: #AD9D4F;
}
</style>
background-color css
<style>
a { background-color: #AD9D4F; }
a { background-color: rgb(173,157,79); }
div.DivClassName
{
background-color: #AD9D4F;
}
.BgClassName
{
background-color: #AD9D4F;
}
</style>
border-color css
<style>
span { border-color: #AD9D4F; }
span { border-color: rgb(173,157,79); }
td.TdClassName
{
border-color: #AD9D4F;
}
.TagClassName
{
border-color: #AD9D4F;
}
</style>