Shades of Husk #AD904D
Tints of Husk #AD904D
RGB
CMYK
RGB Variations
Color information
#AD904D (or 0xAD904D) is known color: Husk. HEX triplet: AD, 90 and 4D. RGB value is (173,144,77). Sum of RGB (Red+Green+Blue) = 173+144+77=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD904D is #526FB2. Grayscale: #919191. Windows color (decimal): -5402547 or 5083309. OLE color: 5083309.
HSL color Cylindrical-coordinate representation of color #AD904D: hue angle of 41.88º 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 #AD904D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 77 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.32 |
| HSL | 41.88º | 0.38% | 0.49% | - |
| HSV(B) | 41.88º | 0.55% | 0.68% | - |
| XYZ | 28.55 | 29.37 | 11.18 | - |
| YUV | 145.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 77 | 0 | 0.17 | 0.55 | 0.32 | 41.88 | 0.38 | 0.49 |
| Hex | AD | 90 | 4D | 0 | 11 | 37 | 20 | 2A | 26 | 31 |
| Octal | 255 | 220 | 115 | 0 | 21 | 67 | 40 | 52 | 46 | 61 |
| Binary | 10101101 | 10010000 | 1001101 | 0 | 10001 | 110111 | 100000 | 101010 | 100110 | 110001 |
Color Harmonies of #AD904D
Complementary color
Monochromatic Colors of #AD904D
Black with #AD904D
Text Example
Text Example
White with #AD904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD904D; }
p { color: rgb(173,144,77); }
H1.HeaderClassName
{
color: #AD904D;
}
.AnyTagClassName
{
color: #AD904D;
}
</style>
background-color css
<style>
a { background-color: #AD904D; }
a { background-color: rgb(173,144,77); }
div.DivClassName
{
background-color: #AD904D;
}
.BgClassName
{
background-color: #AD904D;
}
</style>
border-color css
<style>
span { border-color: #AD904D; }
span { border-color: rgb(173,144,77); }
td.TdClassName
{
border-color: #AD904D;
}
.TagClassName
{
border-color: #AD904D;
}
</style>