Shades of Hacienda #AC881E
Tints of Hacienda #AC881E
RGB
CMYK
RGB Variations
Color information
#AC881E (or 0xAC881E) is known color: Hacienda. HEX triplet: AC, 88 and 1E. RGB value is (172,136,30). Sum of RGB (Red+Green+Blue) = 172+136+30=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC881E is #5377E1. Grayscale: #878787. Windows color (decimal): -5470178 or 2001068. OLE color: 2001068.
HSL color Cylindrical-coordinate representation of color #AC881E: hue angle of 44.79º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC881E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 30 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.33 |
| HSL | 44.79º | 0.7% | 0.4% | - |
| HSV(B) | 44.79º | 0.83% | 0.67% | - |
| XYZ | 26.05 | 26.47 | 4.96 | - |
| YUV | 134.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 30 | 0 | 0.21 | 0.83 | 0.33 | 44.79 | 0.7 | 0.4 |
| Hex | AC | 88 | 1E | 0 | 15 | 53 | 21 | 2D | 46 | 28 |
| Octal | 254 | 210 | 36 | 0 | 25 | 123 | 41 | 55 | 106 | 50 |
| Binary | 10101100 | 10001000 | 11110 | 0 | 10101 | 1010011 | 100001 | 101101 | 1000110 | 101000 |
Color Harmonies of #AC881E
Complementary color
Monochromatic Colors of #AC881E
Black with #AC881E
Text Example
Text Example
White with #AC881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC881E; }
p { color: rgb(172,136,30); }
H1.HeaderClassName
{
color: #AC881E;
}
.AnyTagClassName
{
color: #AC881E;
}
</style>
background-color css
<style>
a { background-color: #AC881E; }
a { background-color: rgb(172,136,30); }
div.DivClassName
{
background-color: #AC881E;
}
.BgClassName
{
background-color: #AC881E;
}
</style>
border-color css
<style>
span { border-color: #AC881E; }
span { border-color: rgb(172,136,30); }
td.TdClassName
{
border-color: #AC881E;
}
.TagClassName
{
border-color: #AC881E;
}
</style>