Shades of Husk #AD9956
Tints of Husk #AD9956
RGB
CMYK
RGB Variations
Color information
#AD9956 (or 0xAD9956) is known color: Husk. HEX triplet: AD, 99 and 56. RGB value is (173,153,86). Sum of RGB (Red+Green+Blue) = 173+153+86=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9956 is #5266A9. Grayscale: #979797. Windows color (decimal): -5400234 or 5675437. OLE color: 5675437.
HSL color Cylindrical-coordinate representation of color #AD9956: hue angle of 46.21º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD9956 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 86 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.32 |
| HSL | 46.21º | 0.35% | 0.51% | - |
| HSV(B) | 46.21º | 0.5% | 0.68% | - |
| XYZ | 30.3 | 32.34 | 13.45 | - |
| YUV | 151.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 86 | 0 | 0.12 | 0.50 | 0.32 | 46.21 | 0.35 | 0.51 |
| Hex | AD | 99 | 56 | 0 | C | 32 | 20 | 2E | 23 | 33 |
| Octal | 255 | 231 | 126 | 0 | 14 | 62 | 40 | 56 | 43 | 63 |
| Binary | 10101101 | 10011001 | 1010110 | 0 | 1100 | 110010 | 100000 | 101110 | 100011 | 110011 |
Color Harmonies of #AD9956
Complementary color
Monochromatic Colors of #AD9956
Black with #AD9956
Text Example
Text Example
White with #AD9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9956; }
p { color: rgb(173,153,86); }
H1.HeaderClassName
{
color: #AD9956;
}
.AnyTagClassName
{
color: #AD9956;
}
</style>
background-color css
<style>
a { background-color: #AD9956; }
a { background-color: rgb(173,153,86); }
div.DivClassName
{
background-color: #AD9956;
}
.BgClassName
{
background-color: #AD9956;
}
</style>
border-color css
<style>
span { border-color: #AD9956; }
span { border-color: rgb(173,153,86); }
td.TdClassName
{
border-color: #AD9956;
}
.TagClassName
{
border-color: #AD9956;
}
</style>