Shades of Hacienda #A1781D
Tints of Hacienda #A1781D
RGB
CMYK
RGB Variations
Color information
#A1781D (or 0xA1781D) is known color: Hacienda. HEX triplet: A1, 78 and 1D. RGB value is (161,120,29). Sum of RGB (Red+Green+Blue) = 161+120+29=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1781D is #5E87E2. Grayscale: #7A7A7A. Windows color (decimal): -6195171 or 1931425. OLE color: 1931425.
HSL color Cylindrical-coordinate representation of color #A1781D: hue angle of 41.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1781D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 29 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.37 |
| HSL | 41.36º | 0.69% | 0.37% | - |
| HSV(B) | 41.36º | 0.82% | 0.63% | - |
| XYZ | 21.64 | 21.1 | 4.09 | - |
| YUV | 121.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 29 | 0 | 0.25 | 0.82 | 0.37 | 41.36 | 0.69 | 0.37 |
| Hex | A1 | 78 | 1D | 0 | 19 | 52 | 25 | 29 | 45 | 25 |
| Octal | 241 | 170 | 35 | 0 | 31 | 122 | 45 | 51 | 105 | 45 |
| Binary | 10100001 | 1111000 | 11101 | 0 | 11001 | 1010010 | 100101 | 101001 | 1000101 | 100101 |
Color Harmonies of #A1781D
Complementary color
Monochromatic Colors of #A1781D
Black with #A1781D
Text Example
Text Example
White with #A1781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1781D; }
p { color: rgb(161,120,29); }
H1.HeaderClassName
{
color: #A1781D;
}
.AnyTagClassName
{
color: #A1781D;
}
</style>
background-color css
<style>
a { background-color: #A1781D; }
a { background-color: rgb(161,120,29); }
div.DivClassName
{
background-color: #A1781D;
}
.BgClassName
{
background-color: #A1781D;
}
</style>
border-color css
<style>
span { border-color: #A1781D; }
span { border-color: rgb(161,120,29); }
td.TdClassName
{
border-color: #A1781D;
}
.TagClassName
{
border-color: #A1781D;
}
</style>