Shades of Hacienda #A2871C
Tints of Hacienda #A2871C
RGB
CMYK
RGB Variations
Color information
#A2871C (or 0xA2871C) is known color: Hacienda. HEX triplet: A2, 87 and 1C. RGB value is (162,135,28). Sum of RGB (Red+Green+Blue) = 162+135+28=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2871C is #5D78E3. Grayscale: #838383. Windows color (decimal): -6125796 or 1869730. OLE color: 1869730.
HSL color Cylindrical-coordinate representation of color #A2871C: hue angle of 47.91º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2871C is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 28 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.36 |
| HSL | 47.91º | 0.71% | 0.37% | - |
| HSV(B) | 47.91º | 0.83% | 0.64% | - |
| XYZ | 23.77 | 25.09 | 4.69 | - |
| YUV | 130.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 28 | 0 | 0.17 | 0.83 | 0.36 | 47.91 | 0.71 | 0.37 |
| Hex | A2 | 87 | 1C | 0 | 11 | 53 | 24 | 30 | 47 | 25 |
| Octal | 242 | 207 | 34 | 0 | 21 | 123 | 44 | 60 | 107 | 45 |
| Binary | 10100010 | 10000111 | 11100 | 0 | 10001 | 1010011 | 100100 | 110000 | 1000111 | 100101 |
Color Harmonies of #A2871C
Complementary color
Monochromatic Colors of #A2871C
Black with #A2871C
Text Example
Text Example
White with #A2871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2871C; }
p { color: rgb(162,135,28); }
H1.HeaderClassName
{
color: #A2871C;
}
.AnyTagClassName
{
color: #A2871C;
}
</style>
background-color css
<style>
a { background-color: #A2871C; }
a { background-color: rgb(162,135,28); }
div.DivClassName
{
background-color: #A2871C;
}
.BgClassName
{
background-color: #A2871C;
}
</style>
border-color css
<style>
span { border-color: #A2871C; }
span { border-color: rgb(162,135,28); }
td.TdClassName
{
border-color: #A2871C;
}
.TagClassName
{
border-color: #A2871C;
}
</style>