Shades of Hacienda #AC821E
Tints of Hacienda #AC821E
RGB
CMYK
RGB Variations
Color information
#AC821E (or 0xAC821E) is known color: Hacienda. HEX triplet: AC, 82 and 1E. RGB value is (172,130,30). Sum of RGB (Red+Green+Blue) = 172+130+30=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC821E is #537DE1. Grayscale: #838383. Windows color (decimal): -5471714 or 1999532. OLE color: 1999532.
HSL color Cylindrical-coordinate representation of color #AC821E: hue angle of 42.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC821E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 30 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.33 |
| HSL | 42.25º | 0.7% | 0.4% | - |
| HSV(B) | 42.25º | 0.83% | 0.67% | - |
| XYZ | 25.23 | 24.83 | 4.69 | - |
| YUV | 131.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 30 | 0 | 0.24 | 0.83 | 0.33 | 42.25 | 0.7 | 0.4 |
| Hex | AC | 82 | 1E | 0 | 18 | 53 | 21 | 2A | 46 | 28 |
| Octal | 254 | 202 | 36 | 0 | 30 | 123 | 41 | 52 | 106 | 50 |
| Binary | 10101100 | 10000010 | 11110 | 0 | 11000 | 1010011 | 100001 | 101010 | 1000110 | 101000 |
Color Harmonies of #AC821E
Complementary color
Monochromatic Colors of #AC821E
Black with #AC821E
Text Example
Text Example
White with #AC821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC821E; }
p { color: rgb(172,130,30); }
H1.HeaderClassName
{
color: #AC821E;
}
.AnyTagClassName
{
color: #AC821E;
}
</style>
background-color css
<style>
a { background-color: #AC821E; }
a { background-color: rgb(172,130,30); }
div.DivClassName
{
background-color: #AC821E;
}
.BgClassName
{
background-color: #AC821E;
}
</style>
border-color css
<style>
span { border-color: #AC821E; }
span { border-color: rgb(172,130,30); }
td.TdClassName
{
border-color: #AC821E;
}
.TagClassName
{
border-color: #AC821E;
}
</style>