Shades of Husk #ADA050
Tints of Husk #ADA050
RGB
CMYK
RGB Variations
Color information
#ADA050 (or 0xADA050) is known color: Husk. HEX triplet: AD, A0 and 50. RGB value is (173,160,80). Sum of RGB (Red+Green+Blue) = 173+160+80=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA050 is #525FAF. Grayscale: #9B9B9B. Windows color (decimal): -5398448 or 5284013. OLE color: 5284013.
HSL color Cylindrical-coordinate representation of color #ADA050: hue angle of 51.61º 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 #ADA050 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 80 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.32 |
| HSL | 51.61º | 0.37% | 0.5% | - |
| HSV(B) | 51.61º | 0.54% | 0.68% | - |
| XYZ | 31.25 | 34.61 | 12.62 | - |
| YUV | 154.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 80 | 0 | 0.08 | 0.54 | 0.32 | 51.61 | 0.37 | 0.5 |
| Hex | AD | A0 | 50 | 0 | 8 | 36 | 20 | 34 | 25 | 32 |
| Octal | 255 | 240 | 120 | 0 | 10 | 66 | 40 | 64 | 45 | 62 |
| Binary | 10101101 | 10100000 | 1010000 | 0 | 1000 | 110110 | 100000 | 110100 | 100101 | 110010 |
Color Harmonies of #ADA050
Complementary color
Monochromatic Colors of #ADA050
Black with #ADA050
Text Example
Text Example
White with #ADA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA050; }
p { color: rgb(173,160,80); }
H1.HeaderClassName
{
color: #ADA050;
}
.AnyTagClassName
{
color: #ADA050;
}
</style>
background-color css
<style>
a { background-color: #ADA050; }
a { background-color: rgb(173,160,80); }
div.DivClassName
{
background-color: #ADA050;
}
.BgClassName
{
background-color: #ADA050;
}
</style>
border-color css
<style>
span { border-color: #ADA050; }
span { border-color: rgb(173,160,80); }
td.TdClassName
{
border-color: #ADA050;
}
.TagClassName
{
border-color: #ADA050;
}
</style>