Shades of Hacienda #A2841C
Tints of Hacienda #A2841C
RGB
CMYK
RGB Variations
Color information
#A2841C (or 0xA2841C) is known color: Hacienda. HEX triplet: A2, 84 and 1C. RGB value is (162,132,28). Sum of RGB (Red+Green+Blue) = 162+132+28=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2841C is #5D7BE3. Grayscale: #818181. Windows color (decimal): -6126564 or 1868962. OLE color: 1868962.
HSL color Cylindrical-coordinate representation of color #A2841C: hue angle of 46.57º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2841C is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 28 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.36 |
| HSL | 46.57º | 0.71% | 0.37% | - |
| HSV(B) | 46.57º | 0.83% | 0.64% | - |
| XYZ | 23.36 | 24.27 | 4.55 | - |
| YUV | 129.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 28 | 0 | 0.19 | 0.83 | 0.36 | 46.57 | 0.71 | 0.37 |
| Hex | A2 | 84 | 1C | 0 | 13 | 53 | 24 | 2F | 47 | 25 |
| Octal | 242 | 204 | 34 | 0 | 23 | 123 | 44 | 57 | 107 | 45 |
| Binary | 10100010 | 10000100 | 11100 | 0 | 10011 | 1010011 | 100100 | 101111 | 1000111 | 100101 |
Color Harmonies of #A2841C
Complementary color
Monochromatic Colors of #A2841C
Black with #A2841C
Text Example
Text Example
White with #A2841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2841C; }
p { color: rgb(162,132,28); }
H1.HeaderClassName
{
color: #A2841C;
}
.AnyTagClassName
{
color: #A2841C;
}
</style>
background-color css
<style>
a { background-color: #A2841C; }
a { background-color: rgb(162,132,28); }
div.DivClassName
{
background-color: #A2841C;
}
.BgClassName
{
background-color: #A2841C;
}
</style>
border-color css
<style>
span { border-color: #A2841C; }
span { border-color: rgb(162,132,28); }
td.TdClassName
{
border-color: #A2841C;
}
.TagClassName
{
border-color: #A2841C;
}
</style>