Shades of Husk #AD984D
Tints of Husk #AD984D
RGB
CMYK
RGB Variations
Color information
#AD984D (or 0xAD984D) is known color: Husk. HEX triplet: AD, 98 and 4D. RGB value is (173,152,77). Sum of RGB (Red+Green+Blue) = 173+152+77=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD984D is #5267B2. Grayscale: #969696. Windows color (decimal): -5400499 or 5085357. OLE color: 5085357.
HSL color Cylindrical-coordinate representation of color #AD984D: hue angle of 46.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 #AD984D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 77 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.32 |
| HSL | 46.88º | 0.38% | 0.49% | - |
| HSV(B) | 46.88º | 0.55% | 0.68% | - |
| XYZ | 29.8 | 31.88 | 11.6 | - |
| YUV | 149.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 77 | 0 | 0.12 | 0.55 | 0.32 | 46.88 | 0.38 | 0.49 |
| Hex | AD | 98 | 4D | 0 | C | 37 | 20 | 2F | 26 | 31 |
| Octal | 255 | 230 | 115 | 0 | 14 | 67 | 40 | 57 | 46 | 61 |
| Binary | 10101101 | 10011000 | 1001101 | 0 | 1100 | 110111 | 100000 | 101111 | 100110 | 110001 |
Color Harmonies of #AD984D
Complementary color
Monochromatic Colors of #AD984D
Black with #AD984D
Text Example
Text Example
White with #AD984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD984D; }
p { color: rgb(173,152,77); }
H1.HeaderClassName
{
color: #AD984D;
}
.AnyTagClassName
{
color: #AD984D;
}
</style>
background-color css
<style>
a { background-color: #AD984D; }
a { background-color: rgb(173,152,77); }
div.DivClassName
{
background-color: #AD984D;
}
.BgClassName
{
background-color: #AD984D;
}
</style>
border-color css
<style>
span { border-color: #AD984D; }
span { border-color: rgb(173,152,77); }
td.TdClassName
{
border-color: #AD984D;
}
.TagClassName
{
border-color: #AD984D;
}
</style>