Shades of Hacienda #AC8326
Tints of Hacienda #AC8326
RGB
CMYK
RGB Variations
Color information
#AC8326 (or 0xAC8326) is known color: Hacienda. HEX triplet: AC, 83 and 26. RGB value is (172,131,38). Sum of RGB (Red+Green+Blue) = 172+131+38=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8326 is #537CD9. Grayscale: #858585. Windows color (decimal): -5471450 or 2524076. OLE color: 2524076.
HSL color Cylindrical-coordinate representation of color #AC8326: hue angle of 41.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC8326 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 38 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.33 |
| HSL | 41.64º | 0.64% | 0.41% | - |
| HSV(B) | 41.64º | 0.78% | 0.67% | - |
| XYZ | 25.48 | 25.14 | 5.34 | - |
| YUV | 132.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 38 | 0 | 0.24 | 0.78 | 0.33 | 41.64 | 0.64 | 0.41 |
| Hex | AC | 83 | 26 | 0 | 18 | 4E | 21 | 2A | 40 | 29 |
| Octal | 254 | 203 | 46 | 0 | 30 | 116 | 41 | 52 | 100 | 51 |
| Binary | 10101100 | 10000011 | 100110 | 0 | 11000 | 1001110 | 100001 | 101010 | 1000000 | 101001 |
Color Harmonies of #AC8326
Complementary color
Monochromatic Colors of #AC8326
Black with #AC8326
Text Example
Text Example
White with #AC8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8326; }
p { color: rgb(172,131,38); }
H1.HeaderClassName
{
color: #AC8326;
}
.AnyTagClassName
{
color: #AC8326;
}
</style>
background-color css
<style>
a { background-color: #AC8326; }
a { background-color: rgb(172,131,38); }
div.DivClassName
{
background-color: #AC8326;
}
.BgClassName
{
background-color: #AC8326;
}
</style>
border-color css
<style>
span { border-color: #AC8326; }
span { border-color: rgb(172,131,38); }
td.TdClassName
{
border-color: #AC8326;
}
.TagClassName
{
border-color: #AC8326;
}
</style>