Shades of Hacienda #A2790D
Tints of Hacienda #A2790D
RGB
CMYK
RGB Variations
Color information
#A2790D (or 0xA2790D) is known color: Hacienda. HEX triplet: A2, 79 and 0D. RGB value is (162,121,13). Sum of RGB (Red+Green+Blue) = 162+121+13=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2790D is #5D86F2. Grayscale: #797979. Windows color (decimal): -6129395 or 883106. OLE color: 883106.
HSL color Cylindrical-coordinate representation of color #A2790D: hue angle of 43.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2790D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 13 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.36 |
| HSL | 43.49º | 0.85% | 0.34% | - |
| HSV(B) | 43.49º | 0.92% | 0.64% | - |
| XYZ | 21.81 | 21.39 | 3.36 | - |
| YUV | 120.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 13 | 0 | 0.25 | 0.92 | 0.36 | 43.49 | 0.85 | 0.34 |
| Hex | A2 | 79 | D | 0 | 19 | 5C | 24 | 2B | 55 | 22 |
| Octal | 242 | 171 | 15 | 0 | 31 | 134 | 44 | 53 | 125 | 42 |
| Binary | 10100010 | 1111001 | 1101 | 0 | 11001 | 1011100 | 100100 | 101011 | 1010101 | 100010 |
Color Harmonies of #A2790D
Complementary color
Monochromatic Colors of #A2790D
Black with #A2790D
Text Example
Text Example
White with #A2790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2790D; }
p { color: rgb(162,121,13); }
H1.HeaderClassName
{
color: #A2790D;
}
.AnyTagClassName
{
color: #A2790D;
}
</style>
background-color css
<style>
a { background-color: #A2790D; }
a { background-color: rgb(162,121,13); }
div.DivClassName
{
background-color: #A2790D;
}
.BgClassName
{
background-color: #A2790D;
}
</style>
border-color css
<style>
span { border-color: #A2790D; }
span { border-color: rgb(162,121,13); }
td.TdClassName
{
border-color: #A2790D;
}
.TagClassName
{
border-color: #A2790D;
}
</style>