Shades of Husk #AD9A4B
Tints of Husk #AD9A4B
RGB
CMYK
RGB Variations
Color information
#AD9A4B (or 0xAD9A4B) is known color: Husk. HEX triplet: AD, 9A and 4B. RGB value is (173,154,75). Sum of RGB (Red+Green+Blue) = 173+154+75=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A4B is #5265B4. Grayscale: #979797. Windows color (decimal): -5399989 or 4954797. OLE color: 4954797.
HSL color Cylindrical-coordinate representation of color #AD9A4B: hue angle of 48.37º 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 #AD9A4B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 75 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.32 |
| HSL | 48.37º | 0.4% | 0.49% | - |
| HSV(B) | 48.37º | 0.57% | 0.68% | - |
| XYZ | 30.06 | 32.5 | 11.35 | - |
| YUV | 150.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 75 | 0 | 0.11 | 0.57 | 0.32 | 48.37 | 0.4 | 0.49 |
| Hex | AD | 9A | 4B | 0 | B | 39 | 20 | 30 | 28 | 31 |
| Octal | 255 | 232 | 113 | 0 | 13 | 71 | 40 | 60 | 50 | 61 |
| Binary | 10101101 | 10011010 | 1001011 | 0 | 1011 | 111001 | 100000 | 110000 | 101000 | 110001 |
Color Harmonies of #AD9A4B
Complementary color
Monochromatic Colors of #AD9A4B
Black with #AD9A4B
Text Example
Text Example
White with #AD9A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A4B; }
p { color: rgb(173,154,75); }
H1.HeaderClassName
{
color: #AD9A4B;
}
.AnyTagClassName
{
color: #AD9A4B;
}
</style>
background-color css
<style>
a { background-color: #AD9A4B; }
a { background-color: rgb(173,154,75); }
div.DivClassName
{
background-color: #AD9A4B;
}
.BgClassName
{
background-color: #AD9A4B;
}
</style>
border-color css
<style>
span { border-color: #AD9A4B; }
span { border-color: rgb(173,154,75); }
td.TdClassName
{
border-color: #AD9A4B;
}
.TagClassName
{
border-color: #AD9A4B;
}
</style>