Shades of Husk #AD924A
Tints of Husk #AD924A
RGB
CMYK
RGB Variations
Color information
#AD924A (or 0xAD924A) is known color: Husk. HEX triplet: AD, 92 and 4A. RGB value is (173,146,74). Sum of RGB (Red+Green+Blue) = 173+146+74=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD924A is #526DB5. Grayscale: #929292. Windows color (decimal): -5402038 or 4887213. OLE color: 4887213.
HSL color Cylindrical-coordinate representation of color #AD924A: hue angle of 43.64º 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 #AD924A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 74 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.32 |
| HSL | 43.64º | 0.4% | 0.48% | - |
| HSV(B) | 43.64º | 0.57% | 0.68% | - |
| XYZ | 28.75 | 29.94 | 10.74 | - |
| YUV | 145.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 74 | 0 | 0.16 | 0.57 | 0.32 | 43.64 | 0.4 | 0.48 |
| Hex | AD | 92 | 4A | 0 | 10 | 39 | 20 | 2C | 28 | 30 |
| Octal | 255 | 222 | 112 | 0 | 20 | 71 | 40 | 54 | 50 | 60 |
| Binary | 10101101 | 10010010 | 1001010 | 0 | 10000 | 111001 | 100000 | 101100 | 101000 | 110000 |
Color Harmonies of #AD924A
Complementary color
Monochromatic Colors of #AD924A
Black with #AD924A
Text Example
Text Example
White with #AD924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD924A; }
p { color: rgb(173,146,74); }
H1.HeaderClassName
{
color: #AD924A;
}
.AnyTagClassName
{
color: #AD924A;
}
</style>
background-color css
<style>
a { background-color: #AD924A; }
a { background-color: rgb(173,146,74); }
div.DivClassName
{
background-color: #AD924A;
}
.BgClassName
{
background-color: #AD924A;
}
</style>
border-color css
<style>
span { border-color: #AD924A; }
span { border-color: rgb(173,146,74); }
td.TdClassName
{
border-color: #AD924A;
}
.TagClassName
{
border-color: #AD924A;
}
</style>