Shades of Hacienda #AC841A
Tints of Hacienda #AC841A
RGB
CMYK
RGB Variations
Color information
#AC841A (or 0xAC841A) is known color: Hacienda. HEX triplet: AC, 84 and 1A. RGB value is (172,132,26). Sum of RGB (Red+Green+Blue) = 172+132+26=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841A is #537BE5. Grayscale: #848484. Windows color (decimal): -5471206 or 1737900. OLE color: 1737900.
HSL color Cylindrical-coordinate representation of color #AC841A: hue angle of 43.56º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC841A is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 26 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.33 |
| HSL | 43.56º | 0.74% | 0.39% | - |
| HSV(B) | 43.56º | 0.85% | 0.67% | - |
| XYZ | 25.45 | 25.35 | 4.53 | - |
| YUV | 131.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 26 | 0 | 0.23 | 0.85 | 0.33 | 43.56 | 0.74 | 0.39 |
| Hex | AC | 84 | 1A | 0 | 17 | 55 | 21 | 2C | 4A | 27 |
| Octal | 254 | 204 | 32 | 0 | 27 | 125 | 41 | 54 | 112 | 47 |
| Binary | 10101100 | 10000100 | 11010 | 0 | 10111 | 1010101 | 100001 | 101100 | 1001010 | 100111 |
Color Harmonies of #AC841A
Complementary color
Monochromatic Colors of #AC841A
Black with #AC841A
Text Example
Text Example
White with #AC841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC841A; }
p { color: rgb(172,132,26); }
H1.HeaderClassName
{
color: #AC841A;
}
.AnyTagClassName
{
color: #AC841A;
}
</style>
background-color css
<style>
a { background-color: #AC841A; }
a { background-color: rgb(172,132,26); }
div.DivClassName
{
background-color: #AC841A;
}
.BgClassName
{
background-color: #AC841A;
}
</style>
border-color css
<style>
span { border-color: #AC841A; }
span { border-color: rgb(172,132,26); }
td.TdClassName
{
border-color: #AC841A;
}
.TagClassName
{
border-color: #AC841A;
}
</style>