Shades of Husk #AD9E4B
Tints of Husk #AD9E4B
RGB
CMYK
RGB Variations
Color information
#AD9E4B (or 0xAD9E4B) is known color: Husk. HEX triplet: AD, 9E and 4B. RGB value is (173,158,75). Sum of RGB (Red+Green+Blue) = 173+158+75=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E4B is #5261B4. Grayscale: #999999. Windows color (decimal): -5398965 or 4955821. OLE color: 4955821.
HSL color Cylindrical-coordinate representation of color #AD9E4B: hue angle of 50.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD9E4B is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 75 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.32 |
| HSL | 50.82º | 0.4% | 0.49% | - |
| HSV(B) | 50.82º | 0.57% | 0.68% | - |
| XYZ | 30.73 | 33.85 | 11.57 | - |
| YUV | 153.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 75 | 0 | 0.09 | 0.57 | 0.32 | 50.82 | 0.4 | 0.49 |
| Hex | AD | 9E | 4B | 0 | 9 | 39 | 20 | 33 | 28 | 31 |
| Octal | 255 | 236 | 113 | 0 | 11 | 71 | 40 | 63 | 50 | 61 |
| Binary | 10101101 | 10011110 | 1001011 | 0 | 1001 | 111001 | 100000 | 110011 | 101000 | 110001 |
Color Harmonies of #AD9E4B
Complementary color
Monochromatic Colors of #AD9E4B
Black with #AD9E4B
Text Example
Text Example
White with #AD9E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E4B; }
p { color: rgb(173,158,75); }
H1.HeaderClassName
{
color: #AD9E4B;
}
.AnyTagClassName
{
color: #AD9E4B;
}
</style>
background-color css
<style>
a { background-color: #AD9E4B; }
a { background-color: rgb(173,158,75); }
div.DivClassName
{
background-color: #AD9E4B;
}
.BgClassName
{
background-color: #AD9E4B;
}
</style>
border-color css
<style>
span { border-color: #AD9E4B; }
span { border-color: rgb(173,158,75); }
td.TdClassName
{
border-color: #AD9E4B;
}
.TagClassName
{
border-color: #AD9E4B;
}
</style>