Shades of Husk #AC9C47
Tints of Husk #AC9C47
RGB
CMYK
RGB Variations
Color information
#AC9C47 (or 0xAC9C47) is known color: Husk. HEX triplet: AC, 9C and 47. RGB value is (172,156,71). Sum of RGB (Red+Green+Blue) = 172+156+71=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C47 is #5363B8. Grayscale: #979797. Windows color (decimal): -5465017 or 4693164. OLE color: 4693164.
HSL color Cylindrical-coordinate representation of color #AC9C47: hue angle of 50.5º 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 #AC9C47 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 71 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.33 |
| HSL | 50.5º | 0.42% | 0.48% | - |
| HSV(B) | 50.5º | 0.59% | 0.67% | - |
| XYZ | 30.04 | 33 | 10.75 | - |
| YUV | 151.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 71 | 0 | 0.09 | 0.59 | 0.33 | 50.5 | 0.42 | 0.48 |
| Hex | AC | 9C | 47 | 0 | 9 | 3B | 21 | 32 | 2A | 30 |
| Octal | 254 | 234 | 107 | 0 | 11 | 73 | 41 | 62 | 52 | 60 |
| Binary | 10101100 | 10011100 | 1000111 | 0 | 1001 | 111011 | 100001 | 110010 | 101010 | 110000 |
Color Harmonies of #AC9C47
Complementary color
Monochromatic Colors of #AC9C47
Black with #AC9C47
Text Example
Text Example
White with #AC9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C47; }
p { color: rgb(172,156,71); }
H1.HeaderClassName
{
color: #AC9C47;
}
.AnyTagClassName
{
color: #AC9C47;
}
</style>
background-color css
<style>
a { background-color: #AC9C47; }
a { background-color: rgb(172,156,71); }
div.DivClassName
{
background-color: #AC9C47;
}
.BgClassName
{
background-color: #AC9C47;
}
</style>
border-color css
<style>
span { border-color: #AC9C47; }
span { border-color: rgb(172,156,71); }
td.TdClassName
{
border-color: #AC9C47;
}
.TagClassName
{
border-color: #AC9C47;
}
</style>