Shades of Husk #AD9950
Tints of Husk #AD9950
RGB
CMYK
RGB Variations
Color information
#AD9950 (or 0xAD9950) is known color: Husk. HEX triplet: AD, 99 and 50. RGB value is (173,153,80). Sum of RGB (Red+Green+Blue) = 173+153+80=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9950 is #5266AF. Grayscale: #969696. Windows color (decimal): -5400240 or 5282221. OLE color: 5282221.
HSL color Cylindrical-coordinate representation of color #AD9950: hue angle of 47.1º 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 #AD9950 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 80 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.32 |
| HSL | 47.1º | 0.37% | 0.5% | - |
| HSV(B) | 47.1º | 0.54% | 0.68% | - |
| XYZ | 30.07 | 32.25 | 12.23 | - |
| YUV | 150.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 80 | 0 | 0.12 | 0.54 | 0.32 | 47.1 | 0.37 | 0.5 |
| Hex | AD | 99 | 50 | 0 | C | 36 | 20 | 2F | 25 | 32 |
| Octal | 255 | 231 | 120 | 0 | 14 | 66 | 40 | 57 | 45 | 62 |
| Binary | 10101101 | 10011001 | 1010000 | 0 | 1100 | 110110 | 100000 | 101111 | 100101 | 110010 |
Color Harmonies of #AD9950
Complementary color
Monochromatic Colors of #AD9950
Black with #AD9950
Text Example
Text Example
White with #AD9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9950; }
p { color: rgb(173,153,80); }
H1.HeaderClassName
{
color: #AD9950;
}
.AnyTagClassName
{
color: #AD9950;
}
</style>
background-color css
<style>
a { background-color: #AD9950; }
a { background-color: rgb(173,153,80); }
div.DivClassName
{
background-color: #AD9950;
}
.BgClassName
{
background-color: #AD9950;
}
</style>
border-color css
<style>
span { border-color: #AD9950; }
span { border-color: rgb(173,153,80); }
td.TdClassName
{
border-color: #AD9950;
}
.TagClassName
{
border-color: #AD9950;
}
</style>