Shades of Hacienda #AC811F
Tints of Hacienda #AC811F
RGB
CMYK
RGB Variations
Color information
#AC811F (or 0xAC811F) is known color: Hacienda. HEX triplet: AC, 81 and 1F. RGB value is (172,129,31). Sum of RGB (Red+Green+Blue) = 172+129+31=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC811F is #537EE0. Grayscale: #838383. Windows color (decimal): -5471969 or 2064812. OLE color: 2064812.
HSL color Cylindrical-coordinate representation of color #AC811F: hue angle of 41.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC811F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 31 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.33 |
| HSL | 41.7º | 0.69% | 0.4% | - |
| HSV(B) | 41.7º | 0.82% | 0.67% | - |
| XYZ | 25.11 | 24.57 | 4.72 | - |
| YUV | 130.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 31 | 0 | 0.25 | 0.82 | 0.33 | 41.7 | 0.69 | 0.4 |
| Hex | AC | 81 | 1F | 0 | 19 | 52 | 21 | 2A | 45 | 28 |
| Octal | 254 | 201 | 37 | 0 | 31 | 122 | 41 | 52 | 105 | 50 |
| Binary | 10101100 | 10000001 | 11111 | 0 | 11001 | 1010010 | 100001 | 101010 | 1000101 | 101000 |
Color Harmonies of #AC811F
Complementary color
Monochromatic Colors of #AC811F
Black with #AC811F
Text Example
Text Example
White with #AC811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC811F; }
p { color: rgb(172,129,31); }
H1.HeaderClassName
{
color: #AC811F;
}
.AnyTagClassName
{
color: #AC811F;
}
</style>
background-color css
<style>
a { background-color: #AC811F; }
a { background-color: rgb(172,129,31); }
div.DivClassName
{
background-color: #AC811F;
}
.BgClassName
{
background-color: #AC811F;
}
</style>
border-color css
<style>
span { border-color: #AC811F; }
span { border-color: rgb(172,129,31); }
td.TdClassName
{
border-color: #AC811F;
}
.TagClassName
{
border-color: #AC811F;
}
</style>