Shades of Husk #AD9F54
Tints of Husk #AD9F54
RGB
CMYK
RGB Variations
Color information
#AD9F54 (or 0xAD9F54) is known color: Husk. HEX triplet: AD, 9F and 54. RGB value is (173,159,84). Sum of RGB (Red+Green+Blue) = 173+159+84=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F54 is #5260AB. Grayscale: #9A9A9A. Windows color (decimal): -5398700 or 5545901. OLE color: 5545901.
HSL color Cylindrical-coordinate representation of color #AD9F54: hue angle of 50.56º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD9F54 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 84 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.32 |
| HSL | 50.56º | 0.35% | 0.5% | - |
| HSV(B) | 50.56º | 0.51% | 0.68% | - |
| XYZ | 31.23 | 34.32 | 13.37 | - |
| YUV | 154.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 84 | 0 | 0.08 | 0.51 | 0.32 | 50.56 | 0.35 | 0.5 |
| Hex | AD | 9F | 54 | 0 | 8 | 33 | 20 | 33 | 23 | 32 |
| Octal | 255 | 237 | 124 | 0 | 10 | 63 | 40 | 63 | 43 | 62 |
| Binary | 10101101 | 10011111 | 1010100 | 0 | 1000 | 110011 | 100000 | 110011 | 100011 | 110010 |
Color Harmonies of #AD9F54
Complementary color
Monochromatic Colors of #AD9F54
Black with #AD9F54
Text Example
Text Example
White with #AD9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F54; }
p { color: rgb(173,159,84); }
H1.HeaderClassName
{
color: #AD9F54;
}
.AnyTagClassName
{
color: #AD9F54;
}
</style>
background-color css
<style>
a { background-color: #AD9F54; }
a { background-color: rgb(173,159,84); }
div.DivClassName
{
background-color: #AD9F54;
}
.BgClassName
{
background-color: #AD9F54;
}
</style>
border-color css
<style>
span { border-color: #AD9F54; }
span { border-color: rgb(173,159,84); }
td.TdClassName
{
border-color: #AD9F54;
}
.TagClassName
{
border-color: #AD9F54;
}
</style>