Shades of Hacienda #A1771A
Tints of Hacienda #A1771A
RGB
CMYK
RGB Variations
Color information
#A1771A (or 0xA1771A) is known color: Hacienda. HEX triplet: A1, 77 and 1A. RGB value is (161,119,26). Sum of RGB (Red+Green+Blue) = 161+119+26=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1771A is #5E88E5. Grayscale: #797979. Windows color (decimal): -6195430 or 1734561. OLE color: 1734561.
HSL color Cylindrical-coordinate representation of color #A1771A: hue angle of 41.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 #A1771A is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 26 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.37 |
| HSL | 41.33º | 0.72% | 0.37% | - |
| HSV(B) | 41.33º | 0.84% | 0.63% | - |
| XYZ | 21.48 | 20.85 | 3.87 | - |
| YUV | 120.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 26 | 0 | 0.26 | 0.84 | 0.37 | 41.33 | 0.72 | 0.37 |
| Hex | A1 | 77 | 1A | 0 | 1A | 54 | 25 | 29 | 48 | 25 |
| Octal | 241 | 167 | 32 | 0 | 32 | 124 | 45 | 51 | 110 | 45 |
| Binary | 10100001 | 1110111 | 11010 | 0 | 11010 | 1010100 | 100101 | 101001 | 1001000 | 100101 |
Color Harmonies of #A1771A
Complementary color
Monochromatic Colors of #A1771A
Black with #A1771A
Text Example
Text Example
White with #A1771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1771A; }
p { color: rgb(161,119,26); }
H1.HeaderClassName
{
color: #A1771A;
}
.AnyTagClassName
{
color: #A1771A;
}
</style>
background-color css
<style>
a { background-color: #A1771A; }
a { background-color: rgb(161,119,26); }
div.DivClassName
{
background-color: #A1771A;
}
.BgClassName
{
background-color: #A1771A;
}
</style>
border-color css
<style>
span { border-color: #A1771A; }
span { border-color: rgb(161,119,26); }
td.TdClassName
{
border-color: #A1771A;
}
.TagClassName
{
border-color: #A1771A;
}
</style>