Shades of Husk #AD9D5C
Tints of Husk #AD9D5C
RGB
CMYK
RGB Variations
Color information
#AD9D5C (or 0xAD9D5C) is known color: Husk. HEX triplet: AD, 9D and 5C. RGB value is (173,157,92). Sum of RGB (Red+Green+Blue) = 173+157+92=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D5C is #5262A3. Grayscale: #9A9A9A. Windows color (decimal): -5399204 or 6069677. OLE color: 6069677.
HSL color Cylindrical-coordinate representation of color #AD9D5C: hue angle of 48.15º 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 #AD9D5C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 92 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.32 |
| HSL | 48.15º | 0.33% | 0.52% | - |
| HSV(B) | 48.15º | 0.47% | 0.68% | - |
| XYZ | 31.22 | 33.77 | 15 | - |
| YUV | 154.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 92 | 0 | 0.09 | 0.47 | 0.32 | 48.15 | 0.33 | 0.52 |
| Hex | AD | 9D | 5C | 0 | 9 | 2F | 20 | 30 | 21 | 34 |
| Octal | 255 | 235 | 134 | 0 | 11 | 57 | 40 | 60 | 41 | 64 |
| Binary | 10101101 | 10011101 | 1011100 | 0 | 1001 | 101111 | 100000 | 110000 | 100001 | 110100 |
Color Harmonies of #AD9D5C
Complementary color
Monochromatic Colors of #AD9D5C
Black with #AD9D5C
Text Example
Text Example
White with #AD9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D5C; }
p { color: rgb(173,157,92); }
H1.HeaderClassName
{
color: #AD9D5C;
}
.AnyTagClassName
{
color: #AD9D5C;
}
</style>
background-color css
<style>
a { background-color: #AD9D5C; }
a { background-color: rgb(173,157,92); }
div.DivClassName
{
background-color: #AD9D5C;
}
.BgClassName
{
background-color: #AD9D5C;
}
</style>
border-color css
<style>
span { border-color: #AD9D5C; }
span { border-color: rgb(173,157,92); }
td.TdClassName
{
border-color: #AD9D5C;
}
.TagClassName
{
border-color: #AD9D5C;
}
</style>