Shades of Husk #AD924F
Tints of Husk #AD924F
RGB
CMYK
RGB Variations
Color information
#AD924F (or 0xAD924F) is known color: Husk. HEX triplet: AD, 92 and 4F. RGB value is (173,146,79). Sum of RGB (Red+Green+Blue) = 173+146+79=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD924F is #526DB0. Grayscale: #929292. Windows color (decimal): -5402033 or 5214893. OLE color: 5214893.
HSL color Cylindrical-coordinate representation of color #AD924F: hue angle of 42.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD924F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 79 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.32 |
| HSL | 42.77º | 0.37% | 0.49% | - |
| HSV(B) | 42.77º | 0.54% | 0.68% | - |
| XYZ | 28.92 | 30.01 | 11.66 | - |
| YUV | 146.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 79 | 0 | 0.16 | 0.54 | 0.32 | 42.77 | 0.37 | 0.49 |
| Hex | AD | 92 | 4F | 0 | 10 | 36 | 20 | 2B | 25 | 31 |
| Octal | 255 | 222 | 117 | 0 | 20 | 66 | 40 | 53 | 45 | 61 |
| Binary | 10101101 | 10010010 | 1001111 | 0 | 10000 | 110110 | 100000 | 101011 | 100101 | 110001 |
Color Harmonies of #AD924F
Complementary color
Monochromatic Colors of #AD924F
Black with #AD924F
Text Example
Text Example
White with #AD924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD924F; }
p { color: rgb(173,146,79); }
H1.HeaderClassName
{
color: #AD924F;
}
.AnyTagClassName
{
color: #AD924F;
}
</style>
background-color css
<style>
a { background-color: #AD924F; }
a { background-color: rgb(173,146,79); }
div.DivClassName
{
background-color: #AD924F;
}
.BgClassName
{
background-color: #AD924F;
}
</style>
border-color css
<style>
span { border-color: #AD924F; }
span { border-color: rgb(173,146,79); }
td.TdClassName
{
border-color: #AD924F;
}
.TagClassName
{
border-color: #AD924F;
}
</style>