Shades of Husk #ADA353
Tints of Husk #ADA353
RGB
CMYK
RGB Variations
Color information
#ADA353 (or 0xADA353) is known color: Husk. HEX triplet: AD, A3 and 53. RGB value is (173,163,83). Sum of RGB (Red+Green+Blue) = 173+163+83=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA353 is #525CAC. Grayscale: #9D9D9D. Windows color (decimal): -5397677 or 5481389. OLE color: 5481389.
HSL color Cylindrical-coordinate representation of color #ADA353: hue angle of 53.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 #ADA353 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 83 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.32 |
| HSL | 53.33º | 0.35% | 0.5% | - |
| HSV(B) | 53.33º | 0.52% | 0.68% | - |
| XYZ | 31.89 | 35.7 | 13.39 | - |
| YUV | 156.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 83 | 0 | 0.06 | 0.52 | 0.32 | 53.33 | 0.35 | 0.5 |
| Hex | AD | A3 | 53 | 0 | 6 | 34 | 20 | 35 | 23 | 32 |
| Octal | 255 | 243 | 123 | 0 | 6 | 64 | 40 | 65 | 43 | 62 |
| Binary | 10101101 | 10100011 | 1010011 | 0 | 110 | 110100 | 100000 | 110101 | 100011 | 110010 |
Color Harmonies of #ADA353
Complementary color
Monochromatic Colors of #ADA353
Black with #ADA353
Text Example
Text Example
White with #ADA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA353; }
p { color: rgb(173,163,83); }
H1.HeaderClassName
{
color: #ADA353;
}
.AnyTagClassName
{
color: #ADA353;
}
</style>
background-color css
<style>
a { background-color: #ADA353; }
a { background-color: rgb(173,163,83); }
div.DivClassName
{
background-color: #ADA353;
}
.BgClassName
{
background-color: #ADA353;
}
</style>
border-color css
<style>
span { border-color: #ADA353; }
span { border-color: rgb(173,163,83); }
td.TdClassName
{
border-color: #ADA353;
}
.TagClassName
{
border-color: #ADA353;
}
</style>