Shades of Hacienda #AC851A
Tints of Hacienda #AC851A
RGB
CMYK
RGB Variations
Color information
#AC851A (or 0xAC851A) is known color: Hacienda. HEX triplet: AC, 85 and 1A. RGB value is (172,133,26). Sum of RGB (Red+Green+Blue) = 172+133+26=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851A is #537AE5. Grayscale: #848484. Windows color (decimal): -5470950 or 1738156. OLE color: 1738156.
HSL color Cylindrical-coordinate representation of color #AC851A: hue angle of 43.97º degrees, saturation: 0.74, 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 #AC851A is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 26 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.33 |
| HSL | 43.97º | 0.74% | 0.39% | - |
| HSV(B) | 43.97º | 0.85% | 0.67% | - |
| XYZ | 25.59 | 25.62 | 4.57 | - |
| YUV | 132.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 26 | 0 | 0.23 | 0.85 | 0.33 | 43.97 | 0.74 | 0.39 |
| Hex | AC | 85 | 1A | 0 | 17 | 55 | 21 | 2C | 4A | 27 |
| Octal | 254 | 205 | 32 | 0 | 27 | 125 | 41 | 54 | 112 | 47 |
| Binary | 10101100 | 10000101 | 11010 | 0 | 10111 | 1010101 | 100001 | 101100 | 1001010 | 100111 |
Color Harmonies of #AC851A
Complementary color
Monochromatic Colors of #AC851A
Black with #AC851A
Text Example
Text Example
White with #AC851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC851A; }
p { color: rgb(172,133,26); }
H1.HeaderClassName
{
color: #AC851A;
}
.AnyTagClassName
{
color: #AC851A;
}
</style>
background-color css
<style>
a { background-color: #AC851A; }
a { background-color: rgb(172,133,26); }
div.DivClassName
{
background-color: #AC851A;
}
.BgClassName
{
background-color: #AC851A;
}
</style>
border-color css
<style>
span { border-color: #AC851A; }
span { border-color: rgb(172,133,26); }
td.TdClassName
{
border-color: #AC851A;
}
.TagClassName
{
border-color: #AC851A;
}
</style>