Shades of Hacienda #A1891C
Tints of Hacienda #A1891C
RGB
CMYK
RGB Variations
Color information
#A1891C (or 0xA1891C) is known color: Hacienda. HEX triplet: A1, 89 and 1C. RGB value is (161,137,28). Sum of RGB (Red+Green+Blue) = 161+137+28=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1891C is #5E76E3. Grayscale: #848484. Windows color (decimal): -6190820 or 1870241. OLE color: 1870241.
HSL color Cylindrical-coordinate representation of color #A1891C: hue angle of 49.17º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1891C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 28 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.37 |
| HSL | 49.17º | 0.7% | 0.37% | - |
| HSV(B) | 49.17º | 0.83% | 0.63% | - |
| XYZ | 23.85 | 25.55 | 4.77 | - |
| YUV | 131.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 28 | 0 | 0.15 | 0.83 | 0.37 | 49.17 | 0.7 | 0.37 |
| Hex | A1 | 89 | 1C | 0 | F | 53 | 25 | 31 | 46 | 25 |
| Octal | 241 | 211 | 34 | 0 | 17 | 123 | 45 | 61 | 106 | 45 |
| Binary | 10100001 | 10001001 | 11100 | 0 | 1111 | 1010011 | 100101 | 110001 | 1000110 | 100101 |
Color Harmonies of #A1891C
Complementary color
Monochromatic Colors of #A1891C
Black with #A1891C
Text Example
Text Example
White with #A1891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1891C; }
p { color: rgb(161,137,28); }
H1.HeaderClassName
{
color: #A1891C;
}
.AnyTagClassName
{
color: #A1891C;
}
</style>
background-color css
<style>
a { background-color: #A1891C; }
a { background-color: rgb(161,137,28); }
div.DivClassName
{
background-color: #A1891C;
}
.BgClassName
{
background-color: #A1891C;
}
</style>
border-color css
<style>
span { border-color: #A1891C; }
span { border-color: rgb(161,137,28); }
td.TdClassName
{
border-color: #A1891C;
}
.TagClassName
{
border-color: #A1891C;
}
</style>