Shades of Husk #AD9550
Tints of Husk #AD9550
RGB
CMYK
RGB Variations
Color information
#AD9550 (or 0xAD9550) is known color: Husk. HEX triplet: AD, 95 and 50. RGB value is (173,149,80). Sum of RGB (Red+Green+Blue) = 173+149+80=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9550 is #526AAF. Grayscale: #949494. Windows color (decimal): -5401264 or 5281197. OLE color: 5281197.
HSL color Cylindrical-coordinate representation of color #AD9550: hue angle of 44.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD9550 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 80 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.32 |
| HSL | 44.52º | 0.37% | 0.5% | - |
| HSV(B) | 44.52º | 0.54% | 0.68% | - |
| XYZ | 29.43 | 30.96 | 12.01 | - |
| YUV | 148.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 80 | 0 | 0.14 | 0.54 | 0.32 | 44.52 | 0.37 | 0.5 |
| Hex | AD | 95 | 50 | 0 | E | 36 | 20 | 2D | 25 | 32 |
| Octal | 255 | 225 | 120 | 0 | 16 | 66 | 40 | 55 | 45 | 62 |
| Binary | 10101101 | 10010101 | 1010000 | 0 | 1110 | 110110 | 100000 | 101101 | 100101 | 110010 |
Color Harmonies of #AD9550
Complementary color
Monochromatic Colors of #AD9550
Black with #AD9550
Text Example
Text Example
White with #AD9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9550; }
p { color: rgb(173,149,80); }
H1.HeaderClassName
{
color: #AD9550;
}
.AnyTagClassName
{
color: #AD9550;
}
</style>
background-color css
<style>
a { background-color: #AD9550; }
a { background-color: rgb(173,149,80); }
div.DivClassName
{
background-color: #AD9550;
}
.BgClassName
{
background-color: #AD9550;
}
</style>
border-color css
<style>
span { border-color: #AD9550; }
span { border-color: rgb(173,149,80); }
td.TdClassName
{
border-color: #AD9550;
}
.TagClassName
{
border-color: #AD9550;
}
</style>