Shades of Hacienda #A2821E
Tints of Hacienda #A2821E
RGB
CMYK
RGB Variations
Color information
#A2821E (or 0xA2821E) is known color: Hacienda. HEX triplet: A2, 82 and 1E. RGB value is (162,130,30). Sum of RGB (Red+Green+Blue) = 162+130+30=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2821E is #5D7DE1. Grayscale: #808080. Windows color (decimal): -6127074 or 1999522. OLE color: 1999522.
HSL color Cylindrical-coordinate representation of color #A2821E: hue angle of 45.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2821E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 30 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.36 |
| HSL | 45.45º | 0.69% | 0.38% | - |
| HSV(B) | 45.45º | 0.81% | 0.64% | - |
| XYZ | 23.12 | 23.74 | 4.59 | - |
| YUV | 128.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 30 | 0 | 0.20 | 0.81 | 0.36 | 45.45 | 0.69 | 0.38 |
| Hex | A2 | 82 | 1E | 0 | 14 | 51 | 24 | 2D | 45 | 26 |
| Octal | 242 | 202 | 36 | 0 | 24 | 121 | 44 | 55 | 105 | 46 |
| Binary | 10100010 | 10000010 | 11110 | 0 | 10100 | 1010001 | 100100 | 101101 | 1000101 | 100110 |
Color Harmonies of #A2821E
Complementary color
Monochromatic Colors of #A2821E
Black with #A2821E
Text Example
Text Example
White with #A2821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2821E; }
p { color: rgb(162,130,30); }
H1.HeaderClassName
{
color: #A2821E;
}
.AnyTagClassName
{
color: #A2821E;
}
</style>
background-color css
<style>
a { background-color: #A2821E; }
a { background-color: rgb(162,130,30); }
div.DivClassName
{
background-color: #A2821E;
}
.BgClassName
{
background-color: #A2821E;
}
</style>
border-color css
<style>
span { border-color: #A2821E; }
span { border-color: rgb(162,130,30); }
td.TdClassName
{
border-color: #A2821E;
}
.TagClassName
{
border-color: #A2821E;
}
</style>