Shades of Hacienda #AC8421
Tints of Hacienda #AC8421
RGB
CMYK
RGB Variations
Color information
#AC8421 (or 0xAC8421) is known color: Hacienda. HEX triplet: AC, 84 and 21. RGB value is (172,132,33). Sum of RGB (Red+Green+Blue) = 172+132+33=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8421 is #537BDE. Grayscale: #858585. Windows color (decimal): -5471199 or 2196652. OLE color: 2196652.
HSL color Cylindrical-coordinate representation of color #AC8421: hue angle of 42.73º 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 #AC8421 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 33 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.33 |
| HSL | 42.73º | 0.68% | 0.4% | - |
| HSV(B) | 42.73º | 0.81% | 0.67% | - |
| XYZ | 25.54 | 25.38 | 4.99 | - |
| YUV | 132.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 33 | 0 | 0.23 | 0.81 | 0.33 | 42.73 | 0.68 | 0.4 |
| Hex | AC | 84 | 21 | 0 | 17 | 51 | 21 | 2B | 44 | 28 |
| Octal | 254 | 204 | 41 | 0 | 27 | 121 | 41 | 53 | 104 | 50 |
| Binary | 10101100 | 10000100 | 100001 | 0 | 10111 | 1010001 | 100001 | 101011 | 1000100 | 101000 |
Color Harmonies of #AC8421
Complementary color
Monochromatic Colors of #AC8421
Black with #AC8421
Text Example
Text Example
White with #AC8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8421; }
p { color: rgb(172,132,33); }
H1.HeaderClassName
{
color: #AC8421;
}
.AnyTagClassName
{
color: #AC8421;
}
</style>
background-color css
<style>
a { background-color: #AC8421; }
a { background-color: rgb(172,132,33); }
div.DivClassName
{
background-color: #AC8421;
}
.BgClassName
{
background-color: #AC8421;
}
</style>
border-color css
<style>
span { border-color: #AC8421; }
span { border-color: rgb(172,132,33); }
td.TdClassName
{
border-color: #AC8421;
}
.TagClassName
{
border-color: #AC8421;
}
</style>