Shades of Husk #AD9C5B
Tints of Husk #AD9C5B
RGB
CMYK
RGB Variations
Color information
#AD9C5B (or 0xAD9C5B) is known color: Husk. HEX triplet: AD, 9C and 5B. RGB value is (173,156,91). Sum of RGB (Red+Green+Blue) = 173+156+91=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5B is #5263A4. Grayscale: #999999. Windows color (decimal): -5399461 or 6003885. OLE color: 6003885.
HSL color Cylindrical-coordinate representation of color #AD9C5B: hue angle of 47.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD9C5B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 91 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.32 |
| HSL | 47.56º | 0.33% | 0.52% | - |
| HSV(B) | 47.56º | 0.47% | 0.68% | - |
| XYZ | 31.01 | 33.42 | 14.71 | - |
| YUV | 153.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 91 | 0 | 0.10 | 0.47 | 0.32 | 47.56 | 0.33 | 0.52 |
| Hex | AD | 9C | 5B | 0 | A | 2F | 20 | 30 | 21 | 34 |
| Octal | 255 | 234 | 133 | 0 | 12 | 57 | 40 | 60 | 41 | 64 |
| Binary | 10101101 | 10011100 | 1011011 | 0 | 1010 | 101111 | 100000 | 110000 | 100001 | 110100 |
Color Harmonies of #AD9C5B
Complementary color
Monochromatic Colors of #AD9C5B
Black with #AD9C5B
Text Example
Text Example
White with #AD9C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C5B; }
p { color: rgb(173,156,91); }
H1.HeaderClassName
{
color: #AD9C5B;
}
.AnyTagClassName
{
color: #AD9C5B;
}
</style>
background-color css
<style>
a { background-color: #AD9C5B; }
a { background-color: rgb(173,156,91); }
div.DivClassName
{
background-color: #AD9C5B;
}
.BgClassName
{
background-color: #AD9C5B;
}
</style>
border-color css
<style>
span { border-color: #AD9C5B; }
span { border-color: rgb(173,156,91); }
td.TdClassName
{
border-color: #AD9C5B;
}
.TagClassName
{
border-color: #AD9C5B;
}
</style>