Shades of Hacienda #AC7C19
Tints of Hacienda #AC7C19
RGB
CMYK
RGB Variations
Color information
#AC7C19 (or 0xAC7C19) is known color: Hacienda. HEX triplet: AC, 7C and 19. RGB value is (172,124,25). Sum of RGB (Red+Green+Blue) = 172+124+25=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C19 is #5383E6. Grayscale: #7F7F7F. Windows color (decimal): -5473255 or 1670316. OLE color: 1670316.
HSL color Cylindrical-coordinate representation of color #AC7C19: hue angle of 40.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC7C19 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 25 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.33 |
| HSL | 40.41º | 0.75% | 0.39% | - |
| HSV(B) | 40.41º | 0.85% | 0.67% | - |
| XYZ | 24.4 | 23.26 | 4.12 | - |
| YUV | 127.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 25 | 0 | 0.28 | 0.85 | 0.33 | 40.41 | 0.75 | 0.39 |
| Hex | AC | 7C | 19 | 0 | 1C | 55 | 21 | 28 | 4B | 27 |
| Octal | 254 | 174 | 31 | 0 | 34 | 125 | 41 | 50 | 113 | 47 |
| Binary | 10101100 | 1111100 | 11001 | 0 | 11100 | 1010101 | 100001 | 101000 | 1001011 | 100111 |
Color Harmonies of #AC7C19
Complementary color
Monochromatic Colors of #AC7C19
Black with #AC7C19
Text Example
Text Example
White with #AC7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C19; }
p { color: rgb(172,124,25); }
H1.HeaderClassName
{
color: #AC7C19;
}
.AnyTagClassName
{
color: #AC7C19;
}
</style>
background-color css
<style>
a { background-color: #AC7C19; }
a { background-color: rgb(172,124,25); }
div.DivClassName
{
background-color: #AC7C19;
}
.BgClassName
{
background-color: #AC7C19;
}
</style>
border-color css
<style>
span { border-color: #AC7C19; }
span { border-color: rgb(172,124,25); }
td.TdClassName
{
border-color: #AC7C19;
}
.TagClassName
{
border-color: #AC7C19;
}
</style>