Shades of Hacienda #AC8323
Tints of Hacienda #AC8323
RGB
CMYK
RGB Variations
Color information
#AC8323 (or 0xAC8323) is known color: Hacienda. HEX triplet: AC, 83 and 23. RGB value is (172,131,35). Sum of RGB (Red+Green+Blue) = 172+131+35=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8323 is #537CDC. Grayscale: #848484. Windows color (decimal): -5471453 or 2327468. OLE color: 2327468.
HSL color Cylindrical-coordinate representation of color #AC8323: hue angle of 42.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC8323 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 35 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.33 |
| HSL | 42.04º | 0.66% | 0.41% | - |
| HSV(B) | 42.04º | 0.8% | 0.67% | - |
| XYZ | 25.43 | 25.12 | 5.1 | - |
| YUV | 132.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 35 | 0 | 0.24 | 0.80 | 0.33 | 42.04 | 0.66 | 0.41 |
| Hex | AC | 83 | 23 | 0 | 18 | 50 | 21 | 2A | 42 | 29 |
| Octal | 254 | 203 | 43 | 0 | 30 | 120 | 41 | 52 | 102 | 51 |
| Binary | 10101100 | 10000011 | 100011 | 0 | 11000 | 1010000 | 100001 | 101010 | 1000010 | 101001 |
Color Harmonies of #AC8323
Complementary color
Monochromatic Colors of #AC8323
Black with #AC8323
Text Example
Text Example
White with #AC8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8323; }
p { color: rgb(172,131,35); }
H1.HeaderClassName
{
color: #AC8323;
}
.AnyTagClassName
{
color: #AC8323;
}
</style>
background-color css
<style>
a { background-color: #AC8323; }
a { background-color: rgb(172,131,35); }
div.DivClassName
{
background-color: #AC8323;
}
.BgClassName
{
background-color: #AC8323;
}
</style>
border-color css
<style>
span { border-color: #AC8323; }
span { border-color: rgb(172,131,35); }
td.TdClassName
{
border-color: #AC8323;
}
.TagClassName
{
border-color: #AC8323;
}
</style>