Shades of Husk #AC9A4E
Tints of Husk #AC9A4E
RGB
CMYK
RGB Variations
Color information
#AC9A4E (or 0xAC9A4E) is known color: Husk. HEX triplet: AC, 9A and 4E. RGB value is (172,154,78). Sum of RGB (Red+Green+Blue) = 172+154+78=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A4E is #5365B1. Grayscale: #979797. Windows color (decimal): -5465522 or 5151404. OLE color: 5151404.
HSL color Cylindrical-coordinate representation of color #AC9A4E: hue angle of 48.51º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC9A4E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 78 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.33 |
| HSL | 48.51º | 0.38% | 0.49% | - |
| HSV(B) | 48.51º | 0.55% | 0.67% | - |
| XYZ | 29.94 | 32.43 | 11.89 | - |
| YUV | 150.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 78 | 0 | 0.10 | 0.55 | 0.33 | 48.51 | 0.38 | 0.49 |
| Hex | AC | 9A | 4E | 0 | A | 37 | 21 | 31 | 26 | 31 |
| Octal | 254 | 232 | 116 | 0 | 12 | 67 | 41 | 61 | 46 | 61 |
| Binary | 10101100 | 10011010 | 1001110 | 0 | 1010 | 110111 | 100001 | 110001 | 100110 | 110001 |
Color Harmonies of #AC9A4E
Complementary color
Monochromatic Colors of #AC9A4E
Black with #AC9A4E
Text Example
Text Example
White with #AC9A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A4E; }
p { color: rgb(172,154,78); }
H1.HeaderClassName
{
color: #AC9A4E;
}
.AnyTagClassName
{
color: #AC9A4E;
}
</style>
background-color css
<style>
a { background-color: #AC9A4E; }
a { background-color: rgb(172,154,78); }
div.DivClassName
{
background-color: #AC9A4E;
}
.BgClassName
{
background-color: #AC9A4E;
}
</style>
border-color css
<style>
span { border-color: #AC9A4E; }
span { border-color: rgb(172,154,78); }
td.TdClassName
{
border-color: #AC9A4E;
}
.TagClassName
{
border-color: #AC9A4E;
}
</style>