Shades of Husk #AD9F5B
Tints of Husk #AD9F5B
RGB
CMYK
RGB Variations
Color information
#AD9F5B (or 0xAD9F5B) is known color: Husk. HEX triplet: AD, 9F and 5B. RGB value is (173,159,91). Sum of RGB (Red+Green+Blue) = 173+159+91=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F5B is #5260A4. Grayscale: #9B9B9B. Windows color (decimal): -5398693 or 6004653. OLE color: 6004653.
HSL color Cylindrical-coordinate representation of color #AD9F5B: hue angle of 49.76º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD9F5B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 91 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.32 |
| HSL | 49.76º | 0.33% | 0.52% | - |
| HSV(B) | 49.76º | 0.47% | 0.68% | - |
| XYZ | 31.52 | 34.44 | 14.88 | - |
| YUV | 155.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 91 | 0 | 0.08 | 0.47 | 0.32 | 49.76 | 0.33 | 0.52 |
| Hex | AD | 9F | 5B | 0 | 8 | 2F | 20 | 32 | 21 | 34 |
| Octal | 255 | 237 | 133 | 0 | 10 | 57 | 40 | 62 | 41 | 64 |
| Binary | 10101101 | 10011111 | 1011011 | 0 | 1000 | 101111 | 100000 | 110010 | 100001 | 110100 |
Color Harmonies of #AD9F5B
Complementary color
Monochromatic Colors of #AD9F5B
Black with #AD9F5B
Text Example
Text Example
White with #AD9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F5B; }
p { color: rgb(173,159,91); }
H1.HeaderClassName
{
color: #AD9F5B;
}
.AnyTagClassName
{
color: #AD9F5B;
}
</style>
background-color css
<style>
a { background-color: #AD9F5B; }
a { background-color: rgb(173,159,91); }
div.DivClassName
{
background-color: #AD9F5B;
}
.BgClassName
{
background-color: #AD9F5B;
}
</style>
border-color css
<style>
span { border-color: #AD9F5B; }
span { border-color: rgb(173,159,91); }
td.TdClassName
{
border-color: #AD9F5B;
}
.TagClassName
{
border-color: #AD9F5B;
}
</style>