Shades of Husk #AD9B41
Tints of Husk #AD9B41
RGB
CMYK
RGB Variations
Color information
#AD9B41 (or 0xAD9B41) is known color: Husk. HEX triplet: AD, 9B and 41. RGB value is (173,155,65). Sum of RGB (Red+Green+Blue) = 173+155+65=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B41 is #5264BE. Grayscale: #969696. Windows color (decimal): -5399743 or 4299693. OLE color: 4299693.
HSL color Cylindrical-coordinate representation of color #AD9B41: hue angle of 50º 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 #AD9B41 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 65 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.32 |
| HSL | 50º | 0.45% | 0.47% | - |
| HSV(B) | 50º | 0.62% | 0.68% | - |
| XYZ | 29.91 | 32.71 | 9.74 | - |
| YUV | 150.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 65 | 0 | 0.10 | 0.62 | 0.32 | 50 | 0.45 | 0.47 |
| Hex | AD | 9B | 41 | 0 | A | 3E | 20 | 32 | 2D | 2F |
| Octal | 255 | 233 | 101 | 0 | 12 | 76 | 40 | 62 | 55 | 57 |
| Binary | 10101101 | 10011011 | 1000001 | 0 | 1010 | 111110 | 100000 | 110010 | 101101 | 101111 |
Color Harmonies of #AD9B41
Complementary color
Monochromatic Colors of #AD9B41
Black with #AD9B41
Text Example
Text Example
White with #AD9B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B41; }
p { color: rgb(173,155,65); }
H1.HeaderClassName
{
color: #AD9B41;
}
.AnyTagClassName
{
color: #AD9B41;
}
</style>
background-color css
<style>
a { background-color: #AD9B41; }
a { background-color: rgb(173,155,65); }
div.DivClassName
{
background-color: #AD9B41;
}
.BgClassName
{
background-color: #AD9B41;
}
</style>
border-color css
<style>
span { border-color: #AD9B41; }
span { border-color: rgb(173,155,65); }
td.TdClassName
{
border-color: #AD9B41;
}
.TagClassName
{
border-color: #AD9B41;
}
</style>