Shades of Husk #AD9C4E
Tints of Husk #AD9C4E
RGB
CMYK
RGB Variations
Color information
#AD9C4E (or 0xAD9C4E) is known color: Husk. HEX triplet: AD, 9C and 4E. RGB value is (173,156,78). Sum of RGB (Red+Green+Blue) = 173+156+78=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C4E is #5263B1. Grayscale: #989898. Windows color (decimal): -5399474 or 5151917. OLE color: 5151917.
HSL color Cylindrical-coordinate representation of color #AD9C4E: hue angle of 49.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD9C4E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 78 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.32 |
| HSL | 49.26º | 0.38% | 0.49% | - |
| HSV(B) | 49.26º | 0.55% | 0.68% | - |
| XYZ | 30.5 | 33.21 | 12.01 | - |
| YUV | 152.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 78 | 0 | 0.10 | 0.55 | 0.32 | 49.26 | 0.38 | 0.49 |
| Hex | AD | 9C | 4E | 0 | A | 37 | 20 | 31 | 26 | 31 |
| Octal | 255 | 234 | 116 | 0 | 12 | 67 | 40 | 61 | 46 | 61 |
| Binary | 10101101 | 10011100 | 1001110 | 0 | 1010 | 110111 | 100000 | 110001 | 100110 | 110001 |
Color Harmonies of #AD9C4E
Complementary color
Monochromatic Colors of #AD9C4E
Black with #AD9C4E
Text Example
Text Example
White with #AD9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C4E; }
p { color: rgb(173,156,78); }
H1.HeaderClassName
{
color: #AD9C4E;
}
.AnyTagClassName
{
color: #AD9C4E;
}
</style>
background-color css
<style>
a { background-color: #AD9C4E; }
a { background-color: rgb(173,156,78); }
div.DivClassName
{
background-color: #AD9C4E;
}
.BgClassName
{
background-color: #AD9C4E;
}
</style>
border-color css
<style>
span { border-color: #AD9C4E; }
span { border-color: rgb(173,156,78); }
td.TdClassName
{
border-color: #AD9C4E;
}
.TagClassName
{
border-color: #AD9C4E;
}
</style>