Shades of Hacienda #A2812D
Tints of Hacienda #A2812D
RGB
CMYK
RGB Variations
Color information
#A2812D (or 0xA2812D) is known color: Hacienda. HEX triplet: A2, 81 and 2D. RGB value is (162,129,45). Sum of RGB (Red+Green+Blue) = 162+129+45=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2812D is #5D7ED2. Grayscale: #818181. Windows color (decimal): -6127315 or 2982306. OLE color: 2982306.
HSL color Cylindrical-coordinate representation of color #A2812D: hue angle of 43.08º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2812D is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 45 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.36 |
| HSL | 43.08º | 0.57% | 0.41% | - |
| HSV(B) | 43.08º | 0.72% | 0.64% | - |
| XYZ | 23.22 | 23.57 | 5.81 | - |
| YUV | 129.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 45 | 0 | 0.20 | 0.72 | 0.36 | 43.08 | 0.57 | 0.41 |
| Hex | A2 | 81 | 2D | 0 | 14 | 48 | 24 | 2B | 39 | 29 |
| Octal | 242 | 201 | 55 | 0 | 24 | 110 | 44 | 53 | 71 | 51 |
| Binary | 10100010 | 10000001 | 101101 | 0 | 10100 | 1001000 | 100100 | 101011 | 111001 | 101001 |
Color Harmonies of #A2812D
Complementary color
Monochromatic Colors of #A2812D
Black with #A2812D
Text Example
Text Example
White with #A2812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2812D; }
p { color: rgb(162,129,45); }
H1.HeaderClassName
{
color: #A2812D;
}
.AnyTagClassName
{
color: #A2812D;
}
</style>
background-color css
<style>
a { background-color: #A2812D; }
a { background-color: rgb(162,129,45); }
div.DivClassName
{
background-color: #A2812D;
}
.BgClassName
{
background-color: #A2812D;
}
</style>
border-color css
<style>
span { border-color: #A2812D; }
span { border-color: rgb(162,129,45); }
td.TdClassName
{
border-color: #A2812D;
}
.TagClassName
{
border-color: #A2812D;
}
</style>