Shades of Husk #AD9A41
Tints of Husk #AD9A41
RGB
CMYK
RGB Variations
Color information
#AD9A41 (or 0xAD9A41) is known color: Husk. HEX triplet: AD, 9A and 41. RGB value is (173,154,65). Sum of RGB (Red+Green+Blue) = 173+154+65=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A41 is #5265BE. Grayscale: #959595. Windows color (decimal): -5399999 or 4299437. OLE color: 4299437.
HSL color Cylindrical-coordinate representation of color #AD9A41: hue angle of 49.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9A41 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 65 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.32 |
| HSL | 49.44º | 0.45% | 0.47% | - |
| HSV(B) | 49.44º | 0.62% | 0.68% | - |
| XYZ | 29.74 | 32.38 | 9.68 | - |
| YUV | 149.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 65 | 0 | 0.11 | 0.62 | 0.32 | 49.44 | 0.45 | 0.47 |
| Hex | AD | 9A | 41 | 0 | B | 3E | 20 | 31 | 2D | 2F |
| Octal | 255 | 232 | 101 | 0 | 13 | 76 | 40 | 61 | 55 | 57 |
| Binary | 10101101 | 10011010 | 1000001 | 0 | 1011 | 111110 | 100000 | 110001 | 101101 | 101111 |
Color Harmonies of #AD9A41
Complementary color
Monochromatic Colors of #AD9A41
Black with #AD9A41
Text Example
Text Example
White with #AD9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A41; }
p { color: rgb(173,154,65); }
H1.HeaderClassName
{
color: #AD9A41;
}
.AnyTagClassName
{
color: #AD9A41;
}
</style>
background-color css
<style>
a { background-color: #AD9A41; }
a { background-color: rgb(173,154,65); }
div.DivClassName
{
background-color: #AD9A41;
}
.BgClassName
{
background-color: #AD9A41;
}
</style>
border-color css
<style>
span { border-color: #AD9A41; }
span { border-color: rgb(173,154,65); }
td.TdClassName
{
border-color: #AD9A41;
}
.TagClassName
{
border-color: #AD9A41;
}
</style>