Shades of Husk #AC9353
Tints of Husk #AC9353
RGB
CMYK
RGB Variations
Color information
#AC9353 (or 0xAC9353) is known color: Husk. HEX triplet: AC, 93 and 53. RGB value is (172,147,83). Sum of RGB (Red+Green+Blue) = 172+147+83=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9353 is #536CAC. Grayscale: #939393. Windows color (decimal): -5467309 or 5477292. OLE color: 5477292.
HSL color Cylindrical-coordinate representation of color #AC9353: hue angle of 43.15º 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 #AC9353 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 83 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.33 |
| HSL | 43.15º | 0.35% | 0.5% | - |
| HSV(B) | 43.15º | 0.52% | 0.67% | - |
| XYZ | 29.01 | 30.26 | 12.5 | - |
| YUV | 147.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 83 | 0 | 0.15 | 0.52 | 0.33 | 43.15 | 0.35 | 0.5 |
| Hex | AC | 93 | 53 | 0 | F | 34 | 21 | 2B | 23 | 32 |
| Octal | 254 | 223 | 123 | 0 | 17 | 64 | 41 | 53 | 43 | 62 |
| Binary | 10101100 | 10010011 | 1010011 | 0 | 1111 | 110100 | 100001 | 101011 | 100011 | 110010 |
Color Harmonies of #AC9353
Complementary color
Monochromatic Colors of #AC9353
Black with #AC9353
Text Example
Text Example
White with #AC9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9353; }
p { color: rgb(172,147,83); }
H1.HeaderClassName
{
color: #AC9353;
}
.AnyTagClassName
{
color: #AC9353;
}
</style>
background-color css
<style>
a { background-color: #AC9353; }
a { background-color: rgb(172,147,83); }
div.DivClassName
{
background-color: #AC9353;
}
.BgClassName
{
background-color: #AC9353;
}
</style>
border-color css
<style>
span { border-color: #AC9353; }
span { border-color: rgb(172,147,83); }
td.TdClassName
{
border-color: #AC9353;
}
.TagClassName
{
border-color: #AC9353;
}
</style>