Shades of Husk #AC9844
Tints of Husk #AC9844
RGB
CMYK
RGB Variations
Color information
#AC9844 (or 0xAC9844) is known color: Husk. HEX triplet: AC, 98 and 44. RGB value is (172,152,68). Sum of RGB (Red+Green+Blue) = 172+152+68=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9844 is #5367BB. Grayscale: #949494. Windows color (decimal): -5466044 or 4495532. OLE color: 4495532.
HSL color Cylindrical-coordinate representation of color #AC9844: hue angle of 48.46º 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 #AC9844 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 68 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.33 |
| HSL | 48.46º | 0.43% | 0.47% | - |
| HSV(B) | 48.46º | 0.6% | 0.67% | - |
| XYZ | 29.28 | 31.64 | 10.03 | - |
| YUV | 148.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 68 | 0 | 0.12 | 0.60 | 0.33 | 48.46 | 0.43 | 0.47 |
| Hex | AC | 98 | 44 | 0 | C | 3C | 21 | 30 | 2B | 2F |
| Octal | 254 | 230 | 104 | 0 | 14 | 74 | 41 | 60 | 53 | 57 |
| Binary | 10101100 | 10011000 | 1000100 | 0 | 1100 | 111100 | 100001 | 110000 | 101011 | 101111 |
Color Harmonies of #AC9844
Complementary color
Monochromatic Colors of #AC9844
Black with #AC9844
Text Example
Text Example
White with #AC9844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9844; }
p { color: rgb(172,152,68); }
H1.HeaderClassName
{
color: #AC9844;
}
.AnyTagClassName
{
color: #AC9844;
}
</style>
background-color css
<style>
a { background-color: #AC9844; }
a { background-color: rgb(172,152,68); }
div.DivClassName
{
background-color: #AC9844;
}
.BgClassName
{
background-color: #AC9844;
}
</style>
border-color css
<style>
span { border-color: #AC9844; }
span { border-color: rgb(172,152,68); }
td.TdClassName
{
border-color: #AC9844;
}
.TagClassName
{
border-color: #AC9844;
}
</style>