Shades of Husk #AD9448
Tints of Husk #AD9448
RGB
CMYK
RGB Variations
Color information
#AD9448 (or 0xAD9448) is known color: Husk. HEX triplet: AD, 94 and 48. RGB value is (173,148,72). Sum of RGB (Red+Green+Blue) = 173+148+72=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9448 is #526BB7. Grayscale: #939393. Windows color (decimal): -5401528 or 4756653. OLE color: 4756653.
HSL color Cylindrical-coordinate representation of color #AD9448: hue angle of 45.15º 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 #AD9448 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 72 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.32 |
| HSL | 45.15º | 0.41% | 0.48% | - |
| HSV(B) | 45.15º | 0.58% | 0.68% | - |
| XYZ | 28.99 | 30.53 | 10.5 | - |
| YUV | 146.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 72 | 0 | 0.14 | 0.58 | 0.32 | 45.15 | 0.41 | 0.48 |
| Hex | AD | 94 | 48 | 0 | E | 3A | 20 | 2D | 29 | 30 |
| Octal | 255 | 224 | 110 | 0 | 16 | 72 | 40 | 55 | 51 | 60 |
| Binary | 10101101 | 10010100 | 1001000 | 0 | 1110 | 111010 | 100000 | 101101 | 101001 | 110000 |
Color Harmonies of #AD9448
Complementary color
Monochromatic Colors of #AD9448
Black with #AD9448
Text Example
Text Example
White with #AD9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9448; }
p { color: rgb(173,148,72); }
H1.HeaderClassName
{
color: #AD9448;
}
.AnyTagClassName
{
color: #AD9448;
}
</style>
background-color css
<style>
a { background-color: #AD9448; }
a { background-color: rgb(173,148,72); }
div.DivClassName
{
background-color: #AD9448;
}
.BgClassName
{
background-color: #AD9448;
}
</style>
border-color css
<style>
span { border-color: #AD9448; }
span { border-color: rgb(173,148,72); }
td.TdClassName
{
border-color: #AD9448;
}
.TagClassName
{
border-color: #AD9448;
}
</style>