Shades of Husk #AD924E
Tints of Husk #AD924E
RGB
CMYK
RGB Variations
Color information
#AD924E (or 0xAD924E) is known color: Husk. HEX triplet: AD, 92 and 4E. RGB value is (173,146,78). Sum of RGB (Red+Green+Blue) = 173+146+78=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD924E is #526DB1. Grayscale: #929292. Windows color (decimal): -5402034 or 5149357. OLE color: 5149357.
HSL color Cylindrical-coordinate representation of color #AD924E: hue angle of 42.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD924E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 78 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.32 |
| HSL | 42.95º | 0.38% | 0.49% | - |
| HSV(B) | 42.95º | 0.55% | 0.68% | - |
| XYZ | 28.89 | 29.99 | 11.47 | - |
| YUV | 146.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 78 | 0 | 0.16 | 0.55 | 0.32 | 42.95 | 0.38 | 0.49 |
| Hex | AD | 92 | 4E | 0 | 10 | 37 | 20 | 2B | 26 | 31 |
| Octal | 255 | 222 | 116 | 0 | 20 | 67 | 40 | 53 | 46 | 61 |
| Binary | 10101101 | 10010010 | 1001110 | 0 | 10000 | 110111 | 100000 | 101011 | 100110 | 110001 |
Color Harmonies of #AD924E
Complementary color
Monochromatic Colors of #AD924E
Black with #AD924E
Text Example
Text Example
White with #AD924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD924E; }
p { color: rgb(173,146,78); }
H1.HeaderClassName
{
color: #AD924E;
}
.AnyTagClassName
{
color: #AD924E;
}
</style>
background-color css
<style>
a { background-color: #AD924E; }
a { background-color: rgb(173,146,78); }
div.DivClassName
{
background-color: #AD924E;
}
.BgClassName
{
background-color: #AD924E;
}
</style>
border-color css
<style>
span { border-color: #AD924E; }
span { border-color: rgb(173,146,78); }
td.TdClassName
{
border-color: #AD924E;
}
.TagClassName
{
border-color: #AD924E;
}
</style>