Shades of Hacienda #AC8A25
Tints of Hacienda #AC8A25
RGB
CMYK
RGB Variations
Color information
#AC8A25 (or 0xAC8A25) is known color: Hacienda. HEX triplet: AC, 8A and 25. RGB value is (172,138,37). Sum of RGB (Red+Green+Blue) = 172+138+37=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A25 is #5375DA. Grayscale: #898989. Windows color (decimal): -5469659 or 2460332. OLE color: 2460332.
HSL color Cylindrical-coordinate representation of color #AC8A25: hue angle of 44.89º degrees, saturation: 0.65, 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 #AC8A25 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 37 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.33 |
| HSL | 44.89º | 0.65% | 0.41% | - |
| HSV(B) | 44.89º | 0.78% | 0.67% | - |
| XYZ | 26.44 | 27.08 | 5.58 | - |
| YUV | 136.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 37 | 0 | 0.20 | 0.78 | 0.33 | 44.89 | 0.65 | 0.41 |
| Hex | AC | 8A | 25 | 0 | 14 | 4E | 21 | 2D | 41 | 29 |
| Octal | 254 | 212 | 45 | 0 | 24 | 116 | 41 | 55 | 101 | 51 |
| Binary | 10101100 | 10001010 | 100101 | 0 | 10100 | 1001110 | 100001 | 101101 | 1000001 | 101001 |
Color Harmonies of #AC8A25
Complementary color
Monochromatic Colors of #AC8A25
Black with #AC8A25
Text Example
Text Example
White with #AC8A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A25; }
p { color: rgb(172,138,37); }
H1.HeaderClassName
{
color: #AC8A25;
}
.AnyTagClassName
{
color: #AC8A25;
}
</style>
background-color css
<style>
a { background-color: #AC8A25; }
a { background-color: rgb(172,138,37); }
div.DivClassName
{
background-color: #AC8A25;
}
.BgClassName
{
background-color: #AC8A25;
}
</style>
border-color css
<style>
span { border-color: #AC8A25; }
span { border-color: rgb(172,138,37); }
td.TdClassName
{
border-color: #AC8A25;
}
.TagClassName
{
border-color: #AC8A25;
}
</style>