Shades of Hacienda #A2812B
Tints of Hacienda #A2812B
RGB
CMYK
RGB Variations
Color information
#A2812B (or 0xA2812B) is known color: Hacienda. HEX triplet: A2, 81 and 2B. RGB value is (162,129,43). Sum of RGB (Red+Green+Blue) = 162+129+43=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2812B is #5D7ED4. Grayscale: #818181. Windows color (decimal): -6127317 or 2851234. OLE color: 2851234.
HSL color Cylindrical-coordinate representation of color #A2812B: hue angle of 43.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2812B is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 43 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.36 |
| HSL | 43.36º | 0.58% | 0.4% | - |
| HSV(B) | 43.36º | 0.73% | 0.64% | - |
| XYZ | 23.19 | 23.56 | 5.61 | - |
| YUV | 129.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 43 | 0 | 0.20 | 0.73 | 0.36 | 43.36 | 0.58 | 0.4 |
| Hex | A2 | 81 | 2B | 0 | 14 | 49 | 24 | 2B | 3A | 28 |
| Octal | 242 | 201 | 53 | 0 | 24 | 111 | 44 | 53 | 72 | 50 |
| Binary | 10100010 | 10000001 | 101011 | 0 | 10100 | 1001001 | 100100 | 101011 | 111010 | 101000 |
Color Harmonies of #A2812B
Complementary color
Monochromatic Colors of #A2812B
Black with #A2812B
Text Example
Text Example
White with #A2812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2812B; }
p { color: rgb(162,129,43); }
H1.HeaderClassName
{
color: #A2812B;
}
.AnyTagClassName
{
color: #A2812B;
}
</style>
background-color css
<style>
a { background-color: #A2812B; }
a { background-color: rgb(162,129,43); }
div.DivClassName
{
background-color: #A2812B;
}
.BgClassName
{
background-color: #A2812B;
}
</style>
border-color css
<style>
span { border-color: #A2812B; }
span { border-color: rgb(162,129,43); }
td.TdClassName
{
border-color: #A2812B;
}
.TagClassName
{
border-color: #A2812B;
}
</style>