Shades of Husk #AD994F
Tints of Husk #AD994F
RGB
CMYK
RGB Variations
Color information
#AD994F (or 0xAD994F) is known color: Husk. HEX triplet: AD, 99 and 4F. RGB value is (173,153,79). Sum of RGB (Red+Green+Blue) = 173+153+79=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD994F is #5266B0. Grayscale: #969696. Windows color (decimal): -5400241 or 5216685. OLE color: 5216685.
HSL color Cylindrical-coordinate representation of color #AD994F: hue angle of 47.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD994F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 79 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.32 |
| HSL | 47.23º | 0.37% | 0.49% | - |
| HSV(B) | 47.23º | 0.54% | 0.68% | - |
| XYZ | 30.04 | 32.23 | 12.04 | - |
| YUV | 150.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 79 | 0 | 0.12 | 0.54 | 0.32 | 47.23 | 0.37 | 0.49 |
| Hex | AD | 99 | 4F | 0 | C | 36 | 20 | 2F | 25 | 31 |
| Octal | 255 | 231 | 117 | 0 | 14 | 66 | 40 | 57 | 45 | 61 |
| Binary | 10101101 | 10011001 | 1001111 | 0 | 1100 | 110110 | 100000 | 101111 | 100101 | 110001 |
Color Harmonies of #AD994F
Complementary color
Monochromatic Colors of #AD994F
Black with #AD994F
Text Example
Text Example
White with #AD994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD994F; }
p { color: rgb(173,153,79); }
H1.HeaderClassName
{
color: #AD994F;
}
.AnyTagClassName
{
color: #AD994F;
}
</style>
background-color css
<style>
a { background-color: #AD994F; }
a { background-color: rgb(173,153,79); }
div.DivClassName
{
background-color: #AD994F;
}
.BgClassName
{
background-color: #AD994F;
}
</style>
border-color css
<style>
span { border-color: #AD994F; }
span { border-color: rgb(173,153,79); }
td.TdClassName
{
border-color: #AD994F;
}
.TagClassName
{
border-color: #AD994F;
}
</style>