Shades of Husk #ADA152
Tints of Husk #ADA152
RGB
CMYK
RGB Variations
Color information
#ADA152 (or 0xADA152) is known color: Husk. HEX triplet: AD, A1 and 52. RGB value is (173,161,82). Sum of RGB (Red+Green+Blue) = 173+161+82=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA152 is #525EAD. Grayscale: #9B9B9B. Windows color (decimal): -5398190 or 5415341. OLE color: 5415341.
HSL color Cylindrical-coordinate representation of color #ADA152: hue angle of 52.09º 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 #ADA152 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 82 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.32 |
| HSL | 52.09º | 0.36% | 0.5% | - |
| HSV(B) | 52.09º | 0.53% | 0.68% | - |
| XYZ | 31.5 | 34.98 | 13.07 | - |
| YUV | 155.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 82 | 0 | 0.07 | 0.53 | 0.32 | 52.09 | 0.36 | 0.5 |
| Hex | AD | A1 | 52 | 0 | 7 | 35 | 20 | 34 | 24 | 32 |
| Octal | 255 | 241 | 122 | 0 | 7 | 65 | 40 | 64 | 44 | 62 |
| Binary | 10101101 | 10100001 | 1010010 | 0 | 111 | 110101 | 100000 | 110100 | 100100 | 110010 |
Color Harmonies of #ADA152
Complementary color
Monochromatic Colors of #ADA152
Black with #ADA152
Text Example
Text Example
White with #ADA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA152; }
p { color: rgb(173,161,82); }
H1.HeaderClassName
{
color: #ADA152;
}
.AnyTagClassName
{
color: #ADA152;
}
</style>
background-color css
<style>
a { background-color: #ADA152; }
a { background-color: rgb(173,161,82); }
div.DivClassName
{
background-color: #ADA152;
}
.BgClassName
{
background-color: #ADA152;
}
</style>
border-color css
<style>
span { border-color: #ADA152; }
span { border-color: rgb(173,161,82); }
td.TdClassName
{
border-color: #ADA152;
}
.TagClassName
{
border-color: #ADA152;
}
</style>