Shades of Husk #ADA053
Tints of Husk #ADA053
RGB
CMYK
RGB Variations
Color information
#ADA053 (or 0xADA053) is known color: Husk. HEX triplet: AD, A0 and 53. RGB value is (173,160,83). Sum of RGB (Red+Green+Blue) = 173+160+83=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA053 is #525FAC. Grayscale: #9B9B9B. Windows color (decimal): -5398445 or 5480621. OLE color: 5480621.
HSL color Cylindrical-coordinate representation of color #ADA053: hue angle of 51.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADA053 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 83 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.32 |
| HSL | 51.33º | 0.35% | 0.5% | - |
| HSV(B) | 51.33º | 0.52% | 0.68% | - |
| XYZ | 31.37 | 34.65 | 13.22 | - |
| YUV | 155.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 83 | 0 | 0.08 | 0.52 | 0.32 | 51.33 | 0.35 | 0.5 |
| Hex | AD | A0 | 53 | 0 | 8 | 34 | 20 | 33 | 23 | 32 |
| Octal | 255 | 240 | 123 | 0 | 10 | 64 | 40 | 63 | 43 | 62 |
| Binary | 10101101 | 10100000 | 1010011 | 0 | 1000 | 110100 | 100000 | 110011 | 100011 | 110010 |
Color Harmonies of #ADA053
Complementary color
Monochromatic Colors of #ADA053
Black with #ADA053
Text Example
Text Example
White with #ADA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA053; }
p { color: rgb(173,160,83); }
H1.HeaderClassName
{
color: #ADA053;
}
.AnyTagClassName
{
color: #ADA053;
}
</style>
background-color css
<style>
a { background-color: #ADA053; }
a { background-color: rgb(173,160,83); }
div.DivClassName
{
background-color: #ADA053;
}
.BgClassName
{
background-color: #ADA053;
}
</style>
border-color css
<style>
span { border-color: #ADA053; }
span { border-color: rgb(173,160,83); }
td.TdClassName
{
border-color: #ADA053;
}
.TagClassName
{
border-color: #ADA053;
}
</style>