Shades of Husk #AD9548
Tints of Husk #AD9548
RGB
CMYK
RGB Variations
Color information
#AD9548 (or 0xAD9548) is known color: Husk. HEX triplet: AD, 95 and 48. RGB value is (173,149,72). Sum of RGB (Red+Green+Blue) = 173+149+72=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9548 is #526AB7. Grayscale: #939393. Windows color (decimal): -5401272 or 4756909. OLE color: 4756909.
HSL color Cylindrical-coordinate representation of color #AD9548: hue angle of 45.74º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9548 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 72 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.32 |
| HSL | 45.74º | 0.41% | 0.48% | - |
| HSV(B) | 45.74º | 0.58% | 0.68% | - |
| XYZ | 29.15 | 30.85 | 10.55 | - |
| YUV | 147.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 72 | 0 | 0.14 | 0.58 | 0.32 | 45.74 | 0.41 | 0.48 |
| Hex | AD | 95 | 48 | 0 | E | 3A | 20 | 2E | 29 | 30 |
| Octal | 255 | 225 | 110 | 0 | 16 | 72 | 40 | 56 | 51 | 60 |
| Binary | 10101101 | 10010101 | 1001000 | 0 | 1110 | 111010 | 100000 | 101110 | 101001 | 110000 |
Color Harmonies of #AD9548
Complementary color
Monochromatic Colors of #AD9548
Black with #AD9548
Text Example
Text Example
White with #AD9548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9548; }
p { color: rgb(173,149,72); }
H1.HeaderClassName
{
color: #AD9548;
}
.AnyTagClassName
{
color: #AD9548;
}
</style>
background-color css
<style>
a { background-color: #AD9548; }
a { background-color: rgb(173,149,72); }
div.DivClassName
{
background-color: #AD9548;
}
.BgClassName
{
background-color: #AD9548;
}
</style>
border-color css
<style>
span { border-color: #AD9548; }
span { border-color: rgb(173,149,72); }
td.TdClassName
{
border-color: #AD9548;
}
.TagClassName
{
border-color: #AD9548;
}
</style>