Shades of Husk #AD9954
Tints of Husk #AD9954
RGB
CMYK
RGB Variations
Color information
#AD9954 (or 0xAD9954) is known color: Husk. HEX triplet: AD, 99 and 54. RGB value is (173,153,84). Sum of RGB (Red+Green+Blue) = 173+153+84=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9954 is #5266AB. Grayscale: #979797. Windows color (decimal): -5400236 or 5544365. OLE color: 5544365.
HSL color Cylindrical-coordinate representation of color #AD9954: hue angle of 46.52º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD9954 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 84 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.32 |
| HSL | 46.52º | 0.35% | 0.5% | - |
| HSV(B) | 46.52º | 0.51% | 0.68% | - |
| XYZ | 30.23 | 32.31 | 13.03 | - |
| YUV | 151.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 84 | 0 | 0.12 | 0.51 | 0.32 | 46.52 | 0.35 | 0.5 |
| Hex | AD | 99 | 54 | 0 | C | 33 | 20 | 2F | 23 | 32 |
| Octal | 255 | 231 | 124 | 0 | 14 | 63 | 40 | 57 | 43 | 62 |
| Binary | 10101101 | 10011001 | 1010100 | 0 | 1100 | 110011 | 100000 | 101111 | 100011 | 110010 |
Color Harmonies of #AD9954
Complementary color
Monochromatic Colors of #AD9954
Black with #AD9954
Text Example
Text Example
White with #AD9954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9954; }
p { color: rgb(173,153,84); }
H1.HeaderClassName
{
color: #AD9954;
}
.AnyTagClassName
{
color: #AD9954;
}
</style>
background-color css
<style>
a { background-color: #AD9954; }
a { background-color: rgb(173,153,84); }
div.DivClassName
{
background-color: #AD9954;
}
.BgClassName
{
background-color: #AD9954;
}
</style>
border-color css
<style>
span { border-color: #AD9954; }
span { border-color: rgb(173,153,84); }
td.TdClassName
{
border-color: #AD9954;
}
.TagClassName
{
border-color: #AD9954;
}
</style>