Shades of Husk #AD9A4D
Tints of Husk #AD9A4D
RGB
CMYK
RGB Variations
Color information
#AD9A4D (or 0xAD9A4D) is known color: Husk. HEX triplet: AD, 9A and 4D. RGB value is (173,154,77). Sum of RGB (Red+Green+Blue) = 173+154+77=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A4D is #5265B2. Grayscale: #979797. Windows color (decimal): -5399987 or 5085869. OLE color: 5085869.
HSL color Cylindrical-coordinate representation of color #AD9A4D: hue angle of 48.12º 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 #AD9A4D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 77 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.32 |
| HSL | 48.13º | 0.38% | 0.49% | - |
| HSV(B) | 48.13º | 0.55% | 0.68% | - |
| XYZ | 30.13 | 32.53 | 11.71 | - |
| YUV | 150.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 77 | 0 | 0.11 | 0.55 | 0.32 | 48.13 | 0.38 | 0.49 |
| Hex | AD | 9A | 4D | 0 | B | 37 | 20 | 30 | 26 | 31 |
| Octal | 255 | 232 | 115 | 0 | 13 | 67 | 40 | 60 | 46 | 61 |
| Binary | 10101101 | 10011010 | 1001101 | 0 | 1011 | 110111 | 100000 | 110000 | 100110 | 110001 |
Color Harmonies of #AD9A4D
Complementary color
Monochromatic Colors of #AD9A4D
Black with #AD9A4D
Text Example
Text Example
White with #AD9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A4D; }
p { color: rgb(173,154,77); }
H1.HeaderClassName
{
color: #AD9A4D;
}
.AnyTagClassName
{
color: #AD9A4D;
}
</style>
background-color css
<style>
a { background-color: #AD9A4D; }
a { background-color: rgb(173,154,77); }
div.DivClassName
{
background-color: #AD9A4D;
}
.BgClassName
{
background-color: #AD9A4D;
}
</style>
border-color css
<style>
span { border-color: #AD9A4D; }
span { border-color: rgb(173,154,77); }
td.TdClassName
{
border-color: #AD9A4D;
}
.TagClassName
{
border-color: #AD9A4D;
}
</style>