Shades of Husk #AC9856
Tints of Husk #AC9856
RGB
CMYK
RGB Variations
Color information
#AC9856 (or 0xAC9856) is known color: Husk. HEX triplet: AC, 98 and 56. RGB value is (172,152,86). Sum of RGB (Red+Green+Blue) = 172+152+86=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9856 is #5367A9. Grayscale: #969696. Windows color (decimal): -5466026 or 5675180. OLE color: 5675180.
HSL color Cylindrical-coordinate representation of color #AC9856: hue angle of 46.05º 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 #AC9856 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 86 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.33 |
| HSL | 46.05º | 0.34% | 0.51% | - |
| HSV(B) | 46.05º | 0.5% | 0.67% | - |
| XYZ | 29.92 | 31.9 | 13.38 | - |
| YUV | 150.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 86 | 0 | 0.12 | 0.5 | 0.33 | 46.05 | 0.34 | 0.51 |
| Hex | AC | 98 | 56 | 0 | C | 32 | 21 | 2E | 22 | 33 |
| Octal | 254 | 230 | 126 | 0 | 14 | 62 | 41 | 56 | 42 | 63 |
| Binary | 10101100 | 10011000 | 1010110 | 0 | 1100 | 110010 | 100001 | 101110 | 100010 | 110011 |
Color Harmonies of #AC9856
Complementary color
Monochromatic Colors of #AC9856
Black with #AC9856
Text Example
Text Example
White with #AC9856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9856; }
p { color: rgb(172,152,86); }
H1.HeaderClassName
{
color: #AC9856;
}
.AnyTagClassName
{
color: #AC9856;
}
</style>
background-color css
<style>
a { background-color: #AC9856; }
a { background-color: rgb(172,152,86); }
div.DivClassName
{
background-color: #AC9856;
}
.BgClassName
{
background-color: #AC9856;
}
</style>
border-color css
<style>
span { border-color: #AC9856; }
span { border-color: rgb(172,152,86); }
td.TdClassName
{
border-color: #AC9856;
}
.TagClassName
{
border-color: #AC9856;
}
</style>