Shades of Husk #AD9F4E
Tints of Husk #AD9F4E
RGB
CMYK
RGB Variations
Color information
#AD9F4E (or 0xAD9F4E) is known color: Husk. HEX triplet: AD, 9F and 4E. RGB value is (173,159,78). Sum of RGB (Red+Green+Blue) = 173+159+78=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F4E is #5260B1. Grayscale: #9A9A9A. Windows color (decimal): -5398706 or 5152685. OLE color: 5152685.
HSL color Cylindrical-coordinate representation of color #AD9F4E: hue angle of 51.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD9F4E is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 78 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.32 |
| HSL | 51.16º | 0.38% | 0.49% | - |
| HSV(B) | 51.16º | 0.55% | 0.68% | - |
| XYZ | 31.01 | 34.23 | 12.18 | - |
| YUV | 153.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 78 | 0 | 0.08 | 0.55 | 0.32 | 51.16 | 0.38 | 0.49 |
| Hex | AD | 9F | 4E | 0 | 8 | 37 | 20 | 33 | 26 | 31 |
| Octal | 255 | 237 | 116 | 0 | 10 | 67 | 40 | 63 | 46 | 61 |
| Binary | 10101101 | 10011111 | 1001110 | 0 | 1000 | 110111 | 100000 | 110011 | 100110 | 110001 |
Color Harmonies of #AD9F4E
Complementary color
Monochromatic Colors of #AD9F4E
Black with #AD9F4E
Text Example
Text Example
White with #AD9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F4E; }
p { color: rgb(173,159,78); }
H1.HeaderClassName
{
color: #AD9F4E;
}
.AnyTagClassName
{
color: #AD9F4E;
}
</style>
background-color css
<style>
a { background-color: #AD9F4E; }
a { background-color: rgb(173,159,78); }
div.DivClassName
{
background-color: #AD9F4E;
}
.BgClassName
{
background-color: #AD9F4E;
}
</style>
border-color css
<style>
span { border-color: #AD9F4E; }
span { border-color: rgb(173,159,78); }
td.TdClassName
{
border-color: #AD9F4E;
}
.TagClassName
{
border-color: #AD9F4E;
}
</style>