Shades of Hacienda #AC881C
Tints of Hacienda #AC881C
RGB
CMYK
RGB Variations
Color information
#AC881C (or 0xAC881C) is known color: Hacienda. HEX triplet: AC, 88 and 1C. RGB value is (172,136,28). Sum of RGB (Red+Green+Blue) = 172+136+28=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC881C is #5377E3. Grayscale: #868686. Windows color (decimal): -5470180 or 1869996. OLE color: 1869996.
HSL color Cylindrical-coordinate representation of color #AC881C: hue angle of 45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC881C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.33 |
| HSL | 45º | 0.72% | 0.39% | - |
| HSV(B) | 45º | 0.84% | 0.67% | - |
| XYZ | 26.03 | 26.46 | 4.83 | - |
| YUV | 134.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 28 | 0 | 0.21 | 0.84 | 0.33 | 45 | 0.72 | 0.39 |
| Hex | AC | 88 | 1C | 0 | 15 | 54 | 21 | 2D | 48 | 27 |
| Octal | 254 | 210 | 34 | 0 | 25 | 124 | 41 | 55 | 110 | 47 |
| Binary | 10101100 | 10001000 | 11100 | 0 | 10101 | 1010100 | 100001 | 101101 | 1001000 | 100111 |
Color Harmonies of #AC881C
Complementary color
Monochromatic Colors of #AC881C
Black with #AC881C
Text Example
Text Example
White with #AC881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC881C; }
p { color: rgb(172,136,28); }
H1.HeaderClassName
{
color: #AC881C;
}
.AnyTagClassName
{
color: #AC881C;
}
</style>
background-color css
<style>
a { background-color: #AC881C; }
a { background-color: rgb(172,136,28); }
div.DivClassName
{
background-color: #AC881C;
}
.BgClassName
{
background-color: #AC881C;
}
</style>
border-color css
<style>
span { border-color: #AC881C; }
span { border-color: rgb(172,136,28); }
td.TdClassName
{
border-color: #AC881C;
}
.TagClassName
{
border-color: #AC881C;
}
</style>