Shades of Husk #ADA158
Tints of Husk #ADA158
RGB
CMYK
RGB Variations
Color information
#ADA158 (or 0xADA158) is known color: Husk. HEX triplet: AD, A1 and 58. RGB value is (173,161,88). Sum of RGB (Red+Green+Blue) = 173+161+88=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA158 is #525EA7. Grayscale: #9C9C9C. Windows color (decimal): -5398184 or 5808557. OLE color: 5808557.
HSL color Cylindrical-coordinate representation of color #ADA158: hue angle of 51.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA158 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 88 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.32 |
| HSL | 51.53º | 0.34% | 0.51% | - |
| HSV(B) | 51.53º | 0.49% | 0.68% | - |
| XYZ | 31.74 | 35.08 | 14.33 | - |
| YUV | 156.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 88 | 0 | 0.07 | 0.49 | 0.32 | 51.53 | 0.34 | 0.51 |
| Hex | AD | A1 | 58 | 0 | 7 | 31 | 20 | 34 | 22 | 33 |
| Octal | 255 | 241 | 130 | 0 | 7 | 61 | 40 | 64 | 42 | 63 |
| Binary | 10101101 | 10100001 | 1011000 | 0 | 111 | 110001 | 100000 | 110100 | 100010 | 110011 |
Color Harmonies of #ADA158
Complementary color
Monochromatic Colors of #ADA158
Black with #ADA158
Text Example
Text Example
White with #ADA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA158; }
p { color: rgb(173,161,88); }
H1.HeaderClassName
{
color: #ADA158;
}
.AnyTagClassName
{
color: #ADA158;
}
</style>
background-color css
<style>
a { background-color: #ADA158; }
a { background-color: rgb(173,161,88); }
div.DivClassName
{
background-color: #ADA158;
}
.BgClassName
{
background-color: #ADA158;
}
</style>
border-color css
<style>
span { border-color: #ADA158; }
span { border-color: rgb(173,161,88); }
td.TdClassName
{
border-color: #ADA158;
}
.TagClassName
{
border-color: #ADA158;
}
</style>