Shades of Hacienda #AC8021
Tints of Hacienda #AC8021
RGB
CMYK
RGB Variations
Color information
#AC8021 (or 0xAC8021) is known color: Hacienda. HEX triplet: AC, 80 and 21. RGB value is (172,128,33). Sum of RGB (Red+Green+Blue) = 172+128+33=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8021 is #537FDE. Grayscale: #828282. Windows color (decimal): -5472223 or 2195628. OLE color: 2195628.
HSL color Cylindrical-coordinate representation of color #AC8021: hue angle of 41.01º degrees, saturation: 0.68, 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 #AC8021 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 33 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.33 |
| HSL | 41.01º | 0.68% | 0.4% | - |
| HSV(B) | 41.01º | 0.81% | 0.67% | - |
| XYZ | 25.01 | 24.32 | 4.81 | - |
| YUV | 130.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 33 | 0 | 0.26 | 0.81 | 0.33 | 41.01 | 0.68 | 0.4 |
| Hex | AC | 80 | 21 | 0 | 1A | 51 | 21 | 29 | 44 | 28 |
| Octal | 254 | 200 | 41 | 0 | 32 | 121 | 41 | 51 | 104 | 50 |
| Binary | 10101100 | 10000000 | 100001 | 0 | 11010 | 1010001 | 100001 | 101001 | 1000100 | 101000 |
Color Harmonies of #AC8021
Complementary color
Monochromatic Colors of #AC8021
Black with #AC8021
Text Example
Text Example
White with #AC8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8021; }
p { color: rgb(172,128,33); }
H1.HeaderClassName
{
color: #AC8021;
}
.AnyTagClassName
{
color: #AC8021;
}
</style>
background-color css
<style>
a { background-color: #AC8021; }
a { background-color: rgb(172,128,33); }
div.DivClassName
{
background-color: #AC8021;
}
.BgClassName
{
background-color: #AC8021;
}
</style>
border-color css
<style>
span { border-color: #AC8021; }
span { border-color: rgb(172,128,33); }
td.TdClassName
{
border-color: #AC8021;
}
.TagClassName
{
border-color: #AC8021;
}
</style>