Shades of Husk #AC9A54
Tints of Husk #AC9A54
RGB
CMYK
RGB Variations
Color information
#AC9A54 (or 0xAC9A54) is known color: Husk. HEX triplet: AC, 9A and 54. RGB value is (172,154,84). Sum of RGB (Red+Green+Blue) = 172+154+84=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A54 is #5365AB. Grayscale: #979797. Windows color (decimal): -5465516 or 5544620. OLE color: 5544620.
HSL color Cylindrical-coordinate representation of color #AC9A54: hue angle of 47.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9A54 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 84 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.33 |
| HSL | 47.73º | 0.35% | 0.5% | - |
| HSV(B) | 47.73º | 0.51% | 0.67% | - |
| XYZ | 30.17 | 32.52 | 13.07 | - |
| YUV | 151.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 84 | 0 | 0.10 | 0.51 | 0.33 | 47.73 | 0.35 | 0.5 |
| Hex | AC | 9A | 54 | 0 | A | 33 | 21 | 30 | 23 | 32 |
| Octal | 254 | 232 | 124 | 0 | 12 | 63 | 41 | 60 | 43 | 62 |
| Binary | 10101100 | 10011010 | 1010100 | 0 | 1010 | 110011 | 100001 | 110000 | 100011 | 110010 |
Color Harmonies of #AC9A54
Complementary color
Monochromatic Colors of #AC9A54
Black with #AC9A54
Text Example
Text Example
White with #AC9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A54; }
p { color: rgb(172,154,84); }
H1.HeaderClassName
{
color: #AC9A54;
}
.AnyTagClassName
{
color: #AC9A54;
}
</style>
background-color css
<style>
a { background-color: #AC9A54; }
a { background-color: rgb(172,154,84); }
div.DivClassName
{
background-color: #AC9A54;
}
.BgClassName
{
background-color: #AC9A54;
}
</style>
border-color css
<style>
span { border-color: #AC9A54; }
span { border-color: rgb(172,154,84); }
td.TdClassName
{
border-color: #AC9A54;
}
.TagClassName
{
border-color: #AC9A54;
}
</style>