Shades of Husk #AD984C
Tints of Husk #AD984C
RGB
CMYK
RGB Variations
Color information
#AD984C (or 0xAD984C) is known color: Husk. HEX triplet: AD, 98 and 4C. RGB value is (173,152,76). Sum of RGB (Red+Green+Blue) = 173+152+76=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD984C is #5267B3. Grayscale: #959595. Windows color (decimal): -5400500 or 5019821. OLE color: 5019821.
HSL color Cylindrical-coordinate representation of color #AD984C: hue angle of 47.01º 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 #AD984C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 76 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.32 |
| HSL | 47.01º | 0.39% | 0.49% | - |
| HSV(B) | 47.01º | 0.56% | 0.68% | - |
| XYZ | 29.77 | 31.86 | 11.42 | - |
| YUV | 149.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 76 | 0 | 0.12 | 0.56 | 0.32 | 47.01 | 0.39 | 0.49 |
| Hex | AD | 98 | 4C | 0 | C | 38 | 20 | 2F | 27 | 31 |
| Octal | 255 | 230 | 114 | 0 | 14 | 70 | 40 | 57 | 47 | 61 |
| Binary | 10101101 | 10011000 | 1001100 | 0 | 1100 | 111000 | 100000 | 101111 | 100111 | 110001 |
Color Harmonies of #AD984C
Complementary color
Monochromatic Colors of #AD984C
Black with #AD984C
Text Example
Text Example
White with #AD984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD984C; }
p { color: rgb(173,152,76); }
H1.HeaderClassName
{
color: #AD984C;
}
.AnyTagClassName
{
color: #AD984C;
}
</style>
background-color css
<style>
a { background-color: #AD984C; }
a { background-color: rgb(173,152,76); }
div.DivClassName
{
background-color: #AD984C;
}
.BgClassName
{
background-color: #AD984C;
}
</style>
border-color css
<style>
span { border-color: #AD984C; }
span { border-color: rgb(173,152,76); }
td.TdClassName
{
border-color: #AD984C;
}
.TagClassName
{
border-color: #AD984C;
}
</style>