Shades of Husk #AC9653
Tints of Husk #AC9653
RGB
CMYK
RGB Variations
Color information
#AC9653 (or 0xAC9653) is known color: Husk. HEX triplet: AC, 96 and 53. RGB value is (172,150,83). Sum of RGB (Red+Green+Blue) = 172+150+83=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9653 is #5369AC. Grayscale: #959595. Windows color (decimal): -5466541 or 5478060. OLE color: 5478060.
HSL color Cylindrical-coordinate representation of color #AC9653: hue angle of 45.17º 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 #AC9653 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 83 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.33 |
| HSL | 45.17º | 0.35% | 0.5% | - |
| HSV(B) | 45.17º | 0.52% | 0.67% | - |
| XYZ | 29.48 | 31.21 | 12.65 | - |
| YUV | 148.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 83 | 0 | 0.13 | 0.52 | 0.33 | 45.17 | 0.35 | 0.5 |
| Hex | AC | 96 | 53 | 0 | D | 34 | 21 | 2D | 23 | 32 |
| Octal | 254 | 226 | 123 | 0 | 15 | 64 | 41 | 55 | 43 | 62 |
| Binary | 10101100 | 10010110 | 1010011 | 0 | 1101 | 110100 | 100001 | 101101 | 100011 | 110010 |
Color Harmonies of #AC9653
Complementary color
Monochromatic Colors of #AC9653
Black with #AC9653
Text Example
Text Example
White with #AC9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9653; }
p { color: rgb(172,150,83); }
H1.HeaderClassName
{
color: #AC9653;
}
.AnyTagClassName
{
color: #AC9653;
}
</style>
background-color css
<style>
a { background-color: #AC9653; }
a { background-color: rgb(172,150,83); }
div.DivClassName
{
background-color: #AC9653;
}
.BgClassName
{
background-color: #AC9653;
}
</style>
border-color css
<style>
span { border-color: #AC9653; }
span { border-color: rgb(172,150,83); }
td.TdClassName
{
border-color: #AC9653;
}
.TagClassName
{
border-color: #AC9653;
}
</style>