Shades of Husk #AD9957
Tints of Husk #AD9957
RGB
CMYK
RGB Variations
Color information
#AD9957 (or 0xAD9957) is known color: Husk. HEX triplet: AD, 99 and 57. RGB value is (173,153,87). Sum of RGB (Red+Green+Blue) = 173+153+87=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9957 is #5266A8. Grayscale: #979797. Windows color (decimal): -5400233 or 5740973. OLE color: 5740973.
HSL color Cylindrical-coordinate representation of color #AD9957: hue angle of 46.05º degrees, saturation: 0.34, 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 #AD9957 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 87 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.32 |
| HSL | 46.05º | 0.34% | 0.51% | - |
| HSV(B) | 46.05º | 0.5% | 0.68% | - |
| XYZ | 30.35 | 32.35 | 13.66 | - |
| YUV | 151.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 87 | 0 | 0.12 | 0.50 | 0.32 | 46.05 | 0.34 | 0.51 |
| Hex | AD | 99 | 57 | 0 | C | 32 | 20 | 2E | 22 | 33 |
| Octal | 255 | 231 | 127 | 0 | 14 | 62 | 40 | 56 | 42 | 63 |
| Binary | 10101101 | 10011001 | 1010111 | 0 | 1100 | 110010 | 100000 | 101110 | 100010 | 110011 |
Color Harmonies of #AD9957
Complementary color
Monochromatic Colors of #AD9957
Black with #AD9957
Text Example
Text Example
White with #AD9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9957; }
p { color: rgb(173,153,87); }
H1.HeaderClassName
{
color: #AD9957;
}
.AnyTagClassName
{
color: #AD9957;
}
</style>
background-color css
<style>
a { background-color: #AD9957; }
a { background-color: rgb(173,153,87); }
div.DivClassName
{
background-color: #AD9957;
}
.BgClassName
{
background-color: #AD9957;
}
</style>
border-color css
<style>
span { border-color: #AD9957; }
span { border-color: rgb(173,153,87); }
td.TdClassName
{
border-color: #AD9957;
}
.TagClassName
{
border-color: #AD9957;
}
</style>