Shades of Husk #AC9855
Tints of Husk #AC9855
RGB
CMYK
RGB Variations
Color information
#AC9855 (or 0xAC9855) is known color: Husk. HEX triplet: AC, 98 and 55. RGB value is (172,152,85). Sum of RGB (Red+Green+Blue) = 172+152+85=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9855 is #5367AA. Grayscale: #969696. Windows color (decimal): -5466027 or 5609644. OLE color: 5609644.
HSL color Cylindrical-coordinate representation of color #AC9855: hue angle of 46.21º degrees, saturation: 0.34, 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 #AC9855 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 85 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.33 |
| HSL | 46.21º | 0.34% | 0.5% | - |
| HSV(B) | 46.21º | 0.51% | 0.67% | - |
| XYZ | 29.88 | 31.88 | 13.17 | - |
| YUV | 150.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 85 | 0 | 0.12 | 0.51 | 0.33 | 46.21 | 0.34 | 0.5 |
| Hex | AC | 98 | 55 | 0 | C | 33 | 21 | 2E | 22 | 32 |
| Octal | 254 | 230 | 125 | 0 | 14 | 63 | 41 | 56 | 42 | 62 |
| Binary | 10101100 | 10011000 | 1010101 | 0 | 1100 | 110011 | 100001 | 101110 | 100010 | 110010 |
Color Harmonies of #AC9855
Complementary color
Monochromatic Colors of #AC9855
Black with #AC9855
Text Example
Text Example
White with #AC9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9855; }
p { color: rgb(172,152,85); }
H1.HeaderClassName
{
color: #AC9855;
}
.AnyTagClassName
{
color: #AC9855;
}
</style>
background-color css
<style>
a { background-color: #AC9855; }
a { background-color: rgb(172,152,85); }
div.DivClassName
{
background-color: #AC9855;
}
.BgClassName
{
background-color: #AC9855;
}
</style>
border-color css
<style>
span { border-color: #AC9855; }
span { border-color: rgb(172,152,85); }
td.TdClassName
{
border-color: #AC9855;
}
.TagClassName
{
border-color: #AC9855;
}
</style>