Shades of Husk #AD9850
Tints of Husk #AD9850
RGB
CMYK
RGB Variations
Color information
#AD9850 (or 0xAD9850) is known color: Husk. HEX triplet: AD, 98 and 50. RGB value is (173,152,80). Sum of RGB (Red+Green+Blue) = 173+152+80=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9850 is #5267AF. Grayscale: #969696. Windows color (decimal): -5400496 or 5281965. OLE color: 5281965.
HSL color Cylindrical-coordinate representation of color #AD9850: hue angle of 46.45º 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 #AD9850 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 80 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.32 |
| HSL | 46.45º | 0.37% | 0.5% | - |
| HSV(B) | 46.45º | 0.54% | 0.68% | - |
| XYZ | 29.91 | 31.92 | 12.17 | - |
| YUV | 150.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 80 | 0 | 0.12 | 0.54 | 0.32 | 46.45 | 0.37 | 0.5 |
| Hex | AD | 98 | 50 | 0 | C | 36 | 20 | 2E | 25 | 32 |
| Octal | 255 | 230 | 120 | 0 | 14 | 66 | 40 | 56 | 45 | 62 |
| Binary | 10101101 | 10011000 | 1010000 | 0 | 1100 | 110110 | 100000 | 101110 | 100101 | 110010 |
Color Harmonies of #AD9850
Complementary color
Monochromatic Colors of #AD9850
Black with #AD9850
Text Example
Text Example
White with #AD9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9850; }
p { color: rgb(173,152,80); }
H1.HeaderClassName
{
color: #AD9850;
}
.AnyTagClassName
{
color: #AD9850;
}
</style>
background-color css
<style>
a { background-color: #AD9850; }
a { background-color: rgb(173,152,80); }
div.DivClassName
{
background-color: #AD9850;
}
.BgClassName
{
background-color: #AD9850;
}
</style>
border-color css
<style>
span { border-color: #AD9850; }
span { border-color: rgb(173,152,80); }
td.TdClassName
{
border-color: #AD9850;
}
.TagClassName
{
border-color: #AD9850;
}
</style>