Shades of Hacienda #A1891F
Tints of Hacienda #A1891F
RGB
CMYK
RGB Variations
Color information
#A1891F (or 0xA1891F) is known color: Hacienda. HEX triplet: A1, 89 and 1F. RGB value is (161,137,31). Sum of RGB (Red+Green+Blue) = 161+137+31=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A1891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1891F is #5E76E0. Grayscale: #848484. Windows color (decimal): -6190817 or 2066849. OLE color: 2066849.
HSL color Cylindrical-coordinate representation of color #A1891F: hue angle of 48.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1891F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 31 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.37 |
| HSL | 48.92º | 0.68% | 0.38% | - |
| HSV(B) | 48.92º | 0.81% | 0.63% | - |
| XYZ | 23.89 | 25.57 | 4.97 | - |
| YUV | 132.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 31 | 0 | 0.15 | 0.81 | 0.37 | 48.92 | 0.68 | 0.38 |
| Hex | A1 | 89 | 1F | 0 | F | 51 | 25 | 31 | 44 | 26 |
| Octal | 241 | 211 | 37 | 0 | 17 | 121 | 45 | 61 | 104 | 46 |
| Binary | 10100001 | 10001001 | 11111 | 0 | 1111 | 1010001 | 100101 | 110001 | 1000100 | 100110 |
Color Harmonies of #A1891F
Complementary color
Monochromatic Colors of #A1891F
Black with #A1891F
Text Example
Text Example
White with #A1891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1891F; }
p { color: rgb(161,137,31); }
H1.HeaderClassName
{
color: #A1891F;
}
.AnyTagClassName
{
color: #A1891F;
}
</style>
background-color css
<style>
a { background-color: #A1891F; }
a { background-color: rgb(161,137,31); }
div.DivClassName
{
background-color: #A1891F;
}
.BgClassName
{
background-color: #A1891F;
}
</style>
border-color css
<style>
span { border-color: #A1891F; }
span { border-color: rgb(161,137,31); }
td.TdClassName
{
border-color: #A1891F;
}
.TagClassName
{
border-color: #A1891F;
}
</style>