Shades of Husk #AD9645
Tints of Husk #AD9645
RGB
CMYK
RGB Variations
Color information
#AD9645 (or 0xAD9645) is known color: Husk. HEX triplet: AD, 96 and 45. RGB value is (173,150,69). Sum of RGB (Red+Green+Blue) = 173+150+69=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9645 is #5269BA. Grayscale: #939393. Windows color (decimal): -5401019 or 4560557. OLE color: 4560557.
HSL color Cylindrical-coordinate representation of color #AD9645: hue angle of 46.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9645 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 69 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.32 |
| HSL | 46.73º | 0.43% | 0.47% | - |
| HSV(B) | 46.73º | 0.6% | 0.68% | - |
| XYZ | 29.21 | 31.13 | 10.1 | - |
| YUV | 147.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 69 | 0 | 0.13 | 0.60 | 0.32 | 46.73 | 0.43 | 0.47 |
| Hex | AD | 96 | 45 | 0 | D | 3C | 20 | 2F | 2B | 2F |
| Octal | 255 | 226 | 105 | 0 | 15 | 74 | 40 | 57 | 53 | 57 |
| Binary | 10101101 | 10010110 | 1000101 | 0 | 1101 | 111100 | 100000 | 101111 | 101011 | 101111 |
Color Harmonies of #AD9645
Complementary color
Monochromatic Colors of #AD9645
Black with #AD9645
Text Example
Text Example
White with #AD9645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9645; }
p { color: rgb(173,150,69); }
H1.HeaderClassName
{
color: #AD9645;
}
.AnyTagClassName
{
color: #AD9645;
}
</style>
background-color css
<style>
a { background-color: #AD9645; }
a { background-color: rgb(173,150,69); }
div.DivClassName
{
background-color: #AD9645;
}
.BgClassName
{
background-color: #AD9645;
}
</style>
border-color css
<style>
span { border-color: #AD9645; }
span { border-color: rgb(173,150,69); }
td.TdClassName
{
border-color: #AD9645;
}
.TagClassName
{
border-color: #AD9645;
}
</style>