Shades of Hacienda #A1842B
Tints of Hacienda #A1842B
RGB
CMYK
RGB Variations
Color information
#A1842B (or 0xA1842B) is known color: Hacienda. HEX triplet: A1, 84 and 2B. RGB value is (161,132,43). Sum of RGB (Red+Green+Blue) = 161+132+43=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1842B is #5E7BD4. Grayscale: #828282. Windows color (decimal): -6192085 or 2852001. OLE color: 2852001.
HSL color Cylindrical-coordinate representation of color #A1842B: hue angle of 45.25º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1842B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 43 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.37 |
| HSL | 45.25º | 0.58% | 0.4% | - |
| HSV(B) | 45.25º | 0.73% | 0.63% | - |
| XYZ | 23.39 | 24.25 | 5.73 | - |
| YUV | 130.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 43 | 0 | 0.18 | 0.73 | 0.37 | 45.25 | 0.58 | 0.4 |
| Hex | A1 | 84 | 2B | 0 | 12 | 49 | 25 | 2D | 3A | 28 |
| Octal | 241 | 204 | 53 | 0 | 22 | 111 | 45 | 55 | 72 | 50 |
| Binary | 10100001 | 10000100 | 101011 | 0 | 10010 | 1001001 | 100101 | 101101 | 111010 | 101000 |
Color Harmonies of #A1842B
Complementary color
Monochromatic Colors of #A1842B
Black with #A1842B
Text Example
Text Example
White with #A1842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1842B; }
p { color: rgb(161,132,43); }
H1.HeaderClassName
{
color: #A1842B;
}
.AnyTagClassName
{
color: #A1842B;
}
</style>
background-color css
<style>
a { background-color: #A1842B; }
a { background-color: rgb(161,132,43); }
div.DivClassName
{
background-color: #A1842B;
}
.BgClassName
{
background-color: #A1842B;
}
</style>
border-color css
<style>
span { border-color: #A1842B; }
span { border-color: rgb(161,132,43); }
td.TdClassName
{
border-color: #A1842B;
}
.TagClassName
{
border-color: #A1842B;
}
</style>