Shades of Husk #AC9A59
Tints of Husk #AC9A59
RGB
CMYK
RGB Variations
Color information
#AC9A59 (or 0xAC9A59) is known color: Husk. HEX triplet: AC, 9A and 59. RGB value is (172,154,89). Sum of RGB (Red+Green+Blue) = 172+154+89=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A59 is #5365A6. Grayscale: #989898. Windows color (decimal): -5465511 or 5872300. OLE color: 5872300.
HSL color Cylindrical-coordinate representation of color #AC9A59: hue angle of 46.99º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC9A59 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 89 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.33 |
| HSL | 46.99º | 0.33% | 0.51% | - |
| HSV(B) | 46.99º | 0.48% | 0.67% | - |
| XYZ | 30.37 | 32.6 | 14.14 | - |
| YUV | 151.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 89 | 0 | 0.10 | 0.48 | 0.33 | 46.99 | 0.33 | 0.51 |
| Hex | AC | 9A | 59 | 0 | A | 30 | 21 | 2F | 21 | 33 |
| Octal | 254 | 232 | 131 | 0 | 12 | 60 | 41 | 57 | 41 | 63 |
| Binary | 10101100 | 10011010 | 1011001 | 0 | 1010 | 110000 | 100001 | 101111 | 100001 | 110011 |
Color Harmonies of #AC9A59
Complementary color
Monochromatic Colors of #AC9A59
Black with #AC9A59
Text Example
Text Example
White with #AC9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A59; }
p { color: rgb(172,154,89); }
H1.HeaderClassName
{
color: #AC9A59;
}
.AnyTagClassName
{
color: #AC9A59;
}
</style>
background-color css
<style>
a { background-color: #AC9A59; }
a { background-color: rgb(172,154,89); }
div.DivClassName
{
background-color: #AC9A59;
}
.BgClassName
{
background-color: #AC9A59;
}
</style>
border-color css
<style>
span { border-color: #AC9A59; }
span { border-color: rgb(172,154,89); }
td.TdClassName
{
border-color: #AC9A59;
}
.TagClassName
{
border-color: #AC9A59;
}
</style>