Shades of Husk #AC9944
Tints of Husk #AC9944
RGB
CMYK
RGB Variations
Color information
#AC9944 (or 0xAC9944) is known color: Husk. HEX triplet: AC, 99 and 44. RGB value is (172,153,68). Sum of RGB (Red+Green+Blue) = 172+153+68=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9944 is #5366BB. Grayscale: #959595. Windows color (decimal): -5465788 or 4495788. OLE color: 4495788.
HSL color Cylindrical-coordinate representation of color #AC9944: hue angle of 49.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9944 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 68 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.33 |
| HSL | 49.04º | 0.43% | 0.47% | - |
| HSV(B) | 49.04º | 0.6% | 0.67% | - |
| XYZ | 29.45 | 31.97 | 10.09 | - |
| YUV | 148.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 68 | 0 | 0.11 | 0.60 | 0.33 | 49.04 | 0.43 | 0.47 |
| Hex | AC | 99 | 44 | 0 | B | 3C | 21 | 31 | 2B | 2F |
| Octal | 254 | 231 | 104 | 0 | 13 | 74 | 41 | 61 | 53 | 57 |
| Binary | 10101100 | 10011001 | 1000100 | 0 | 1011 | 111100 | 100001 | 110001 | 101011 | 101111 |
Color Harmonies of #AC9944
Complementary color
Monochromatic Colors of #AC9944
Black with #AC9944
Text Example
Text Example
White with #AC9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9944; }
p { color: rgb(172,153,68); }
H1.HeaderClassName
{
color: #AC9944;
}
.AnyTagClassName
{
color: #AC9944;
}
</style>
background-color css
<style>
a { background-color: #AC9944; }
a { background-color: rgb(172,153,68); }
div.DivClassName
{
background-color: #AC9944;
}
.BgClassName
{
background-color: #AC9944;
}
</style>
border-color css
<style>
span { border-color: #AC9944; }
span { border-color: rgb(172,153,68); }
td.TdClassName
{
border-color: #AC9944;
}
.TagClassName
{
border-color: #AC9944;
}
</style>