Shades of Hacienda #AC8521
Tints of Hacienda #AC8521
RGB
CMYK
RGB Variations
Color information
#AC8521 (or 0xAC8521) is known color: Hacienda. HEX triplet: AC, 85 and 21. RGB value is (172,133,33). Sum of RGB (Red+Green+Blue) = 172+133+33=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8521 is #537ADE. Grayscale: #858585. Windows color (decimal): -5470943 or 2196908. OLE color: 2196908.
HSL color Cylindrical-coordinate representation of color #AC8521: hue angle of 43.17º 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 #AC8521 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 33 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.33 |
| HSL | 43.17º | 0.68% | 0.4% | - |
| HSV(B) | 43.17º | 0.81% | 0.67% | - |
| XYZ | 25.68 | 25.66 | 5.04 | - |
| YUV | 133.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 33 | 0 | 0.23 | 0.81 | 0.33 | 43.17 | 0.68 | 0.4 |
| Hex | AC | 85 | 21 | 0 | 17 | 51 | 21 | 2B | 44 | 28 |
| Octal | 254 | 205 | 41 | 0 | 27 | 121 | 41 | 53 | 104 | 50 |
| Binary | 10101100 | 10000101 | 100001 | 0 | 10111 | 1010001 | 100001 | 101011 | 1000100 | 101000 |
Color Harmonies of #AC8521
Complementary color
Monochromatic Colors of #AC8521
Black with #AC8521
Text Example
Text Example
White with #AC8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8521; }
p { color: rgb(172,133,33); }
H1.HeaderClassName
{
color: #AC8521;
}
.AnyTagClassName
{
color: #AC8521;
}
</style>
background-color css
<style>
a { background-color: #AC8521; }
a { background-color: rgb(172,133,33); }
div.DivClassName
{
background-color: #AC8521;
}
.BgClassName
{
background-color: #AC8521;
}
</style>
border-color css
<style>
span { border-color: #AC8521; }
span { border-color: rgb(172,133,33); }
td.TdClassName
{
border-color: #AC8521;
}
.TagClassName
{
border-color: #AC8521;
}
</style>