Shades of Husk #AD9F57
Tints of Husk #AD9F57
RGB
CMYK
RGB Variations
Color information
#AD9F57 (or 0xAD9F57) is known color: Husk. HEX triplet: AD, 9F and 57. RGB value is (173,159,87). Sum of RGB (Red+Green+Blue) = 173+159+87=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F57 is #5260A8. Grayscale: #9B9B9B. Windows color (decimal): -5398697 or 5742509. OLE color: 5742509.
HSL color Cylindrical-coordinate representation of color #AD9F57: hue angle of 50.23º 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 #AD9F57 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 87 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.32 |
| HSL | 50.23º | 0.34% | 0.51% | - |
| HSV(B) | 50.23º | 0.5% | 0.68% | - |
| XYZ | 31.35 | 34.37 | 14 | - |
| YUV | 154.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 87 | 0 | 0.08 | 0.50 | 0.32 | 50.23 | 0.34 | 0.51 |
| Hex | AD | 9F | 57 | 0 | 8 | 32 | 20 | 32 | 22 | 33 |
| Octal | 255 | 237 | 127 | 0 | 10 | 62 | 40 | 62 | 42 | 63 |
| Binary | 10101101 | 10011111 | 1010111 | 0 | 1000 | 110010 | 100000 | 110010 | 100010 | 110011 |
Color Harmonies of #AD9F57
Complementary color
Monochromatic Colors of #AD9F57
Black with #AD9F57
Text Example
Text Example
White with #AD9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F57; }
p { color: rgb(173,159,87); }
H1.HeaderClassName
{
color: #AD9F57;
}
.AnyTagClassName
{
color: #AD9F57;
}
</style>
background-color css
<style>
a { background-color: #AD9F57; }
a { background-color: rgb(173,159,87); }
div.DivClassName
{
background-color: #AD9F57;
}
.BgClassName
{
background-color: #AD9F57;
}
</style>
border-color css
<style>
span { border-color: #AD9F57; }
span { border-color: rgb(173,159,87); }
td.TdClassName
{
border-color: #AD9F57;
}
.TagClassName
{
border-color: #AD9F57;
}
</style>