Shades of Hacienda #A1781E
Tints of Hacienda #A1781E
RGB
CMYK
RGB Variations
Color information
#A1781E (or 0xA1781E) is known color: Hacienda. HEX triplet: A1, 78 and 1E. RGB value is (161,120,30). Sum of RGB (Red+Green+Blue) = 161+120+30=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1781E is #5E87E1. Grayscale: #7A7A7A. Windows color (decimal): -6195170 or 1996961. OLE color: 1996961.
HSL color Cylindrical-coordinate representation of color #A1781E: hue angle of 41.22º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1781E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 30 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.37 |
| HSL | 41.22º | 0.69% | 0.37% | - |
| HSV(B) | 41.22º | 0.81% | 0.63% | - |
| XYZ | 21.65 | 21.1 | 4.16 | - |
| YUV | 122 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 30 | 0 | 0.25 | 0.81 | 0.37 | 41.22 | 0.69 | 0.37 |
| Hex | A1 | 78 | 1E | 0 | 19 | 51 | 25 | 29 | 45 | 25 |
| Octal | 241 | 170 | 36 | 0 | 31 | 121 | 45 | 51 | 105 | 45 |
| Binary | 10100001 | 1111000 | 11110 | 0 | 11001 | 1010001 | 100101 | 101001 | 1000101 | 100101 |
Color Harmonies of #A1781E
Complementary color
Monochromatic Colors of #A1781E
Black with #A1781E
Text Example
Text Example
White with #A1781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1781E; }
p { color: rgb(161,120,30); }
H1.HeaderClassName
{
color: #A1781E;
}
.AnyTagClassName
{
color: #A1781E;
}
</style>
background-color css
<style>
a { background-color: #A1781E; }
a { background-color: rgb(161,120,30); }
div.DivClassName
{
background-color: #A1781E;
}
.BgClassName
{
background-color: #A1781E;
}
</style>
border-color css
<style>
span { border-color: #A1781E; }
span { border-color: rgb(161,120,30); }
td.TdClassName
{
border-color: #A1781E;
}
.TagClassName
{
border-color: #A1781E;
}
</style>