Shades of Husk #ADA051
Tints of Husk #ADA051
RGB
CMYK
RGB Variations
Color information
#ADA051 (or 0xADA051) is known color: Husk. HEX triplet: AD, A0 and 51. RGB value is (173,160,81). Sum of RGB (Red+Green+Blue) = 173+160+81=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA051 is #525FAE. Grayscale: #9B9B9B. Windows color (decimal): -5398447 or 5349549. OLE color: 5349549.
HSL color Cylindrical-coordinate representation of color #ADA051: hue angle of 51.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADA051 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 81 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.32 |
| HSL | 51.52º | 0.36% | 0.5% | - |
| HSV(B) | 51.52º | 0.53% | 0.68% | - |
| XYZ | 31.29 | 34.62 | 12.82 | - |
| YUV | 154.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 81 | 0 | 0.08 | 0.53 | 0.32 | 51.52 | 0.36 | 0.5 |
| Hex | AD | A0 | 51 | 0 | 8 | 35 | 20 | 34 | 24 | 32 |
| Octal | 255 | 240 | 121 | 0 | 10 | 65 | 40 | 64 | 44 | 62 |
| Binary | 10101101 | 10100000 | 1010001 | 0 | 1000 | 110101 | 100000 | 110100 | 100100 | 110010 |
Color Harmonies of #ADA051
Complementary color
Monochromatic Colors of #ADA051
Black with #ADA051
Text Example
Text Example
White with #ADA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA051; }
p { color: rgb(173,160,81); }
H1.HeaderClassName
{
color: #ADA051;
}
.AnyTagClassName
{
color: #ADA051;
}
</style>
background-color css
<style>
a { background-color: #ADA051; }
a { background-color: rgb(173,160,81); }
div.DivClassName
{
background-color: #ADA051;
}
.BgClassName
{
background-color: #ADA051;
}
</style>
border-color css
<style>
span { border-color: #ADA051; }
span { border-color: rgb(173,160,81); }
td.TdClassName
{
border-color: #ADA051;
}
.TagClassName
{
border-color: #ADA051;
}
</style>