Shades of Husk #AC944F
Tints of Husk #AC944F
RGB
CMYK
RGB Variations
Color information
#AC944F (or 0xAC944F) is known color: Husk. HEX triplet: AC, 94 and 4F. RGB value is (172,148,79). Sum of RGB (Red+Green+Blue) = 172+148+79=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC944F is #536BB0. Grayscale: #939393. Windows color (decimal): -5467057 or 5215404. OLE color: 5215404.
HSL color Cylindrical-coordinate representation of color #AC944F: hue angle of 44.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC944F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 79 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.33 |
| HSL | 44.52º | 0.37% | 0.49% | - |
| HSV(B) | 44.52º | 0.54% | 0.67% | - |
| XYZ | 29.01 | 30.51 | 11.76 | - |
| YUV | 147.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 79 | 0 | 0.14 | 0.54 | 0.33 | 44.52 | 0.37 | 0.49 |
| Hex | AC | 94 | 4F | 0 | E | 36 | 21 | 2D | 25 | 31 |
| Octal | 254 | 224 | 117 | 0 | 16 | 66 | 41 | 55 | 45 | 61 |
| Binary | 10101100 | 10010100 | 1001111 | 0 | 1110 | 110110 | 100001 | 101101 | 100101 | 110001 |
Color Harmonies of #AC944F
Complementary color
Monochromatic Colors of #AC944F
Black with #AC944F
Text Example
Text Example
White with #AC944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC944F; }
p { color: rgb(172,148,79); }
H1.HeaderClassName
{
color: #AC944F;
}
.AnyTagClassName
{
color: #AC944F;
}
</style>
background-color css
<style>
a { background-color: #AC944F; }
a { background-color: rgb(172,148,79); }
div.DivClassName
{
background-color: #AC944F;
}
.BgClassName
{
background-color: #AC944F;
}
</style>
border-color css
<style>
span { border-color: #AC944F; }
span { border-color: rgb(172,148,79); }
td.TdClassName
{
border-color: #AC944F;
}
.TagClassName
{
border-color: #AC944F;
}
</style>