Shades of Husk #AC9E57
Tints of Husk #AC9E57
RGB
CMYK
RGB Variations
Color information
#AC9E57 (or 0xAC9E57) is known color: Husk. HEX triplet: AC, 9E and 57. RGB value is (172,158,87). Sum of RGB (Red+Green+Blue) = 172+158+87=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E57 is #5361A8. Grayscale: #9A9A9A. Windows color (decimal): -5464489 or 5742252. OLE color: 5742252.
HSL color Cylindrical-coordinate representation of color #AC9E57: hue angle of 50.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9E57 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 87 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.33 |
| HSL | 50.12º | 0.34% | 0.51% | - |
| HSV(B) | 50.12º | 0.49% | 0.67% | - |
| XYZ | 30.96 | 33.91 | 13.93 | - |
| YUV | 154.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 87 | 0 | 0.08 | 0.49 | 0.33 | 50.12 | 0.34 | 0.51 |
| Hex | AC | 9E | 57 | 0 | 8 | 31 | 21 | 32 | 22 | 33 |
| Octal | 254 | 236 | 127 | 0 | 10 | 61 | 41 | 62 | 42 | 63 |
| Binary | 10101100 | 10011110 | 1010111 | 0 | 1000 | 110001 | 100001 | 110010 | 100010 | 110011 |
Color Harmonies of #AC9E57
Complementary color
Monochromatic Colors of #AC9E57
Black with #AC9E57
Text Example
Text Example
White with #AC9E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E57; }
p { color: rgb(172,158,87); }
H1.HeaderClassName
{
color: #AC9E57;
}
.AnyTagClassName
{
color: #AC9E57;
}
</style>
background-color css
<style>
a { background-color: #AC9E57; }
a { background-color: rgb(172,158,87); }
div.DivClassName
{
background-color: #AC9E57;
}
.BgClassName
{
background-color: #AC9E57;
}
</style>
border-color css
<style>
span { border-color: #AC9E57; }
span { border-color: rgb(172,158,87); }
td.TdClassName
{
border-color: #AC9E57;
}
.TagClassName
{
border-color: #AC9E57;
}
</style>