Shades of Husk #AD994D
Tints of Husk #AD994D
RGB
CMYK
RGB Variations
Color information
#AD994D (or 0xAD994D) is known color: Husk. HEX triplet: AD, 99 and 4D. RGB value is (173,153,77). Sum of RGB (Red+Green+Blue) = 173+153+77=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD994D is #5266B2. Grayscale: #969696. Windows color (decimal): -5400243 or 5085613. OLE color: 5085613.
HSL color Cylindrical-coordinate representation of color #AD994D: hue angle of 47.5º 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 #AD994D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 77 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.32 |
| HSL | 47.5º | 0.38% | 0.49% | - |
| HSV(B) | 47.5º | 0.55% | 0.68% | - |
| XYZ | 29.96 | 32.2 | 11.66 | - |
| YUV | 150.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 77 | 0 | 0.12 | 0.55 | 0.32 | 47.5 | 0.38 | 0.49 |
| Hex | AD | 99 | 4D | 0 | C | 37 | 20 | 30 | 26 | 31 |
| Octal | 255 | 231 | 115 | 0 | 14 | 67 | 40 | 60 | 46 | 61 |
| Binary | 10101101 | 10011001 | 1001101 | 0 | 1100 | 110111 | 100000 | 110000 | 100110 | 110001 |
Color Harmonies of #AD994D
Complementary color
Monochromatic Colors of #AD994D
Black with #AD994D
Text Example
Text Example
White with #AD994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD994D; }
p { color: rgb(173,153,77); }
H1.HeaderClassName
{
color: #AD994D;
}
.AnyTagClassName
{
color: #AD994D;
}
</style>
background-color css
<style>
a { background-color: #AD994D; }
a { background-color: rgb(173,153,77); }
div.DivClassName
{
background-color: #AD994D;
}
.BgClassName
{
background-color: #AD994D;
}
</style>
border-color css
<style>
span { border-color: #AD994D; }
span { border-color: rgb(173,153,77); }
td.TdClassName
{
border-color: #AD994D;
}
.TagClassName
{
border-color: #AD994D;
}
</style>