Shades of Husk #AD9554
Tints of Husk #AD9554
RGB
CMYK
RGB Variations
Color information
#AD9554 (or 0xAD9554) is known color: Husk. HEX triplet: AD, 95 and 54. RGB value is (173,149,84). Sum of RGB (Red+Green+Blue) = 173+149+84=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9554 is #526AAB. Grayscale: #959595. Windows color (decimal): -5401260 or 5543341. OLE color: 5543341.
HSL color Cylindrical-coordinate representation of color #AD9554: hue angle of 43.82º 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 #AD9554 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 84 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.32 |
| HSL | 43.82º | 0.35% | 0.5% | - |
| HSV(B) | 43.82º | 0.51% | 0.68% | - |
| XYZ | 29.58 | 31.02 | 12.82 | - |
| YUV | 148.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 84 | 0 | 0.14 | 0.51 | 0.32 | 43.82 | 0.35 | 0.5 |
| Hex | AD | 95 | 54 | 0 | E | 33 | 20 | 2C | 23 | 32 |
| Octal | 255 | 225 | 124 | 0 | 16 | 63 | 40 | 54 | 43 | 62 |
| Binary | 10101101 | 10010101 | 1010100 | 0 | 1110 | 110011 | 100000 | 101100 | 100011 | 110010 |
Color Harmonies of #AD9554
Complementary color
Monochromatic Colors of #AD9554
Black with #AD9554
Text Example
Text Example
White with #AD9554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9554; }
p { color: rgb(173,149,84); }
H1.HeaderClassName
{
color: #AD9554;
}
.AnyTagClassName
{
color: #AD9554;
}
</style>
background-color css
<style>
a { background-color: #AD9554; }
a { background-color: rgb(173,149,84); }
div.DivClassName
{
background-color: #AD9554;
}
.BgClassName
{
background-color: #AD9554;
}
</style>
border-color css
<style>
span { border-color: #AD9554; }
span { border-color: rgb(173,149,84); }
td.TdClassName
{
border-color: #AD9554;
}
.TagClassName
{
border-color: #AD9554;
}
</style>