Shades of Hacienda #A2822B
Tints of Hacienda #A2822B
RGB
CMYK
RGB Variations
Color information
#A2822B (or 0xA2822B) is known color: Hacienda. HEX triplet: A2, 82 and 2B. RGB value is (162,130,43). Sum of RGB (Red+Green+Blue) = 162+130+43=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2822B is #5D7DD4. Grayscale: #828282. Windows color (decimal): -6127061 or 2851490. OLE color: 2851490.
HSL color Cylindrical-coordinate representation of color #A2822B: hue angle of 43.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 #A2822B is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 43 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.36 |
| HSL | 43.87º | 0.58% | 0.4% | - |
| HSV(B) | 43.87º | 0.73% | 0.64% | - |
| XYZ | 23.32 | 23.82 | 5.65 | - |
| YUV | 129.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 43 | 0 | 0.20 | 0.73 | 0.36 | 43.87 | 0.58 | 0.4 |
| Hex | A2 | 82 | 2B | 0 | 14 | 49 | 24 | 2C | 3A | 28 |
| Octal | 242 | 202 | 53 | 0 | 24 | 111 | 44 | 54 | 72 | 50 |
| Binary | 10100010 | 10000010 | 101011 | 0 | 10100 | 1001001 | 100100 | 101100 | 111010 | 101000 |
Color Harmonies of #A2822B
Complementary color
Monochromatic Colors of #A2822B
Black with #A2822B
Text Example
Text Example
White with #A2822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2822B; }
p { color: rgb(162,130,43); }
H1.HeaderClassName
{
color: #A2822B;
}
.AnyTagClassName
{
color: #A2822B;
}
</style>
background-color css
<style>
a { background-color: #A2822B; }
a { background-color: rgb(162,130,43); }
div.DivClassName
{
background-color: #A2822B;
}
.BgClassName
{
background-color: #A2822B;
}
</style>
border-color css
<style>
span { border-color: #A2822B; }
span { border-color: rgb(162,130,43); }
td.TdClassName
{
border-color: #A2822B;
}
.TagClassName
{
border-color: #A2822B;
}
</style>