Shades of Husk #ADA04E
Tints of Husk #ADA04E
RGB
CMYK
RGB Variations
Color information
#ADA04E (or 0xADA04E) is known color: Husk. HEX triplet: AD, A0 and 4E. RGB value is (173,160,78). Sum of RGB (Red+Green+Blue) = 173+160+78=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA04E is #525FB1. Grayscale: #9A9A9A. Windows color (decimal): -5398450 or 5152941. OLE color: 5152941.
HSL color Cylindrical-coordinate representation of color #ADA04E: hue angle of 51.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA04E is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 78 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.32 |
| HSL | 51.79º | 0.38% | 0.49% | - |
| HSV(B) | 51.79º | 0.55% | 0.68% | - |
| XYZ | 31.18 | 34.58 | 12.24 | - |
| YUV | 154.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 78 | 0 | 0.08 | 0.55 | 0.32 | 51.79 | 0.38 | 0.49 |
| Hex | AD | A0 | 4E | 0 | 8 | 37 | 20 | 34 | 26 | 31 |
| Octal | 255 | 240 | 116 | 0 | 10 | 67 | 40 | 64 | 46 | 61 |
| Binary | 10101101 | 10100000 | 1001110 | 0 | 1000 | 110111 | 100000 | 110100 | 100110 | 110001 |
Color Harmonies of #ADA04E
Complementary color
Monochromatic Colors of #ADA04E
Black with #ADA04E
Text Example
Text Example
White with #ADA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA04E; }
p { color: rgb(173,160,78); }
H1.HeaderClassName
{
color: #ADA04E;
}
.AnyTagClassName
{
color: #ADA04E;
}
</style>
background-color css
<style>
a { background-color: #ADA04E; }
a { background-color: rgb(173,160,78); }
div.DivClassName
{
background-color: #ADA04E;
}
.BgClassName
{
background-color: #ADA04E;
}
</style>
border-color css
<style>
span { border-color: #ADA04E; }
span { border-color: rgb(173,160,78); }
td.TdClassName
{
border-color: #ADA04E;
}
.TagClassName
{
border-color: #ADA04E;
}
</style>