Shades of Hacienda #AC851C
Tints of Hacienda #AC851C
RGB
CMYK
RGB Variations
Color information
#AC851C (or 0xAC851C) is known color: Hacienda. HEX triplet: AC, 85 and 1C. RGB value is (172,133,28). Sum of RGB (Red+Green+Blue) = 172+133+28=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851C is #537AE3. Grayscale: #858585. Windows color (decimal): -5470948 or 1869228. OLE color: 1869228.
HSL color Cylindrical-coordinate representation of color #AC851C: hue angle of 43.75º 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 #AC851C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 28 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.33 |
| HSL | 43.75º | 0.72% | 0.39% | - |
| HSV(B) | 43.75º | 0.84% | 0.67% | - |
| XYZ | 25.61 | 25.63 | 4.7 | - |
| YUV | 132.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 28 | 0 | 0.23 | 0.84 | 0.33 | 43.75 | 0.72 | 0.39 |
| Hex | AC | 85 | 1C | 0 | 17 | 54 | 21 | 2C | 48 | 27 |
| Octal | 254 | 205 | 34 | 0 | 27 | 124 | 41 | 54 | 110 | 47 |
| Binary | 10101100 | 10000101 | 11100 | 0 | 10111 | 1010100 | 100001 | 101100 | 1001000 | 100111 |
Color Harmonies of #AC851C
Complementary color
Monochromatic Colors of #AC851C
Black with #AC851C
Text Example
Text Example
White with #AC851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC851C; }
p { color: rgb(172,133,28); }
H1.HeaderClassName
{
color: #AC851C;
}
.AnyTagClassName
{
color: #AC851C;
}
</style>
background-color css
<style>
a { background-color: #AC851C; }
a { background-color: rgb(172,133,28); }
div.DivClassName
{
background-color: #AC851C;
}
.BgClassName
{
background-color: #AC851C;
}
</style>
border-color css
<style>
span { border-color: #AC851C; }
span { border-color: rgb(172,133,28); }
td.TdClassName
{
border-color: #AC851C;
}
.TagClassName
{
border-color: #AC851C;
}
</style>