Shades of Hacienda #A1891A
Tints of Hacienda #A1891A
RGB
CMYK
RGB Variations
Color information
#A1891A (or 0xA1891A) is known color: Hacienda. HEX triplet: A1, 89 and 1A. RGB value is (161,137,26). Sum of RGB (Red+Green+Blue) = 161+137+26=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1891A is #5E76E5. Grayscale: #838383. Windows color (decimal): -6190822 or 1739169. OLE color: 1739169.
HSL color Cylindrical-coordinate representation of color #A1891A: hue angle of 49.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1891A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 26 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.37 |
| HSL | 49.33º | 0.72% | 0.37% | - |
| HSV(B) | 49.33º | 0.84% | 0.63% | - |
| XYZ | 23.83 | 25.54 | 4.65 | - |
| YUV | 131.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 26 | 0 | 0.15 | 0.84 | 0.37 | 49.33 | 0.72 | 0.37 |
| Hex | A1 | 89 | 1A | 0 | F | 54 | 25 | 31 | 48 | 25 |
| Octal | 241 | 211 | 32 | 0 | 17 | 124 | 45 | 61 | 110 | 45 |
| Binary | 10100001 | 10001001 | 11010 | 0 | 1111 | 1010100 | 100101 | 110001 | 1001000 | 100101 |
Color Harmonies of #A1891A
Complementary color
Monochromatic Colors of #A1891A
Black with #A1891A
Text Example
Text Example
White with #A1891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1891A; }
p { color: rgb(161,137,26); }
H1.HeaderClassName
{
color: #A1891A;
}
.AnyTagClassName
{
color: #A1891A;
}
</style>
background-color css
<style>
a { background-color: #A1891A; }
a { background-color: rgb(161,137,26); }
div.DivClassName
{
background-color: #A1891A;
}
.BgClassName
{
background-color: #A1891A;
}
</style>
border-color css
<style>
span { border-color: #A1891A; }
span { border-color: rgb(161,137,26); }
td.TdClassName
{
border-color: #A1891A;
}
.TagClassName
{
border-color: #A1891A;
}
</style>