Shades of Husk #AC9A56
Tints of Husk #AC9A56
RGB
CMYK
RGB Variations
Color information
#AC9A56 (or 0xAC9A56) is known color: Husk. HEX triplet: AC, 9A and 56. RGB value is (172,154,86). Sum of RGB (Red+Green+Blue) = 172+154+86=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A56 is #5365A9. Grayscale: #979797. Windows color (decimal): -5465514 or 5675692. OLE color: 5675692.
HSL color Cylindrical-coordinate representation of color #AC9A56: hue angle of 47.44º 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 #AC9A56 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 86 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.33 |
| HSL | 47.44º | 0.34% | 0.51% | - |
| HSV(B) | 47.44º | 0.5% | 0.67% | - |
| XYZ | 30.25 | 32.55 | 13.49 | - |
| YUV | 151.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 86 | 0 | 0.10 | 0.5 | 0.33 | 47.44 | 0.34 | 0.51 |
| Hex | AC | 9A | 56 | 0 | A | 32 | 21 | 2F | 22 | 33 |
| Octal | 254 | 232 | 126 | 0 | 12 | 62 | 41 | 57 | 42 | 63 |
| Binary | 10101100 | 10011010 | 1010110 | 0 | 1010 | 110010 | 100001 | 101111 | 100010 | 110011 |
Color Harmonies of #AC9A56
Complementary color
Monochromatic Colors of #AC9A56
Black with #AC9A56
Text Example
Text Example
White with #AC9A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A56; }
p { color: rgb(172,154,86); }
H1.HeaderClassName
{
color: #AC9A56;
}
.AnyTagClassName
{
color: #AC9A56;
}
</style>
background-color css
<style>
a { background-color: #AC9A56; }
a { background-color: rgb(172,154,86); }
div.DivClassName
{
background-color: #AC9A56;
}
.BgClassName
{
background-color: #AC9A56;
}
</style>
border-color css
<style>
span { border-color: #AC9A56; }
span { border-color: rgb(172,154,86); }
td.TdClassName
{
border-color: #AC9A56;
}
.TagClassName
{
border-color: #AC9A56;
}
</style>