Shades of Husk #AD9C5A
Tints of Husk #AD9C5A
RGB
CMYK
RGB Variations
Color information
#AD9C5A (or 0xAD9C5A) is known color: Husk. HEX triplet: AD, 9C and 5A. RGB value is (173,156,90). Sum of RGB (Red+Green+Blue) = 173+156+90=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5A is #5263A5. Grayscale: #999999. Windows color (decimal): -5399462 or 5938349. OLE color: 5938349.
HSL color Cylindrical-coordinate representation of color #AD9C5A: hue angle of 47.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD9C5A is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 90 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.32 |
| HSL | 47.71º | 0.34% | 0.52% | - |
| HSV(B) | 47.71º | 0.48% | 0.68% | - |
| XYZ | 30.97 | 33.4 | 14.49 | - |
| YUV | 153.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 90 | 0 | 0.10 | 0.48 | 0.32 | 47.71 | 0.34 | 0.52 |
| Hex | AD | 9C | 5A | 0 | A | 30 | 20 | 30 | 22 | 34 |
| Octal | 255 | 234 | 132 | 0 | 12 | 60 | 40 | 60 | 42 | 64 |
| Binary | 10101101 | 10011100 | 1011010 | 0 | 1010 | 110000 | 100000 | 110000 | 100010 | 110100 |
Color Harmonies of #AD9C5A
Complementary color
Monochromatic Colors of #AD9C5A
Black with #AD9C5A
Text Example
Text Example
White with #AD9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C5A; }
p { color: rgb(173,156,90); }
H1.HeaderClassName
{
color: #AD9C5A;
}
.AnyTagClassName
{
color: #AD9C5A;
}
</style>
background-color css
<style>
a { background-color: #AD9C5A; }
a { background-color: rgb(173,156,90); }
div.DivClassName
{
background-color: #AD9C5A;
}
.BgClassName
{
background-color: #AD9C5A;
}
</style>
border-color css
<style>
span { border-color: #AD9C5A; }
span { border-color: rgb(173,156,90); }
td.TdClassName
{
border-color: #AD9C5A;
}
.TagClassName
{
border-color: #AD9C5A;
}
</style>