Shades of Husk #AC9A52
Tints of Husk #AC9A52
RGB
CMYK
RGB Variations
Color information
#AC9A52 (or 0xAC9A52) is known color: Husk. HEX triplet: AC, 9A and 52. RGB value is (172,154,82). Sum of RGB (Red+Green+Blue) = 172+154+82=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A52 is #5365AD. Grayscale: #979797. Windows color (decimal): -5465518 or 5413548. OLE color: 5413548.
HSL color Cylindrical-coordinate representation of color #AC9A52: hue angle of 48º 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 #AC9A52 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 82 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.33 |
| HSL | 48º | 0.35% | 0.5% | - |
| HSV(B) | 48º | 0.52% | 0.67% | - |
| XYZ | 30.09 | 32.49 | 12.67 | - |
| YUV | 151.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 82 | 0 | 0.10 | 0.52 | 0.33 | 48 | 0.35 | 0.5 |
| Hex | AC | 9A | 52 | 0 | A | 34 | 21 | 30 | 23 | 32 |
| Octal | 254 | 232 | 122 | 0 | 12 | 64 | 41 | 60 | 43 | 62 |
| Binary | 10101100 | 10011010 | 1010010 | 0 | 1010 | 110100 | 100001 | 110000 | 100011 | 110010 |
Color Harmonies of #AC9A52
Complementary color
Monochromatic Colors of #AC9A52
Black with #AC9A52
Text Example
Text Example
White with #AC9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A52; }
p { color: rgb(172,154,82); }
H1.HeaderClassName
{
color: #AC9A52;
}
.AnyTagClassName
{
color: #AC9A52;
}
</style>
background-color css
<style>
a { background-color: #AC9A52; }
a { background-color: rgb(172,154,82); }
div.DivClassName
{
background-color: #AC9A52;
}
.BgClassName
{
background-color: #AC9A52;
}
</style>
border-color css
<style>
span { border-color: #AC9A52; }
span { border-color: rgb(172,154,82); }
td.TdClassName
{
border-color: #AC9A52;
}
.TagClassName
{
border-color: #AC9A52;
}
</style>