Shades of Hacienda #AC871D
Tints of Hacienda #AC871D
RGB
CMYK
RGB Variations
Color information
#AC871D (or 0xAC871D) is known color: Hacienda. HEX triplet: AC, 87 and 1D. RGB value is (172,135,29). Sum of RGB (Red+Green+Blue) = 172+135+29=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC871D is #5378E2. Grayscale: #868686. Windows color (decimal): -5470435 or 1935276. OLE color: 1935276.
HSL color Cylindrical-coordinate representation of color #AC871D: hue angle of 44.48º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC871D is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 29 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.33 |
| HSL | 44.48º | 0.71% | 0.39% | - |
| HSV(B) | 44.48º | 0.83% | 0.67% | - |
| XYZ | 25.9 | 26.19 | 4.85 | - |
| YUV | 133.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 29 | 0 | 0.22 | 0.83 | 0.33 | 44.48 | 0.71 | 0.39 |
| Hex | AC | 87 | 1D | 0 | 16 | 53 | 21 | 2C | 47 | 27 |
| Octal | 254 | 207 | 35 | 0 | 26 | 123 | 41 | 54 | 107 | 47 |
| Binary | 10101100 | 10000111 | 11101 | 0 | 10110 | 1010011 | 100001 | 101100 | 1000111 | 100111 |
Color Harmonies of #AC871D
Complementary color
Monochromatic Colors of #AC871D
Black with #AC871D
Text Example
Text Example
White with #AC871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC871D; }
p { color: rgb(172,135,29); }
H1.HeaderClassName
{
color: #AC871D;
}
.AnyTagClassName
{
color: #AC871D;
}
</style>
background-color css
<style>
a { background-color: #AC871D; }
a { background-color: rgb(172,135,29); }
div.DivClassName
{
background-color: #AC871D;
}
.BgClassName
{
background-color: #AC871D;
}
</style>
border-color css
<style>
span { border-color: #AC871D; }
span { border-color: rgb(172,135,29); }
td.TdClassName
{
border-color: #AC871D;
}
.TagClassName
{
border-color: #AC871D;
}
</style>