Shades of Husk #ADA04B
Tints of Husk #ADA04B
RGB
CMYK
RGB Variations
Color information
#ADA04B (or 0xADA04B) is known color: Husk. HEX triplet: AD, A0 and 4B. RGB value is (173,160,75). Sum of RGB (Red+Green+Blue) = 173+160+75=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA04B is #525FB4. Grayscale: #9A9A9A. Windows color (decimal): -5398453 or 4956333. OLE color: 4956333.
HSL color Cylindrical-coordinate representation of color #ADA04B: hue angle of 52.04º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA04B is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 75 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.32 |
| HSL | 52.04º | 0.4% | 0.49% | - |
| HSV(B) | 52.04º | 0.57% | 0.68% | - |
| XYZ | 31.07 | 34.53 | 11.68 | - |
| YUV | 154.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 75 | 0 | 0.08 | 0.57 | 0.32 | 52.04 | 0.4 | 0.49 |
| Hex | AD | A0 | 4B | 0 | 8 | 39 | 20 | 34 | 28 | 31 |
| Octal | 255 | 240 | 113 | 0 | 10 | 71 | 40 | 64 | 50 | 61 |
| Binary | 10101101 | 10100000 | 1001011 | 0 | 1000 | 111001 | 100000 | 110100 | 101000 | 110001 |
Color Harmonies of #ADA04B
Complementary color
Monochromatic Colors of #ADA04B
Black with #ADA04B
Text Example
Text Example
White with #ADA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA04B; }
p { color: rgb(173,160,75); }
H1.HeaderClassName
{
color: #ADA04B;
}
.AnyTagClassName
{
color: #ADA04B;
}
</style>
background-color css
<style>
a { background-color: #ADA04B; }
a { background-color: rgb(173,160,75); }
div.DivClassName
{
background-color: #ADA04B;
}
.BgClassName
{
background-color: #ADA04B;
}
</style>
border-color css
<style>
span { border-color: #ADA04B; }
span { border-color: rgb(173,160,75); }
td.TdClassName
{
border-color: #ADA04B;
}
.TagClassName
{
border-color: #ADA04B;
}
</style>