Shades of Husk #AC944A
Tints of Husk #AC944A
RGB
CMYK
RGB Variations
Color information
#AC944A (or 0xAC944A) is known color: Husk. HEX triplet: AC, 94 and 4A. RGB value is (172,148,74). Sum of RGB (Red+Green+Blue) = 172+148+74=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC944A is #536BB5. Grayscale: #939393. Windows color (decimal): -5467062 or 4887724. OLE color: 4887724.
HSL color Cylindrical-coordinate representation of color #AC944A: hue angle of 45.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC944A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 74 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.33 |
| HSL | 45.31º | 0.4% | 0.48% | - |
| HSV(B) | 45.31º | 0.57% | 0.67% | - |
| XYZ | 28.84 | 30.44 | 10.84 | - |
| YUV | 146.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 74 | 0 | 0.14 | 0.57 | 0.33 | 45.31 | 0.4 | 0.48 |
| Hex | AC | 94 | 4A | 0 | E | 39 | 21 | 2D | 28 | 30 |
| Octal | 254 | 224 | 112 | 0 | 16 | 71 | 41 | 55 | 50 | 60 |
| Binary | 10101100 | 10010100 | 1001010 | 0 | 1110 | 111001 | 100001 | 101101 | 101000 | 110000 |
Color Harmonies of #AC944A
Complementary color
Monochromatic Colors of #AC944A
Black with #AC944A
Text Example
Text Example
White with #AC944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC944A; }
p { color: rgb(172,148,74); }
H1.HeaderClassName
{
color: #AC944A;
}
.AnyTagClassName
{
color: #AC944A;
}
</style>
background-color css
<style>
a { background-color: #AC944A; }
a { background-color: rgb(172,148,74); }
div.DivClassName
{
background-color: #AC944A;
}
.BgClassName
{
background-color: #AC944A;
}
</style>
border-color css
<style>
span { border-color: #AC944A; }
span { border-color: rgb(172,148,74); }
td.TdClassName
{
border-color: #AC944A;
}
.TagClassName
{
border-color: #AC944A;
}
</style>