Shades of Husk #AD9C5D
Tints of Husk #AD9C5D
RGB
CMYK
RGB Variations
Color information
#AD9C5D (or 0xAD9C5D) is known color: Husk. HEX triplet: AD, 9C and 5D. RGB value is (173,156,93). Sum of RGB (Red+Green+Blue) = 173+156+93=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5D is #5263A2. Grayscale: #9A9A9A. Windows color (decimal): -5399459 or 6134957. OLE color: 6134957.
HSL color Cylindrical-coordinate representation of color #AD9C5D: hue angle of 47.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD9C5D is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 93 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.32 |
| HSL | 47.25º | 0.33% | 0.52% | - |
| HSV(B) | 47.25º | 0.46% | 0.68% | - |
| XYZ | 31.1 | 33.45 | 15.17 | - |
| YUV | 153.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 93 | 0 | 0.10 | 0.46 | 0.32 | 47.25 | 0.33 | 0.52 |
| Hex | AD | 9C | 5D | 0 | A | 2E | 20 | 2F | 21 | 34 |
| Octal | 255 | 234 | 135 | 0 | 12 | 56 | 40 | 57 | 41 | 64 |
| Binary | 10101101 | 10011100 | 1011101 | 0 | 1010 | 101110 | 100000 | 101111 | 100001 | 110100 |
Color Harmonies of #AD9C5D
Complementary color
Monochromatic Colors of #AD9C5D
Black with #AD9C5D
Text Example
Text Example
White with #AD9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C5D; }
p { color: rgb(173,156,93); }
H1.HeaderClassName
{
color: #AD9C5D;
}
.AnyTagClassName
{
color: #AD9C5D;
}
</style>
background-color css
<style>
a { background-color: #AD9C5D; }
a { background-color: rgb(173,156,93); }
div.DivClassName
{
background-color: #AD9C5D;
}
.BgClassName
{
background-color: #AD9C5D;
}
</style>
border-color css
<style>
span { border-color: #AD9C5D; }
span { border-color: rgb(173,156,93); }
td.TdClassName
{
border-color: #AD9C5D;
}
.TagClassName
{
border-color: #AD9C5D;
}
</style>