Shades of Husk #AD934A
Tints of Husk #AD934A
RGB
CMYK
RGB Variations
Color information
#AD934A (or 0xAD934A) is known color: Husk. HEX triplet: AD, 93 and 4A. RGB value is (173,147,74). Sum of RGB (Red+Green+Blue) = 173+147+74=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD934A is #526CB5. Grayscale: #929292. Windows color (decimal): -5401782 or 4887469. OLE color: 4887469.
HSL color Cylindrical-coordinate representation of color #AD934A: hue angle of 44.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD934A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 74 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.32 |
| HSL | 44.24º | 0.4% | 0.48% | - |
| HSV(B) | 44.24º | 0.57% | 0.68% | - |
| XYZ | 28.9 | 30.25 | 10.79 | - |
| YUV | 146.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 74 | 0 | 0.15 | 0.57 | 0.32 | 44.24 | 0.4 | 0.48 |
| Hex | AD | 93 | 4A | 0 | F | 39 | 20 | 2C | 28 | 30 |
| Octal | 255 | 223 | 112 | 0 | 17 | 71 | 40 | 54 | 50 | 60 |
| Binary | 10101101 | 10010011 | 1001010 | 0 | 1111 | 111001 | 100000 | 101100 | 101000 | 110000 |
Color Harmonies of #AD934A
Complementary color
Monochromatic Colors of #AD934A
Black with #AD934A
Text Example
Text Example
White with #AD934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD934A; }
p { color: rgb(173,147,74); }
H1.HeaderClassName
{
color: #AD934A;
}
.AnyTagClassName
{
color: #AD934A;
}
</style>
background-color css
<style>
a { background-color: #AD934A; }
a { background-color: rgb(173,147,74); }
div.DivClassName
{
background-color: #AD934A;
}
.BgClassName
{
background-color: #AD934A;
}
</style>
border-color css
<style>
span { border-color: #AD934A; }
span { border-color: rgb(173,147,74); }
td.TdClassName
{
border-color: #AD934A;
}
.TagClassName
{
border-color: #AD934A;
}
</style>