Shades of Hacienda #AC8118
Tints of Hacienda #AC8118
RGB
CMYK
RGB Variations
Color information
#AC8118 (or 0xAC8118) is known color: Hacienda. HEX triplet: AC, 81 and 18. RGB value is (172,129,24). Sum of RGB (Red+Green+Blue) = 172+129+24=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8118 is #537EE7. Grayscale: #828282. Windows color (decimal): -5471976 or 1606060. OLE color: 1606060.
HSL color Cylindrical-coordinate representation of color #AC8118: hue angle of 42.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC8118 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 24 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.33 |
| HSL | 42.57º | 0.76% | 0.38% | - |
| HSV(B) | 42.57º | 0.86% | 0.67% | - |
| XYZ | 25.03 | 24.54 | 4.28 | - |
| YUV | 129.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 24 | 0 | 0.25 | 0.86 | 0.33 | 42.57 | 0.76 | 0.38 |
| Hex | AC | 81 | 18 | 0 | 19 | 56 | 21 | 2B | 4C | 26 |
| Octal | 254 | 201 | 30 | 0 | 31 | 126 | 41 | 53 | 114 | 46 |
| Binary | 10101100 | 10000001 | 11000 | 0 | 11001 | 1010110 | 100001 | 101011 | 1001100 | 100110 |
Color Harmonies of #AC8118
Complementary color
Monochromatic Colors of #AC8118
Black with #AC8118
Text Example
Text Example
White with #AC8118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8118; }
p { color: rgb(172,129,24); }
H1.HeaderClassName
{
color: #AC8118;
}
.AnyTagClassName
{
color: #AC8118;
}
</style>
background-color css
<style>
a { background-color: #AC8118; }
a { background-color: rgb(172,129,24); }
div.DivClassName
{
background-color: #AC8118;
}
.BgClassName
{
background-color: #AC8118;
}
</style>
border-color css
<style>
span { border-color: #AC8118; }
span { border-color: rgb(172,129,24); }
td.TdClassName
{
border-color: #AC8118;
}
.TagClassName
{
border-color: #AC8118;
}
</style>