Shades of Husk #AD9947
Tints of Husk #AD9947
RGB
CMYK
RGB Variations
Color information
#AD9947 (or 0xAD9947) is known color: Husk. HEX triplet: AD, 99 and 47. RGB value is (173,153,71). Sum of RGB (Red+Green+Blue) = 173+153+71=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9947 is #5266B8. Grayscale: #959595. Windows color (decimal): -5400249 or 4692397. OLE color: 4692397.
HSL color Cylindrical-coordinate representation of color #AD9947: hue angle of 48.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD9947 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 71 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.32 |
| HSL | 48.24º | 0.42% | 0.48% | - |
| HSV(B) | 48.24º | 0.59% | 0.68% | - |
| XYZ | 29.76 | 32.12 | 10.59 | - |
| YUV | 149.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 71 | 0 | 0.12 | 0.59 | 0.32 | 48.24 | 0.42 | 0.48 |
| Hex | AD | 99 | 47 | 0 | C | 3B | 20 | 30 | 2A | 30 |
| Octal | 255 | 231 | 107 | 0 | 14 | 73 | 40 | 60 | 52 | 60 |
| Binary | 10101101 | 10011001 | 1000111 | 0 | 1100 | 111011 | 100000 | 110000 | 101010 | 110000 |
Color Harmonies of #AD9947
Complementary color
Monochromatic Colors of #AD9947
Black with #AD9947
Text Example
Text Example
White with #AD9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9947; }
p { color: rgb(173,153,71); }
H1.HeaderClassName
{
color: #AD9947;
}
.AnyTagClassName
{
color: #AD9947;
}
</style>
background-color css
<style>
a { background-color: #AD9947; }
a { background-color: rgb(173,153,71); }
div.DivClassName
{
background-color: #AD9947;
}
.BgClassName
{
background-color: #AD9947;
}
</style>
border-color css
<style>
span { border-color: #AD9947; }
span { border-color: rgb(173,153,71); }
td.TdClassName
{
border-color: #AD9947;
}
.TagClassName
{
border-color: #AD9947;
}
</style>