Shades of Husk #AD9F4C
Tints of Husk #AD9F4C
RGB
CMYK
RGB Variations
Color information
#AD9F4C (or 0xAD9F4C) is known color: Husk. HEX triplet: AD, 9F and 4C. RGB value is (173,159,76). Sum of RGB (Red+Green+Blue) = 173+159+76=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F4C is #5260B3. Grayscale: #9A9A9A. Windows color (decimal): -5398708 or 5021613. OLE color: 5021613.
HSL color Cylindrical-coordinate representation of color #AD9F4C: hue angle of 51.34º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD9F4C is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 76 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.32 |
| HSL | 51.34º | 0.39% | 0.49% | - |
| HSV(B) | 51.34º | 0.56% | 0.68% | - |
| XYZ | 30.94 | 34.2 | 11.81 | - |
| YUV | 153.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 76 | 0 | 0.08 | 0.56 | 0.32 | 51.34 | 0.39 | 0.49 |
| Hex | AD | 9F | 4C | 0 | 8 | 38 | 20 | 33 | 27 | 31 |
| Octal | 255 | 237 | 114 | 0 | 10 | 70 | 40 | 63 | 47 | 61 |
| Binary | 10101101 | 10011111 | 1001100 | 0 | 1000 | 111000 | 100000 | 110011 | 100111 | 110001 |
Color Harmonies of #AD9F4C
Complementary color
Monochromatic Colors of #AD9F4C
Black with #AD9F4C
Text Example
Text Example
White with #AD9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F4C; }
p { color: rgb(173,159,76); }
H1.HeaderClassName
{
color: #AD9F4C;
}
.AnyTagClassName
{
color: #AD9F4C;
}
</style>
background-color css
<style>
a { background-color: #AD9F4C; }
a { background-color: rgb(173,159,76); }
div.DivClassName
{
background-color: #AD9F4C;
}
.BgClassName
{
background-color: #AD9F4C;
}
</style>
border-color css
<style>
span { border-color: #AD9F4C; }
span { border-color: rgb(173,159,76); }
td.TdClassName
{
border-color: #AD9F4C;
}
.TagClassName
{
border-color: #AD9F4C;
}
</style>