Shades of Hacienda #AC8920
Tints of Hacienda #AC8920
RGB
CMYK
RGB Variations
Color information
#AC8920 (or 0xAC8920) is known color: Hacienda. HEX triplet: AC, 89 and 20. RGB value is (172,137,32). Sum of RGB (Red+Green+Blue) = 172+137+32=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8920 is #5376DF. Grayscale: #878787. Windows color (decimal): -5469920 or 2132396. OLE color: 2132396.
HSL color Cylindrical-coordinate representation of color #AC8920: hue angle of 45º 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 #AC8920 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 32 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.33 |
| HSL | 45º | 0.69% | 0.4% | - |
| HSV(B) | 45º | 0.81% | 0.67% | - |
| XYZ | 26.22 | 26.77 | 5.15 | - |
| YUV | 135.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 32 | 0 | 0.20 | 0.81 | 0.33 | 45 | 0.69 | 0.4 |
| Hex | AC | 89 | 20 | 0 | 14 | 51 | 21 | 2D | 45 | 28 |
| Octal | 254 | 211 | 40 | 0 | 24 | 121 | 41 | 55 | 105 | 50 |
| Binary | 10101100 | 10001001 | 100000 | 0 | 10100 | 1010001 | 100001 | 101101 | 1000101 | 101000 |
Color Harmonies of #AC8920
Complementary color
Monochromatic Colors of #AC8920
Black with #AC8920
Text Example
Text Example
White with #AC8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8920; }
p { color: rgb(172,137,32); }
H1.HeaderClassName
{
color: #AC8920;
}
.AnyTagClassName
{
color: #AC8920;
}
</style>
background-color css
<style>
a { background-color: #AC8920; }
a { background-color: rgb(172,137,32); }
div.DivClassName
{
background-color: #AC8920;
}
.BgClassName
{
background-color: #AC8920;
}
</style>
border-color css
<style>
span { border-color: #AC8920; }
span { border-color: rgb(172,137,32); }
td.TdClassName
{
border-color: #AC8920;
}
.TagClassName
{
border-color: #AC8920;
}
</style>