Shades of Hacienda #A2781D
Tints of Hacienda #A2781D
RGB
CMYK
RGB Variations
Color information
#A2781D (or 0xA2781D) is known color: Hacienda. HEX triplet: A2, 78 and 1D. RGB value is (162,120,29). Sum of RGB (Red+Green+Blue) = 162+120+29=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2781D is #5D87E2. Grayscale: #7A7A7A. Windows color (decimal): -6129635 or 1931426. OLE color: 1931426.
HSL color Cylindrical-coordinate representation of color #A2781D: hue angle of 41.05º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2781D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 29 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.36 |
| HSL | 41.05º | 0.7% | 0.37% | - |
| HSV(B) | 41.05º | 0.82% | 0.64% | - |
| XYZ | 21.84 | 21.2 | 4.1 | - |
| YUV | 122.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 29 | 0 | 0.26 | 0.82 | 0.36 | 41.05 | 0.7 | 0.37 |
| Hex | A2 | 78 | 1D | 0 | 1A | 52 | 24 | 29 | 46 | 25 |
| Octal | 242 | 170 | 35 | 0 | 32 | 122 | 44 | 51 | 106 | 45 |
| Binary | 10100010 | 1111000 | 11101 | 0 | 11010 | 1010010 | 100100 | 101001 | 1000110 | 100101 |
Color Harmonies of #A2781D
Complementary color
Monochromatic Colors of #A2781D
Black with #A2781D
Text Example
Text Example
White with #A2781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2781D; }
p { color: rgb(162,120,29); }
H1.HeaderClassName
{
color: #A2781D;
}
.AnyTagClassName
{
color: #A2781D;
}
</style>
background-color css
<style>
a { background-color: #A2781D; }
a { background-color: rgb(162,120,29); }
div.DivClassName
{
background-color: #A2781D;
}
.BgClassName
{
background-color: #A2781D;
}
</style>
border-color css
<style>
span { border-color: #A2781D; }
span { border-color: rgb(162,120,29); }
td.TdClassName
{
border-color: #A2781D;
}
.TagClassName
{
border-color: #A2781D;
}
</style>