Shades of Husk #AD9945
Tints of Husk #AD9945
RGB
CMYK
RGB Variations
Color information
#AD9945 (or 0xAD9945) is known color: Husk. HEX triplet: AD, 99 and 45. RGB value is (173,153,69). Sum of RGB (Red+Green+Blue) = 173+153+69=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9945 is #5266BA. Grayscale: #959595. Windows color (decimal): -5400251 or 4561325. OLE color: 4561325.
HSL color Cylindrical-coordinate representation of color #AD9945: hue angle of 48.46º 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 #AD9945 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 69 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.32 |
| HSL | 48.46º | 0.43% | 0.47% | - |
| HSV(B) | 48.46º | 0.6% | 0.68% | - |
| XYZ | 29.7 | 32.1 | 10.26 | - |
| YUV | 149.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 69 | 0 | 0.12 | 0.60 | 0.32 | 48.46 | 0.43 | 0.47 |
| Hex | AD | 99 | 45 | 0 | C | 3C | 20 | 30 | 2B | 2F |
| Octal | 255 | 231 | 105 | 0 | 14 | 74 | 40 | 60 | 53 | 57 |
| Binary | 10101101 | 10011001 | 1000101 | 0 | 1100 | 111100 | 100000 | 110000 | 101011 | 101111 |
Color Harmonies of #AD9945
Complementary color
Monochromatic Colors of #AD9945
Black with #AD9945
Text Example
Text Example
White with #AD9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9945; }
p { color: rgb(173,153,69); }
H1.HeaderClassName
{
color: #AD9945;
}
.AnyTagClassName
{
color: #AD9945;
}
</style>
background-color css
<style>
a { background-color: #AD9945; }
a { background-color: rgb(173,153,69); }
div.DivClassName
{
background-color: #AD9945;
}
.BgClassName
{
background-color: #AD9945;
}
</style>
border-color css
<style>
span { border-color: #AD9945; }
span { border-color: rgb(173,153,69); }
td.TdClassName
{
border-color: #AD9945;
}
.TagClassName
{
border-color: #AD9945;
}
</style>