Shades of Husk #ADA04C
Tints of Husk #ADA04C
RGB
CMYK
RGB Variations
Color information
#ADA04C (or 0xADA04C) is known color: Husk. HEX triplet: AD, A0 and 4C. RGB value is (173,160,76). Sum of RGB (Red+Green+Blue) = 173+160+76=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA04C is #525FB3. Grayscale: #9A9A9A. Windows color (decimal): -5398452 or 5021869. OLE color: 5021869.
HSL color Cylindrical-coordinate representation of color #ADA04C: hue angle of 51.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADA04C is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 76 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.32 |
| HSL | 51.96º | 0.39% | 0.49% | - |
| HSV(B) | 51.96º | 0.56% | 0.68% | - |
| XYZ | 31.11 | 34.55 | 11.87 | - |
| YUV | 154.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 76 | 0 | 0.08 | 0.56 | 0.32 | 51.96 | 0.39 | 0.49 |
| Hex | AD | A0 | 4C | 0 | 8 | 38 | 20 | 34 | 27 | 31 |
| Octal | 255 | 240 | 114 | 0 | 10 | 70 | 40 | 64 | 47 | 61 |
| Binary | 10101101 | 10100000 | 1001100 | 0 | 1000 | 111000 | 100000 | 110100 | 100111 | 110001 |
Color Harmonies of #ADA04C
Complementary color
Monochromatic Colors of #ADA04C
Black with #ADA04C
Text Example
Text Example
White with #ADA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA04C; }
p { color: rgb(173,160,76); }
H1.HeaderClassName
{
color: #ADA04C;
}
.AnyTagClassName
{
color: #ADA04C;
}
</style>
background-color css
<style>
a { background-color: #ADA04C; }
a { background-color: rgb(173,160,76); }
div.DivClassName
{
background-color: #ADA04C;
}
.BgClassName
{
background-color: #ADA04C;
}
</style>
border-color css
<style>
span { border-color: #ADA04C; }
span { border-color: rgb(173,160,76); }
td.TdClassName
{
border-color: #ADA04C;
}
.TagClassName
{
border-color: #ADA04C;
}
</style>