Shades of Husk #ADA059
Tints of Husk #ADA059
RGB
CMYK
RGB Variations
Color information
#ADA059 (or 0xADA059) is known color: Husk. HEX triplet: AD, A0 and 59. RGB value is (173,160,89). Sum of RGB (Red+Green+Blue) = 173+160+89=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA059 is #525FA6. Grayscale: #9C9C9C. Windows color (decimal): -5398439 or 5873837. OLE color: 5873837.
HSL color Cylindrical-coordinate representation of color #ADA059: hue angle of 50.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA059 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 89 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.32 |
| HSL | 50.71º | 0.34% | 0.51% | - |
| HSV(B) | 50.71º | 0.49% | 0.68% | - |
| XYZ | 31.61 | 34.75 | 14.49 | - |
| YUV | 155.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 89 | 0 | 0.08 | 0.49 | 0.32 | 50.71 | 0.34 | 0.51 |
| Hex | AD | A0 | 59 | 0 | 8 | 31 | 20 | 33 | 22 | 33 |
| Octal | 255 | 240 | 131 | 0 | 10 | 61 | 40 | 63 | 42 | 63 |
| Binary | 10101101 | 10100000 | 1011001 | 0 | 1000 | 110001 | 100000 | 110011 | 100010 | 110011 |
Color Harmonies of #ADA059
Complementary color
Monochromatic Colors of #ADA059
Black with #ADA059
Text Example
Text Example
White with #ADA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA059; }
p { color: rgb(173,160,89); }
H1.HeaderClassName
{
color: #ADA059;
}
.AnyTagClassName
{
color: #ADA059;
}
</style>
background-color css
<style>
a { background-color: #ADA059; }
a { background-color: rgb(173,160,89); }
div.DivClassName
{
background-color: #ADA059;
}
.BgClassName
{
background-color: #ADA059;
}
</style>
border-color css
<style>
span { border-color: #ADA059; }
span { border-color: rgb(173,160,89); }
td.TdClassName
{
border-color: #ADA059;
}
.TagClassName
{
border-color: #ADA059;
}
</style>