Shades of Husk #AD9A5B
Tints of Husk #AD9A5B
RGB
CMYK
RGB Variations
Color information
#AD9A5B (or 0xAD9A5B) is known color: Husk. HEX triplet: AD, 9A and 5B. RGB value is (173,154,91). Sum of RGB (Red+Green+Blue) = 173+154+91=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A5B is #5265A4. Grayscale: #989898. Windows color (decimal): -5399973 or 6003373. OLE color: 6003373.
HSL color Cylindrical-coordinate representation of color #AD9A5B: hue angle of 46.1º 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 #AD9A5B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 91 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.32 |
| HSL | 46.1º | 0.33% | 0.52% | - |
| HSV(B) | 46.1º | 0.47% | 0.68% | - |
| XYZ | 30.68 | 32.75 | 14.6 | - |
| YUV | 152.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 91 | 0 | 0.11 | 0.47 | 0.32 | 46.1 | 0.33 | 0.52 |
| Hex | AD | 9A | 5B | 0 | B | 2F | 20 | 2E | 21 | 34 |
| Octal | 255 | 232 | 133 | 0 | 13 | 57 | 40 | 56 | 41 | 64 |
| Binary | 10101101 | 10011010 | 1011011 | 0 | 1011 | 101111 | 100000 | 101110 | 100001 | 110100 |
Color Harmonies of #AD9A5B
Complementary color
Monochromatic Colors of #AD9A5B
Black with #AD9A5B
Text Example
Text Example
White with #AD9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A5B; }
p { color: rgb(173,154,91); }
H1.HeaderClassName
{
color: #AD9A5B;
}
.AnyTagClassName
{
color: #AD9A5B;
}
</style>
background-color css
<style>
a { background-color: #AD9A5B; }
a { background-color: rgb(173,154,91); }
div.DivClassName
{
background-color: #AD9A5B;
}
.BgClassName
{
background-color: #AD9A5B;
}
</style>
border-color css
<style>
span { border-color: #AD9A5B; }
span { border-color: rgb(173,154,91); }
td.TdClassName
{
border-color: #AD9A5B;
}
.TagClassName
{
border-color: #AD9A5B;
}
</style>