Shades of Husk #AC9A41
Tints of Husk #AC9A41
RGB
CMYK
RGB Variations
Color information
#AC9A41 (or 0xAC9A41) is known color: Husk. HEX triplet: AC, 9A and 41. RGB value is (172,154,65). Sum of RGB (Red+Green+Blue) = 172+154+65=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A41 is #5365BE. Grayscale: #959595. Windows color (decimal): -5465535 or 4299436. OLE color: 4299436.
HSL color Cylindrical-coordinate representation of color #AC9A41: hue angle of 49.91º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9A41 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 65 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.33 |
| HSL | 49.91º | 0.45% | 0.46% | - |
| HSV(B) | 49.91º | 0.62% | 0.67% | - |
| XYZ | 29.52 | 32.26 | 9.67 | - |
| YUV | 149.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 65 | 0 | 0.10 | 0.62 | 0.33 | 49.91 | 0.45 | 0.46 |
| Hex | AC | 9A | 41 | 0 | A | 3E | 21 | 32 | 2D | 2E |
| Octal | 254 | 232 | 101 | 0 | 12 | 76 | 41 | 62 | 55 | 56 |
| Binary | 10101100 | 10011010 | 1000001 | 0 | 1010 | 111110 | 100001 | 110010 | 101101 | 101110 |
Color Harmonies of #AC9A41
Complementary color
Monochromatic Colors of #AC9A41
Black with #AC9A41
Text Example
Text Example
White with #AC9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A41; }
p { color: rgb(172,154,65); }
H1.HeaderClassName
{
color: #AC9A41;
}
.AnyTagClassName
{
color: #AC9A41;
}
</style>
background-color css
<style>
a { background-color: #AC9A41; }
a { background-color: rgb(172,154,65); }
div.DivClassName
{
background-color: #AC9A41;
}
.BgClassName
{
background-color: #AC9A41;
}
</style>
border-color css
<style>
span { border-color: #AC9A41; }
span { border-color: rgb(172,154,65); }
td.TdClassName
{
border-color: #AC9A41;
}
.TagClassName
{
border-color: #AC9A41;
}
</style>