Shades of Hacienda #A1771C
Tints of Hacienda #A1771C
RGB
CMYK
RGB Variations
Color information
#A1771C (or 0xA1771C) is known color: Hacienda. HEX triplet: A1, 77 and 1C. RGB value is (161,119,28). Sum of RGB (Red+Green+Blue) = 161+119+28=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1771C is #5E88E3. Grayscale: #797979. Windows color (decimal): -6195428 or 1865633. OLE color: 1865633.
HSL color Cylindrical-coordinate representation of color #A1771C: hue angle of 41.05º 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 #A1771C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 28 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.37 |
| HSL | 41.05º | 0.7% | 0.37% | - |
| HSV(B) | 41.05º | 0.83% | 0.63% | - |
| XYZ | 21.5 | 20.85 | 3.99 | - |
| YUV | 121.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 28 | 0 | 0.26 | 0.83 | 0.37 | 41.05 | 0.7 | 0.37 |
| Hex | A1 | 77 | 1C | 0 | 1A | 53 | 25 | 29 | 46 | 25 |
| Octal | 241 | 167 | 34 | 0 | 32 | 123 | 45 | 51 | 106 | 45 |
| Binary | 10100001 | 1110111 | 11100 | 0 | 11010 | 1010011 | 100101 | 101001 | 1000110 | 100101 |
Color Harmonies of #A1771C
Complementary color
Monochromatic Colors of #A1771C
Black with #A1771C
Text Example
Text Example
White with #A1771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1771C; }
p { color: rgb(161,119,28); }
H1.HeaderClassName
{
color: #A1771C;
}
.AnyTagClassName
{
color: #A1771C;
}
</style>
background-color css
<style>
a { background-color: #A1771C; }
a { background-color: rgb(161,119,28); }
div.DivClassName
{
background-color: #A1771C;
}
.BgClassName
{
background-color: #A1771C;
}
</style>
border-color css
<style>
span { border-color: #A1771C; }
span { border-color: rgb(161,119,28); }
td.TdClassName
{
border-color: #A1771C;
}
.TagClassName
{
border-color: #A1771C;
}
</style>