Shades of Husk #AD9756
Tints of Husk #AD9756
RGB
CMYK
RGB Variations
Color information
#AD9756 (or 0xAD9756) is known color: Husk. HEX triplet: AD, 97 and 56. RGB value is (173,151,86). Sum of RGB (Red+Green+Blue) = 173+151+86=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9756 is #5268A9. Grayscale: #969696. Windows color (decimal): -5400746 or 5674925. OLE color: 5674925.
HSL color Cylindrical-coordinate representation of color #AD9756: hue angle of 44.83º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD9756 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 86 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.32 |
| HSL | 44.83º | 0.35% | 0.51% | - |
| HSV(B) | 44.83º | 0.5% | 0.68% | - |
| XYZ | 29.98 | 31.69 | 13.34 | - |
| YUV | 150.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 86 | 0 | 0.13 | 0.50 | 0.32 | 44.83 | 0.35 | 0.51 |
| Hex | AD | 97 | 56 | 0 | D | 32 | 20 | 2D | 23 | 33 |
| Octal | 255 | 227 | 126 | 0 | 15 | 62 | 40 | 55 | 43 | 63 |
| Binary | 10101101 | 10010111 | 1010110 | 0 | 1101 | 110010 | 100000 | 101101 | 100011 | 110011 |
Color Harmonies of #AD9756
Complementary color
Monochromatic Colors of #AD9756
Black with #AD9756
Text Example
Text Example
White with #AD9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9756; }
p { color: rgb(173,151,86); }
H1.HeaderClassName
{
color: #AD9756;
}
.AnyTagClassName
{
color: #AD9756;
}
</style>
background-color css
<style>
a { background-color: #AD9756; }
a { background-color: rgb(173,151,86); }
div.DivClassName
{
background-color: #AD9756;
}
.BgClassName
{
background-color: #AD9756;
}
</style>
border-color css
<style>
span { border-color: #AD9756; }
span { border-color: rgb(173,151,86); }
td.TdClassName
{
border-color: #AD9756;
}
.TagClassName
{
border-color: #AD9756;
}
</style>