Shades of Husk #AD994B
Tints of Husk #AD994B
RGB
CMYK
RGB Variations
Color information
#AD994B (or 0xAD994B) is known color: Husk. HEX triplet: AD, 99 and 4B. RGB value is (173,153,75). Sum of RGB (Red+Green+Blue) = 173+153+75=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD994B is #5266B4. Grayscale: #969696. Windows color (decimal): -5400245 or 4954541. OLE color: 4954541.
HSL color Cylindrical-coordinate representation of color #AD994B: hue angle of 47.76º 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 #AD994B is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 75 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.32 |
| HSL | 47.76º | 0.4% | 0.49% | - |
| HSV(B) | 47.76º | 0.57% | 0.68% | - |
| XYZ | 29.89 | 32.17 | 11.29 | - |
| YUV | 150.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 75 | 0 | 0.12 | 0.57 | 0.32 | 47.76 | 0.4 | 0.49 |
| Hex | AD | 99 | 4B | 0 | C | 39 | 20 | 30 | 28 | 31 |
| Octal | 255 | 231 | 113 | 0 | 14 | 71 | 40 | 60 | 50 | 61 |
| Binary | 10101101 | 10011001 | 1001011 | 0 | 1100 | 111001 | 100000 | 110000 | 101000 | 110001 |
Color Harmonies of #AD994B
Complementary color
Monochromatic Colors of #AD994B
Black with #AD994B
Text Example
Text Example
White with #AD994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD994B; }
p { color: rgb(173,153,75); }
H1.HeaderClassName
{
color: #AD994B;
}
.AnyTagClassName
{
color: #AD994B;
}
</style>
background-color css
<style>
a { background-color: #AD994B; }
a { background-color: rgb(173,153,75); }
div.DivClassName
{
background-color: #AD994B;
}
.BgClassName
{
background-color: #AD994B;
}
</style>
border-color css
<style>
span { border-color: #AD994B; }
span { border-color: rgb(173,153,75); }
td.TdClassName
{
border-color: #AD994B;
}
.TagClassName
{
border-color: #AD994B;
}
</style>