Shades of Hacienda #A0822D
Tints of Hacienda #A0822D
RGB
CMYK
RGB Variations
Color information
#A0822D (or 0xA0822D) is known color: Hacienda. HEX triplet: A0, 82 and 2D. RGB value is (160,130,45). Sum of RGB (Red+Green+Blue) = 160+130+45=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0822D is #5F7DD2. Grayscale: #818181. Windows color (decimal): -6258131 or 2982560. OLE color: 2982560.
HSL color Cylindrical-coordinate representation of color #A0822D: hue angle of 44.35º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0822D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 45 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.37 |
| HSL | 44.35º | 0.56% | 0.4% | - |
| HSV(B) | 44.35º | 0.72% | 0.63% | - |
| XYZ | 22.95 | 23.63 | 5.83 | - |
| YUV | 129.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 45 | 0 | 0.19 | 0.72 | 0.37 | 44.35 | 0.56 | 0.4 |
| Hex | A0 | 82 | 2D | 0 | 13 | 48 | 25 | 2C | 38 | 28 |
| Octal | 240 | 202 | 55 | 0 | 23 | 110 | 45 | 54 | 70 | 50 |
| Binary | 10100000 | 10000010 | 101101 | 0 | 10011 | 1001000 | 100101 | 101100 | 111000 | 101000 |
Color Harmonies of #A0822D
Complementary color
Monochromatic Colors of #A0822D
Black with #A0822D
Text Example
Text Example
White with #A0822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0822D; }
p { color: rgb(160,130,45); }
H1.HeaderClassName
{
color: #A0822D;
}
.AnyTagClassName
{
color: #A0822D;
}
</style>
background-color css
<style>
a { background-color: #A0822D; }
a { background-color: rgb(160,130,45); }
div.DivClassName
{
background-color: #A0822D;
}
.BgClassName
{
background-color: #A0822D;
}
</style>
border-color css
<style>
span { border-color: #A0822D; }
span { border-color: rgb(160,130,45); }
td.TdClassName
{
border-color: #A0822D;
}
.TagClassName
{
border-color: #A0822D;
}
</style>