Shades of Hacienda #AC881F
Tints of Hacienda #AC881F
RGB
CMYK
RGB Variations
Color information
#AC881F (or 0xAC881F) is known color: Hacienda. HEX triplet: AC, 88 and 1F. RGB value is (172,136,31). Sum of RGB (Red+Green+Blue) = 172+136+31=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC881F is #5377E0. Grayscale: #878787. Windows color (decimal): -5470177 or 2066604. OLE color: 2066604.
HSL color Cylindrical-coordinate representation of color #AC881F: hue angle of 44.68º 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 #AC881F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 31 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.33 |
| HSL | 44.68º | 0.69% | 0.4% | - |
| HSV(B) | 44.68º | 0.82% | 0.67% | - |
| XYZ | 26.06 | 26.48 | 5.03 | - |
| YUV | 134.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 31 | 0 | 0.21 | 0.82 | 0.33 | 44.68 | 0.69 | 0.4 |
| Hex | AC | 88 | 1F | 0 | 15 | 52 | 21 | 2D | 45 | 28 |
| Octal | 254 | 210 | 37 | 0 | 25 | 122 | 41 | 55 | 105 | 50 |
| Binary | 10101100 | 10001000 | 11111 | 0 | 10101 | 1010010 | 100001 | 101101 | 1000101 | 101000 |
Color Harmonies of #AC881F
Complementary color
Monochromatic Colors of #AC881F
Black with #AC881F
Text Example
Text Example
White with #AC881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC881F; }
p { color: rgb(172,136,31); }
H1.HeaderClassName
{
color: #AC881F;
}
.AnyTagClassName
{
color: #AC881F;
}
</style>
background-color css
<style>
a { background-color: #AC881F; }
a { background-color: rgb(172,136,31); }
div.DivClassName
{
background-color: #AC881F;
}
.BgClassName
{
background-color: #AC881F;
}
</style>
border-color css
<style>
span { border-color: #AC881F; }
span { border-color: rgb(172,136,31); }
td.TdClassName
{
border-color: #AC881F;
}
.TagClassName
{
border-color: #AC881F;
}
</style>