Shades of Husk #AD944C
Tints of Husk #AD944C
RGB
CMYK
RGB Variations
Color information
#AD944C (or 0xAD944C) is known color: Husk. HEX triplet: AD, 94 and 4C. RGB value is (173,148,76). Sum of RGB (Red+Green+Blue) = 173+148+76=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD944C is #526BB3. Grayscale: #939393. Windows color (decimal): -5401524 or 5018797. OLE color: 5018797.
HSL color Cylindrical-coordinate representation of color #AD944C: hue angle of 44.54º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD944C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 76 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.32 |
| HSL | 44.54º | 0.39% | 0.49% | - |
| HSV(B) | 44.54º | 0.56% | 0.68% | - |
| XYZ | 29.13 | 30.59 | 11.21 | - |
| YUV | 147.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 76 | 0 | 0.14 | 0.56 | 0.32 | 44.54 | 0.39 | 0.49 |
| Hex | AD | 94 | 4C | 0 | E | 38 | 20 | 2D | 27 | 31 |
| Octal | 255 | 224 | 114 | 0 | 16 | 70 | 40 | 55 | 47 | 61 |
| Binary | 10101101 | 10010100 | 1001100 | 0 | 1110 | 111000 | 100000 | 101101 | 100111 | 110001 |
Color Harmonies of #AD944C
Complementary color
Monochromatic Colors of #AD944C
Black with #AD944C
Text Example
Text Example
White with #AD944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD944C; }
p { color: rgb(173,148,76); }
H1.HeaderClassName
{
color: #AD944C;
}
.AnyTagClassName
{
color: #AD944C;
}
</style>
background-color css
<style>
a { background-color: #AD944C; }
a { background-color: rgb(173,148,76); }
div.DivClassName
{
background-color: #AD944C;
}
.BgClassName
{
background-color: #AD944C;
}
</style>
border-color css
<style>
span { border-color: #AD944C; }
span { border-color: rgb(173,148,76); }
td.TdClassName
{
border-color: #AD944C;
}
.TagClassName
{
border-color: #AD944C;
}
</style>