Shades of Hacienda #A1882B
Tints of Hacienda #A1882B
RGB
CMYK
RGB Variations
Color information
#A1882B (or 0xA1882B) is known color: Hacienda. HEX triplet: A1, 88 and 2B. RGB value is (161,136,43). Sum of RGB (Red+Green+Blue) = 161+136+43=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1882B is #5E77D4. Grayscale: #858585. Windows color (decimal): -6191061 or 2853025. OLE color: 2853025.
HSL color Cylindrical-coordinate representation of color #A1882B: hue angle of 47.29º 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 #A1882B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 43 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.37 |
| HSL | 47.29º | 0.58% | 0.4% | - |
| HSV(B) | 47.29º | 0.73% | 0.63% | - |
| XYZ | 23.94 | 25.36 | 5.92 | - |
| YUV | 132.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 43 | 0 | 0.16 | 0.73 | 0.37 | 47.29 | 0.58 | 0.4 |
| Hex | A1 | 88 | 2B | 0 | 10 | 49 | 25 | 2F | 3A | 28 |
| Octal | 241 | 210 | 53 | 0 | 20 | 111 | 45 | 57 | 72 | 50 |
| Binary | 10100001 | 10001000 | 101011 | 0 | 10000 | 1001001 | 100101 | 101111 | 111010 | 101000 |
Color Harmonies of #A1882B
Complementary color
Monochromatic Colors of #A1882B
Black with #A1882B
Text Example
Text Example
White with #A1882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1882B; }
p { color: rgb(161,136,43); }
H1.HeaderClassName
{
color: #A1882B;
}
.AnyTagClassName
{
color: #A1882B;
}
</style>
background-color css
<style>
a { background-color: #A1882B; }
a { background-color: rgb(161,136,43); }
div.DivClassName
{
background-color: #A1882B;
}
.BgClassName
{
background-color: #A1882B;
}
</style>
border-color css
<style>
span { border-color: #A1882B; }
span { border-color: rgb(161,136,43); }
td.TdClassName
{
border-color: #A1882B;
}
.TagClassName
{
border-color: #A1882B;
}
</style>