Shades of Husk #AC9A47
Tints of Husk #AC9A47
RGB
CMYK
RGB Variations
Color information
#AC9A47 (or 0xAC9A47) is known color: Husk. HEX triplet: AC, 9A and 47. RGB value is (172,154,71). Sum of RGB (Red+Green+Blue) = 172+154+71=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A47 is #5365B8. Grayscale: #969696. Windows color (decimal): -5465529 or 4692652. OLE color: 4692652.
HSL color Cylindrical-coordinate representation of color #AC9A47: hue angle of 49.31º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC9A47 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 71 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.33 |
| HSL | 49.31º | 0.42% | 0.48% | - |
| HSV(B) | 49.31º | 0.59% | 0.67% | - |
| XYZ | 29.71 | 32.34 | 10.64 | - |
| YUV | 149.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 71 | 0 | 0.10 | 0.59 | 0.33 | 49.31 | 0.42 | 0.48 |
| Hex | AC | 9A | 47 | 0 | A | 3B | 21 | 31 | 2A | 30 |
| Octal | 254 | 232 | 107 | 0 | 12 | 73 | 41 | 61 | 52 | 60 |
| Binary | 10101100 | 10011010 | 1000111 | 0 | 1010 | 111011 | 100001 | 110001 | 101010 | 110000 |
Color Harmonies of #AC9A47
Complementary color
Monochromatic Colors of #AC9A47
Black with #AC9A47
Text Example
Text Example
White with #AC9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A47; }
p { color: rgb(172,154,71); }
H1.HeaderClassName
{
color: #AC9A47;
}
.AnyTagClassName
{
color: #AC9A47;
}
</style>
background-color css
<style>
a { background-color: #AC9A47; }
a { background-color: rgb(172,154,71); }
div.DivClassName
{
background-color: #AC9A47;
}
.BgClassName
{
background-color: #AC9A47;
}
</style>
border-color css
<style>
span { border-color: #AC9A47; }
span { border-color: rgb(172,154,71); }
td.TdClassName
{
border-color: #AC9A47;
}
.TagClassName
{
border-color: #AC9A47;
}
</style>