Shades of Hacienda #AC8820
Tints of Hacienda #AC8820
RGB
CMYK
RGB Variations
Color information
#AC8820 (or 0xAC8820) is known color: Hacienda. HEX triplet: AC, 88 and 20. RGB value is (172,136,32). Sum of RGB (Red+Green+Blue) = 172+136+32=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8820 is #5377DF. Grayscale: #878787. Windows color (decimal): -5470176 or 2132140. OLE color: 2132140.
HSL color Cylindrical-coordinate representation of color #AC8820: hue angle of 44.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC8820 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 32 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.33 |
| HSL | 44.57º | 0.69% | 0.4% | - |
| HSV(B) | 44.57º | 0.81% | 0.67% | - |
| XYZ | 26.08 | 26.48 | 5.1 | - |
| YUV | 134.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 32 | 0 | 0.21 | 0.81 | 0.33 | 44.57 | 0.69 | 0.4 |
| Hex | AC | 88 | 20 | 0 | 15 | 51 | 21 | 2D | 45 | 28 |
| Octal | 254 | 210 | 40 | 0 | 25 | 121 | 41 | 55 | 105 | 50 |
| Binary | 10101100 | 10001000 | 100000 | 0 | 10101 | 1010001 | 100001 | 101101 | 1000101 | 101000 |
Color Harmonies of #AC8820
Complementary color
Monochromatic Colors of #AC8820
Black with #AC8820
Text Example
Text Example
White with #AC8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8820; }
p { color: rgb(172,136,32); }
H1.HeaderClassName
{
color: #AC8820;
}
.AnyTagClassName
{
color: #AC8820;
}
</style>
background-color css
<style>
a { background-color: #AC8820; }
a { background-color: rgb(172,136,32); }
div.DivClassName
{
background-color: #AC8820;
}
.BgClassName
{
background-color: #AC8820;
}
</style>
border-color css
<style>
span { border-color: #AC8820; }
span { border-color: rgb(172,136,32); }
td.TdClassName
{
border-color: #AC8820;
}
.TagClassName
{
border-color: #AC8820;
}
</style>