Shades of Husk #AC9C56
Tints of Husk #AC9C56
RGB
CMYK
RGB Variations
Color information
#AC9C56 (or 0xAC9C56) is known color: Husk. HEX triplet: AC, 9C and 56. RGB value is (172,156,86). Sum of RGB (Red+Green+Blue) = 172+156+86=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C56 is #5363A9. Grayscale: #999999. Windows color (decimal): -5465002 or 5676204. OLE color: 5676204.
HSL color Cylindrical-coordinate representation of color #AC9C56: hue angle of 48.84º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC9C56 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 86 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.33 |
| HSL | 48.84º | 0.34% | 0.51% | - |
| HSV(B) | 48.84º | 0.5% | 0.67% | - |
| XYZ | 30.58 | 33.22 | 13.6 | - |
| YUV | 152.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 86 | 0 | 0.09 | 0.5 | 0.33 | 48.84 | 0.34 | 0.51 |
| Hex | AC | 9C | 56 | 0 | 9 | 32 | 21 | 31 | 22 | 33 |
| Octal | 254 | 234 | 126 | 0 | 11 | 62 | 41 | 61 | 42 | 63 |
| Binary | 10101100 | 10011100 | 1010110 | 0 | 1001 | 110010 | 100001 | 110001 | 100010 | 110011 |
Color Harmonies of #AC9C56
Complementary color
Monochromatic Colors of #AC9C56
Black with #AC9C56
Text Example
Text Example
White with #AC9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C56; }
p { color: rgb(172,156,86); }
H1.HeaderClassName
{
color: #AC9C56;
}
.AnyTagClassName
{
color: #AC9C56;
}
</style>
background-color css
<style>
a { background-color: #AC9C56; }
a { background-color: rgb(172,156,86); }
div.DivClassName
{
background-color: #AC9C56;
}
.BgClassName
{
background-color: #AC9C56;
}
</style>
border-color css
<style>
span { border-color: #AC9C56; }
span { border-color: rgb(172,156,86); }
td.TdClassName
{
border-color: #AC9C56;
}
.TagClassName
{
border-color: #AC9C56;
}
</style>