Shades of Hacienda #A2852D
Tints of Hacienda #A2852D
RGB
CMYK
RGB Variations
Color information
#A2852D (or 0xA2852D) is known color: Hacienda. HEX triplet: A2, 85 and 2D. RGB value is (162,133,45). Sum of RGB (Red+Green+Blue) = 162+133+45=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2852D is #5D7AD2. Grayscale: #848484. Windows color (decimal): -6126291 or 2983330. OLE color: 2983330.
HSL color Cylindrical-coordinate representation of color #A2852D: hue angle of 45.13º 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 #A2852D is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 45 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.36 |
| HSL | 45.13º | 0.57% | 0.41% | - |
| HSV(B) | 45.13º | 0.72% | 0.64% | - |
| XYZ | 23.76 | 24.65 | 5.99 | - |
| YUV | 131.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 45 | 0 | 0.18 | 0.72 | 0.36 | 45.13 | 0.57 | 0.41 |
| Hex | A2 | 85 | 2D | 0 | 12 | 48 | 24 | 2D | 39 | 29 |
| Octal | 242 | 205 | 55 | 0 | 22 | 110 | 44 | 55 | 71 | 51 |
| Binary | 10100010 | 10000101 | 101101 | 0 | 10010 | 1001000 | 100100 | 101101 | 111001 | 101001 |
Color Harmonies of #A2852D
Complementary color
Monochromatic Colors of #A2852D
Black with #A2852D
Text Example
Text Example
White with #A2852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2852D; }
p { color: rgb(162,133,45); }
H1.HeaderClassName
{
color: #A2852D;
}
.AnyTagClassName
{
color: #A2852D;
}
</style>
background-color css
<style>
a { background-color: #A2852D; }
a { background-color: rgb(162,133,45); }
div.DivClassName
{
background-color: #A2852D;
}
.BgClassName
{
background-color: #A2852D;
}
</style>
border-color css
<style>
span { border-color: #A2852D; }
span { border-color: rgb(162,133,45); }
td.TdClassName
{
border-color: #A2852D;
}
.TagClassName
{
border-color: #A2852D;
}
</style>