Shades of Husk #AC9655
Tints of Husk #AC9655
RGB
CMYK
RGB Variations
Color information
#AC9655 (or 0xAC9655) is known color: Husk. HEX triplet: AC, 96 and 55. RGB value is (172,150,85). Sum of RGB (Red+Green+Blue) = 172+150+85=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9655 is #5369AA. Grayscale: #959595. Windows color (decimal): -5466539 or 5609132. OLE color: 5609132.
HSL color Cylindrical-coordinate representation of color #AC9655: hue angle of 44.83º 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 #AC9655 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 85 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.33 |
| HSL | 44.83º | 0.34% | 0.5% | - |
| HSV(B) | 44.83º | 0.51% | 0.67% | - |
| XYZ | 29.56 | 31.24 | 13.07 | - |
| YUV | 149.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 85 | 0 | 0.13 | 0.51 | 0.33 | 44.83 | 0.34 | 0.5 |
| Hex | AC | 96 | 55 | 0 | D | 33 | 21 | 2D | 22 | 32 |
| Octal | 254 | 226 | 125 | 0 | 15 | 63 | 41 | 55 | 42 | 62 |
| Binary | 10101100 | 10010110 | 1010101 | 0 | 1101 | 110011 | 100001 | 101101 | 100010 | 110010 |
Color Harmonies of #AC9655
Complementary color
Monochromatic Colors of #AC9655
Black with #AC9655
Text Example
Text Example
White with #AC9655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9655; }
p { color: rgb(172,150,85); }
H1.HeaderClassName
{
color: #AC9655;
}
.AnyTagClassName
{
color: #AC9655;
}
</style>
background-color css
<style>
a { background-color: #AC9655; }
a { background-color: rgb(172,150,85); }
div.DivClassName
{
background-color: #AC9655;
}
.BgClassName
{
background-color: #AC9655;
}
</style>
border-color css
<style>
span { border-color: #AC9655; }
span { border-color: rgb(172,150,85); }
td.TdClassName
{
border-color: #AC9655;
}
.TagClassName
{
border-color: #AC9655;
}
</style>