Shades of Husk #ADA354
Tints of Husk #ADA354
RGB
CMYK
RGB Variations
Color information
#ADA354 (or 0xADA354) is known color: Husk. HEX triplet: AD, A3 and 54. RGB value is (173,163,84). Sum of RGB (Red+Green+Blue) = 173+163+84=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA354 is #525CAB. Grayscale: #9D9D9D. Windows color (decimal): -5397676 or 5546925. OLE color: 5546925.
HSL color Cylindrical-coordinate representation of color #ADA354: hue angle of 53.26º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADA354 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 84 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.32 |
| HSL | 53.26º | 0.35% | 0.5% | - |
| HSV(B) | 53.26º | 0.51% | 0.68% | - |
| XYZ | 31.93 | 35.72 | 13.6 | - |
| YUV | 156.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 84 | 0 | 0.06 | 0.51 | 0.32 | 53.26 | 0.35 | 0.5 |
| Hex | AD | A3 | 54 | 0 | 6 | 33 | 20 | 35 | 23 | 32 |
| Octal | 255 | 243 | 124 | 0 | 6 | 63 | 40 | 65 | 43 | 62 |
| Binary | 10101101 | 10100011 | 1010100 | 0 | 110 | 110011 | 100000 | 110101 | 100011 | 110010 |
Color Harmonies of #ADA354
Complementary color
Monochromatic Colors of #ADA354
Black with #ADA354
Text Example
Text Example
White with #ADA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA354; }
p { color: rgb(173,163,84); }
H1.HeaderClassName
{
color: #ADA354;
}
.AnyTagClassName
{
color: #ADA354;
}
</style>
background-color css
<style>
a { background-color: #ADA354; }
a { background-color: rgb(173,163,84); }
div.DivClassName
{
background-color: #ADA354;
}
.BgClassName
{
background-color: #ADA354;
}
</style>
border-color css
<style>
span { border-color: #ADA354; }
span { border-color: rgb(173,163,84); }
td.TdClassName
{
border-color: #ADA354;
}
.TagClassName
{
border-color: #ADA354;
}
</style>