Shades of Husk #ADA150
Tints of Husk #ADA150
RGB
CMYK
RGB Variations
Color information
#ADA150 (or 0xADA150) is known color: Husk. HEX triplet: AD, A1 and 50. RGB value is (173,161,80). Sum of RGB (Red+Green+Blue) = 173+161+80=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA150 is #525EAF. Grayscale: #9B9B9B. Windows color (decimal): -5398192 or 5284269. OLE color: 5284269.
HSL color Cylindrical-coordinate representation of color #ADA150: hue angle of 52.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADA150 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 80 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.32 |
| HSL | 52.26º | 0.37% | 0.5% | - |
| HSV(B) | 52.26º | 0.54% | 0.68% | - |
| XYZ | 31.43 | 34.95 | 12.68 | - |
| YUV | 155.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 80 | 0 | 0.07 | 0.54 | 0.32 | 52.26 | 0.37 | 0.5 |
| Hex | AD | A1 | 50 | 0 | 7 | 36 | 20 | 34 | 25 | 32 |
| Octal | 255 | 241 | 120 | 0 | 7 | 66 | 40 | 64 | 45 | 62 |
| Binary | 10101101 | 10100001 | 1010000 | 0 | 111 | 110110 | 100000 | 110100 | 100101 | 110010 |
Color Harmonies of #ADA150
Complementary color
Monochromatic Colors of #ADA150
Black with #ADA150
Text Example
Text Example
White with #ADA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA150; }
p { color: rgb(173,161,80); }
H1.HeaderClassName
{
color: #ADA150;
}
.AnyTagClassName
{
color: #ADA150;
}
</style>
background-color css
<style>
a { background-color: #ADA150; }
a { background-color: rgb(173,161,80); }
div.DivClassName
{
background-color: #ADA150;
}
.BgClassName
{
background-color: #ADA150;
}
</style>
border-color css
<style>
span { border-color: #ADA150; }
span { border-color: rgb(173,161,80); }
td.TdClassName
{
border-color: #ADA150;
}
.TagClassName
{
border-color: #ADA150;
}
</style>