Shades of Hacienda #AC8A24
Tints of Hacienda #AC8A24
RGB
CMYK
RGB Variations
Color information
#AC8A24 (or 0xAC8A24) is known color: Hacienda. HEX triplet: AC, 8A and 24. RGB value is (172,138,36). Sum of RGB (Red+Green+Blue) = 172+138+36=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A24 is #5375DB. Grayscale: #888888. Windows color (decimal): -5469660 or 2394796. OLE color: 2394796.
HSL color Cylindrical-coordinate representation of color #AC8A24: hue angle of 45º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC8A24 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 36 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.33 |
| HSL | 45º | 0.65% | 0.41% | - |
| HSV(B) | 45º | 0.79% | 0.67% | - |
| XYZ | 26.42 | 27.07 | 5.5 | - |
| YUV | 136.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 36 | 0 | 0.20 | 0.79 | 0.33 | 45 | 0.65 | 0.41 |
| Hex | AC | 8A | 24 | 0 | 14 | 4F | 21 | 2D | 41 | 29 |
| Octal | 254 | 212 | 44 | 0 | 24 | 117 | 41 | 55 | 101 | 51 |
| Binary | 10101100 | 10001010 | 100100 | 0 | 10100 | 1001111 | 100001 | 101101 | 1000001 | 101001 |
Color Harmonies of #AC8A24
Complementary color
Monochromatic Colors of #AC8A24
Black with #AC8A24
Text Example
Text Example
White with #AC8A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A24; }
p { color: rgb(172,138,36); }
H1.HeaderClassName
{
color: #AC8A24;
}
.AnyTagClassName
{
color: #AC8A24;
}
</style>
background-color css
<style>
a { background-color: #AC8A24; }
a { background-color: rgb(172,138,36); }
div.DivClassName
{
background-color: #AC8A24;
}
.BgClassName
{
background-color: #AC8A24;
}
</style>
border-color css
<style>
span { border-color: #AC8A24; }
span { border-color: rgb(172,138,36); }
td.TdClassName
{
border-color: #AC8A24;
}
.TagClassName
{
border-color: #AC8A24;
}
</style>