Shades of Hacienda #A2842B
Tints of Hacienda #A2842B
RGB
CMYK
RGB Variations
Color information
#A2842B (or 0xA2842B) is known color: Hacienda. HEX triplet: A2, 84 and 2B. RGB value is (162,132,43). Sum of RGB (Red+Green+Blue) = 162+132+43=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2842B is #5D7BD4. Grayscale: #838383. Windows color (decimal): -6126549 or 2852002. OLE color: 2852002.
HSL color Cylindrical-coordinate representation of color #A2842B: hue angle of 44.87º 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 #A2842B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 43 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.36 |
| HSL | 44.87º | 0.58% | 0.4% | - |
| HSV(B) | 44.87º | 0.73% | 0.64% | - |
| XYZ | 23.59 | 24.36 | 5.74 | - |
| YUV | 130.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 43 | 0 | 0.19 | 0.73 | 0.36 | 44.87 | 0.58 | 0.4 |
| Hex | A2 | 84 | 2B | 0 | 13 | 49 | 24 | 2D | 3A | 28 |
| Octal | 242 | 204 | 53 | 0 | 23 | 111 | 44 | 55 | 72 | 50 |
| Binary | 10100010 | 10000100 | 101011 | 0 | 10011 | 1001001 | 100100 | 101101 | 111010 | 101000 |
Color Harmonies of #A2842B
Complementary color
Monochromatic Colors of #A2842B
Black with #A2842B
Text Example
Text Example
White with #A2842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2842B; }
p { color: rgb(162,132,43); }
H1.HeaderClassName
{
color: #A2842B;
}
.AnyTagClassName
{
color: #A2842B;
}
</style>
background-color css
<style>
a { background-color: #A2842B; }
a { background-color: rgb(162,132,43); }
div.DivClassName
{
background-color: #A2842B;
}
.BgClassName
{
background-color: #A2842B;
}
</style>
border-color css
<style>
span { border-color: #A2842B; }
span { border-color: rgb(162,132,43); }
td.TdClassName
{
border-color: #A2842B;
}
.TagClassName
{
border-color: #A2842B;
}
</style>