Shades of Hacienda #AC7C1C
Tints of Hacienda #AC7C1C
RGB
CMYK
RGB Variations
Color information
#AC7C1C (or 0xAC7C1C) is known color: Hacienda. HEX triplet: AC, 7C and 1C. RGB value is (172,124,28). Sum of RGB (Red+Green+Blue) = 172+124+28=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C1C is #5383E3. Grayscale: #7F7F7F. Windows color (decimal): -5473252 or 1866924. OLE color: 1866924.
HSL color Cylindrical-coordinate representation of color #AC7C1C: hue angle of 40º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC7C1C is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 28 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.33 |
| HSL | 40º | 0.72% | 0.39% | - |
| HSV(B) | 40º | 0.84% | 0.67% | - |
| XYZ | 24.43 | 23.27 | 4.3 | - |
| YUV | 127.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 28 | 0 | 0.28 | 0.84 | 0.33 | 40 | 0.72 | 0.39 |
| Hex | AC | 7C | 1C | 0 | 1C | 54 | 21 | 28 | 48 | 27 |
| Octal | 254 | 174 | 34 | 0 | 34 | 124 | 41 | 50 | 110 | 47 |
| Binary | 10101100 | 1111100 | 11100 | 0 | 11100 | 1010100 | 100001 | 101000 | 1001000 | 100111 |
Color Harmonies of #AC7C1C
Complementary color
Monochromatic Colors of #AC7C1C
Black with #AC7C1C
Text Example
Text Example
White with #AC7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C1C; }
p { color: rgb(172,124,28); }
H1.HeaderClassName
{
color: #AC7C1C;
}
.AnyTagClassName
{
color: #AC7C1C;
}
</style>
background-color css
<style>
a { background-color: #AC7C1C; }
a { background-color: rgb(172,124,28); }
div.DivClassName
{
background-color: #AC7C1C;
}
.BgClassName
{
background-color: #AC7C1C;
}
</style>
border-color css
<style>
span { border-color: #AC7C1C; }
span { border-color: rgb(172,124,28); }
td.TdClassName
{
border-color: #AC7C1C;
}
.TagClassName
{
border-color: #AC7C1C;
}
</style>