Shades of Hacienda #AC8020
Tints of Hacienda #AC8020
RGB
CMYK
RGB Variations
Color information
#AC8020 (or 0xAC8020) is known color: Hacienda. HEX triplet: AC, 80 and 20. RGB value is (172,128,32). Sum of RGB (Red+Green+Blue) = 172+128+32=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8020 is #537FDF. Grayscale: #828282. Windows color (decimal): -5472224 or 2130092. OLE color: 2130092.
HSL color Cylindrical-coordinate representation of color #AC8020: hue angle of 41.14º degrees, saturation: 0.69, 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 #AC8020 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 32 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.33 |
| HSL | 41.14º | 0.69% | 0.4% | - |
| HSV(B) | 41.14º | 0.81% | 0.67% | - |
| XYZ | 24.99 | 24.31 | 4.74 | - |
| YUV | 130.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 32 | 0 | 0.26 | 0.81 | 0.33 | 41.14 | 0.69 | 0.4 |
| Hex | AC | 80 | 20 | 0 | 1A | 51 | 21 | 29 | 45 | 28 |
| Octal | 254 | 200 | 40 | 0 | 32 | 121 | 41 | 51 | 105 | 50 |
| Binary | 10101100 | 10000000 | 100000 | 0 | 11010 | 1010001 | 100001 | 101001 | 1000101 | 101000 |
Color Harmonies of #AC8020
Complementary color
Monochromatic Colors of #AC8020
Black with #AC8020
Text Example
Text Example
White with #AC8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8020; }
p { color: rgb(172,128,32); }
H1.HeaderClassName
{
color: #AC8020;
}
.AnyTagClassName
{
color: #AC8020;
}
</style>
background-color css
<style>
a { background-color: #AC8020; }
a { background-color: rgb(172,128,32); }
div.DivClassName
{
background-color: #AC8020;
}
.BgClassName
{
background-color: #AC8020;
}
</style>
border-color css
<style>
span { border-color: #AC8020; }
span { border-color: rgb(172,128,32); }
td.TdClassName
{
border-color: #AC8020;
}
.TagClassName
{
border-color: #AC8020;
}
</style>