Shades of Hacienda #A2870D
Tints of Hacienda #A2870D
RGB
CMYK
RGB Variations
Color information
#A2870D (or 0xA2870D) is known color: Hacienda. HEX triplet: A2, 87 and 0D. RGB value is (162,135,13). Sum of RGB (Red+Green+Blue) = 162+135+13=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2870D is #5D78F2. Grayscale: #818181. Windows color (decimal): -6125811 or 886690. OLE color: 886690.
HSL color Cylindrical-coordinate representation of color #A2870D: hue angle of 49.13º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2870D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 13 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.36 |
| HSL | 49.13º | 0.85% | 0.34% | - |
| HSV(B) | 49.13º | 0.92% | 0.64% | - |
| XYZ | 23.64 | 25.04 | 3.97 | - |
| YUV | 129.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 13 | 0 | 0.17 | 0.92 | 0.36 | 49.13 | 0.85 | 0.34 |
| Hex | A2 | 87 | D | 0 | 11 | 5C | 24 | 31 | 55 | 22 |
| Octal | 242 | 207 | 15 | 0 | 21 | 134 | 44 | 61 | 125 | 42 |
| Binary | 10100010 | 10000111 | 1101 | 0 | 10001 | 1011100 | 100100 | 110001 | 1010101 | 100010 |
Color Harmonies of #A2870D
Complementary color
Monochromatic Colors of #A2870D
Black with #A2870D
Text Example
Text Example
White with #A2870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2870D; }
p { color: rgb(162,135,13); }
H1.HeaderClassName
{
color: #A2870D;
}
.AnyTagClassName
{
color: #A2870D;
}
</style>
background-color css
<style>
a { background-color: #A2870D; }
a { background-color: rgb(162,135,13); }
div.DivClassName
{
background-color: #A2870D;
}
.BgClassName
{
background-color: #A2870D;
}
</style>
border-color css
<style>
span { border-color: #A2870D; }
span { border-color: rgb(162,135,13); }
td.TdClassName
{
border-color: #A2870D;
}
.TagClassName
{
border-color: #A2870D;
}
</style>