Shades of Husk #AD984A
Tints of Husk #AD984A
RGB
CMYK
RGB Variations
Color information
#AD984A (or 0xAD984A) is known color: Husk. HEX triplet: AD, 98 and 4A. RGB value is (173,152,74). Sum of RGB (Red+Green+Blue) = 173+152+74=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD984A is #5267B5. Grayscale: #959595. Windows color (decimal): -5400502 or 4888749. OLE color: 4888749.
HSL color Cylindrical-coordinate representation of color #AD984A: hue angle of 47.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD984A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 74 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.32 |
| HSL | 47.27º | 0.4% | 0.48% | - |
| HSV(B) | 47.27º | 0.57% | 0.68% | - |
| XYZ | 29.7 | 31.84 | 11.06 | - |
| YUV | 149.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 74 | 0 | 0.12 | 0.57 | 0.32 | 47.27 | 0.4 | 0.48 |
| Hex | AD | 98 | 4A | 0 | C | 39 | 20 | 2F | 28 | 30 |
| Octal | 255 | 230 | 112 | 0 | 14 | 71 | 40 | 57 | 50 | 60 |
| Binary | 10101101 | 10011000 | 1001010 | 0 | 1100 | 111001 | 100000 | 101111 | 101000 | 110000 |
Color Harmonies of #AD984A
Complementary color
Monochromatic Colors of #AD984A
Black with #AD984A
Text Example
Text Example
White with #AD984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD984A; }
p { color: rgb(173,152,74); }
H1.HeaderClassName
{
color: #AD984A;
}
.AnyTagClassName
{
color: #AD984A;
}
</style>
background-color css
<style>
a { background-color: #AD984A; }
a { background-color: rgb(173,152,74); }
div.DivClassName
{
background-color: #AD984A;
}
.BgClassName
{
background-color: #AD984A;
}
</style>
border-color css
<style>
span { border-color: #AD984A; }
span { border-color: rgb(173,152,74); }
td.TdClassName
{
border-color: #AD984A;
}
.TagClassName
{
border-color: #AD984A;
}
</style>