Shades of Husk #AC944D
Tints of Husk #AC944D
RGB
CMYK
RGB Variations
Color information
#AC944D (or 0xAC944D) is known color: Husk. HEX triplet: AC, 94 and 4D. RGB value is (172,148,77). Sum of RGB (Red+Green+Blue) = 172+148+77=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC944D is #536BB2. Grayscale: #939393. Windows color (decimal): -5467059 or 5084332. OLE color: 5084332.
HSL color Cylindrical-coordinate representation of color #AC944D: hue angle of 44.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC944D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 77 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.33 |
| HSL | 44.84º | 0.38% | 0.49% | - |
| HSV(B) | 44.84º | 0.55% | 0.67% | - |
| XYZ | 28.94 | 30.49 | 11.38 | - |
| YUV | 147.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 77 | 0 | 0.14 | 0.55 | 0.33 | 44.84 | 0.38 | 0.49 |
| Hex | AC | 94 | 4D | 0 | E | 37 | 21 | 2D | 26 | 31 |
| Octal | 254 | 224 | 115 | 0 | 16 | 67 | 41 | 55 | 46 | 61 |
| Binary | 10101100 | 10010100 | 1001101 | 0 | 1110 | 110111 | 100001 | 101101 | 100110 | 110001 |
Color Harmonies of #AC944D
Complementary color
Monochromatic Colors of #AC944D
Black with #AC944D
Text Example
Text Example
White with #AC944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC944D; }
p { color: rgb(172,148,77); }
H1.HeaderClassName
{
color: #AC944D;
}
.AnyTagClassName
{
color: #AC944D;
}
</style>
background-color css
<style>
a { background-color: #AC944D; }
a { background-color: rgb(172,148,77); }
div.DivClassName
{
background-color: #AC944D;
}
.BgClassName
{
background-color: #AC944D;
}
</style>
border-color css
<style>
span { border-color: #AC944D; }
span { border-color: rgb(172,148,77); }
td.TdClassName
{
border-color: #AC944D;
}
.TagClassName
{
border-color: #AC944D;
}
</style>