Shades of Husk #ADA352
Tints of Husk #ADA352
RGB
CMYK
RGB Variations
Color information
#ADA352 (or 0xADA352) is known color: Husk. HEX triplet: AD, A3 and 52. RGB value is (173,163,82). Sum of RGB (Red+Green+Blue) = 173+163+82=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA352 is #525CAD. Grayscale: #9D9D9D. Windows color (decimal): -5397678 or 5415853. OLE color: 5415853.
HSL color Cylindrical-coordinate representation of color #ADA352: hue angle of 53.41º 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 #ADA352 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 82 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.32 |
| HSL | 53.41º | 0.36% | 0.5% | - |
| HSV(B) | 53.41º | 0.53% | 0.68% | - |
| XYZ | 31.85 | 35.69 | 13.19 | - |
| YUV | 156.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 82 | 0 | 0.06 | 0.53 | 0.32 | 53.41 | 0.36 | 0.5 |
| Hex | AD | A3 | 52 | 0 | 6 | 35 | 20 | 35 | 24 | 32 |
| Octal | 255 | 243 | 122 | 0 | 6 | 65 | 40 | 65 | 44 | 62 |
| Binary | 10101101 | 10100011 | 1010010 | 0 | 110 | 110101 | 100000 | 110101 | 100100 | 110010 |
Color Harmonies of #ADA352
Complementary color
Monochromatic Colors of #ADA352
Black with #ADA352
Text Example
Text Example
White with #ADA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA352; }
p { color: rgb(173,163,82); }
H1.HeaderClassName
{
color: #ADA352;
}
.AnyTagClassName
{
color: #ADA352;
}
</style>
background-color css
<style>
a { background-color: #ADA352; }
a { background-color: rgb(173,163,82); }
div.DivClassName
{
background-color: #ADA352;
}
.BgClassName
{
background-color: #ADA352;
}
</style>
border-color css
<style>
span { border-color: #ADA352; }
span { border-color: rgb(173,163,82); }
td.TdClassName
{
border-color: #ADA352;
}
.TagClassName
{
border-color: #ADA352;
}
</style>