Shades of Husk #AD9F55
Tints of Husk #AD9F55
RGB
CMYK
RGB Variations
Color information
#AD9F55 (or 0xAD9F55) is known color: Husk. HEX triplet: AD, 9F and 55. RGB value is (173,159,85). Sum of RGB (Red+Green+Blue) = 173+159+85=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F55 is #5260AA. Grayscale: #9B9B9B. Windows color (decimal): -5398699 or 5611437. OLE color: 5611437.
HSL color Cylindrical-coordinate representation of color #AD9F55: hue angle of 50.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD9F55 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 85 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.32 |
| HSL | 50.45º | 0.35% | 0.51% | - |
| HSV(B) | 50.45º | 0.51% | 0.68% | - |
| XYZ | 31.27 | 34.34 | 13.57 | - |
| YUV | 154.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 85 | 0 | 0.08 | 0.51 | 0.32 | 50.45 | 0.35 | 0.51 |
| Hex | AD | 9F | 55 | 0 | 8 | 33 | 20 | 32 | 23 | 33 |
| Octal | 255 | 237 | 125 | 0 | 10 | 63 | 40 | 62 | 43 | 63 |
| Binary | 10101101 | 10011111 | 1010101 | 0 | 1000 | 110011 | 100000 | 110010 | 100011 | 110011 |
Color Harmonies of #AD9F55
Complementary color
Monochromatic Colors of #AD9F55
Black with #AD9F55
Text Example
Text Example
White with #AD9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F55; }
p { color: rgb(173,159,85); }
H1.HeaderClassName
{
color: #AD9F55;
}
.AnyTagClassName
{
color: #AD9F55;
}
</style>
background-color css
<style>
a { background-color: #AD9F55; }
a { background-color: rgb(173,159,85); }
div.DivClassName
{
background-color: #AD9F55;
}
.BgClassName
{
background-color: #AD9F55;
}
</style>
border-color css
<style>
span { border-color: #AD9F55; }
span { border-color: rgb(173,159,85); }
td.TdClassName
{
border-color: #AD9F55;
}
.TagClassName
{
border-color: #AD9F55;
}
</style>