Shades of Husk #AC9C52
Tints of Husk #AC9C52
RGB
CMYK
RGB Variations
Color information
#AC9C52 (or 0xAC9C52) is known color: Husk. HEX triplet: AC, 9C and 52. RGB value is (172,156,82). Sum of RGB (Red+Green+Blue) = 172+156+82=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C52 is #5363AD. Grayscale: #989898. Windows color (decimal): -5465006 or 5414060. OLE color: 5414060.
HSL color Cylindrical-coordinate representation of color #AC9C52: hue angle of 49.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC9C52 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 82 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.33 |
| HSL | 49.33º | 0.35% | 0.5% | - |
| HSV(B) | 49.33º | 0.52% | 0.67% | - |
| XYZ | 30.42 | 33.16 | 12.78 | - |
| YUV | 152.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 82 | 0 | 0.09 | 0.52 | 0.33 | 49.33 | 0.35 | 0.5 |
| Hex | AC | 9C | 52 | 0 | 9 | 34 | 21 | 31 | 23 | 32 |
| Octal | 254 | 234 | 122 | 0 | 11 | 64 | 41 | 61 | 43 | 62 |
| Binary | 10101100 | 10011100 | 1010010 | 0 | 1001 | 110100 | 100001 | 110001 | 100011 | 110010 |
Color Harmonies of #AC9C52
Complementary color
Monochromatic Colors of #AC9C52
Black with #AC9C52
Text Example
Text Example
White with #AC9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C52; }
p { color: rgb(172,156,82); }
H1.HeaderClassName
{
color: #AC9C52;
}
.AnyTagClassName
{
color: #AC9C52;
}
</style>
background-color css
<style>
a { background-color: #AC9C52; }
a { background-color: rgb(172,156,82); }
div.DivClassName
{
background-color: #AC9C52;
}
.BgClassName
{
background-color: #AC9C52;
}
</style>
border-color css
<style>
span { border-color: #AC9C52; }
span { border-color: rgb(172,156,82); }
td.TdClassName
{
border-color: #AC9C52;
}
.TagClassName
{
border-color: #AC9C52;
}
</style>