Shades of Husk #AD984B
Tints of Husk #AD984B
RGB
CMYK
RGB Variations
Color information
#AD984B (or 0xAD984B) is known color: Husk. HEX triplet: AD, 98 and 4B. RGB value is (173,152,75). Sum of RGB (Red+Green+Blue) = 173+152+75=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD984B is #5267B4. Grayscale: #959595. Windows color (decimal): -5400501 or 4954285. OLE color: 4954285.
HSL color Cylindrical-coordinate representation of color #AD984B: hue angle of 47.14º 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 #AD984B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 75 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.32 |
| HSL | 47.14º | 0.4% | 0.49% | - |
| HSV(B) | 47.14º | 0.57% | 0.68% | - |
| XYZ | 29.73 | 31.85 | 11.24 | - |
| YUV | 149.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 75 | 0 | 0.12 | 0.57 | 0.32 | 47.14 | 0.4 | 0.49 |
| Hex | AD | 98 | 4B | 0 | C | 39 | 20 | 2F | 28 | 31 |
| Octal | 255 | 230 | 113 | 0 | 14 | 71 | 40 | 57 | 50 | 61 |
| Binary | 10101101 | 10011000 | 1001011 | 0 | 1100 | 111001 | 100000 | 101111 | 101000 | 110001 |
Color Harmonies of #AD984B
Complementary color
Monochromatic Colors of #AD984B
Black with #AD984B
Text Example
Text Example
White with #AD984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD984B; }
p { color: rgb(173,152,75); }
H1.HeaderClassName
{
color: #AD984B;
}
.AnyTagClassName
{
color: #AD984B;
}
</style>
background-color css
<style>
a { background-color: #AD984B; }
a { background-color: rgb(173,152,75); }
div.DivClassName
{
background-color: #AD984B;
}
.BgClassName
{
background-color: #AD984B;
}
</style>
border-color css
<style>
span { border-color: #AD984B; }
span { border-color: rgb(173,152,75); }
td.TdClassName
{
border-color: #AD984B;
}
.TagClassName
{
border-color: #AD984B;
}
</style>