Shades of Hacienda #A3822D
Tints of Hacienda #A3822D
RGB
CMYK
RGB Variations
Color information
#A3822D (or 0xA3822D) is known color: Hacienda. HEX triplet: A3, 82 and 2D. RGB value is (163,130,45). Sum of RGB (Red+Green+Blue) = 163+130+45=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3822D is #5C7DD2. Grayscale: #828282. Windows color (decimal): -6061523 or 2982563. OLE color: 2982563.
HSL color Cylindrical-coordinate representation of color #A3822D: hue angle of 43.22º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3822D is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 45 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.36 |
| HSL | 43.22º | 0.57% | 0.41% | - |
| HSV(B) | 43.22º | 0.72% | 0.64% | - |
| XYZ | 23.56 | 23.94 | 5.86 | - |
| YUV | 130.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 45 | 0 | 0.20 | 0.72 | 0.36 | 43.22 | 0.57 | 0.41 |
| Hex | A3 | 82 | 2D | 0 | 14 | 48 | 24 | 2B | 39 | 29 |
| Octal | 243 | 202 | 55 | 0 | 24 | 110 | 44 | 53 | 71 | 51 |
| Binary | 10100011 | 10000010 | 101101 | 0 | 10100 | 1001000 | 100100 | 101011 | 111001 | 101001 |
Color Harmonies of #A3822D
Complementary color
Monochromatic Colors of #A3822D
Black with #A3822D
Text Example
Text Example
White with #A3822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3822D; }
p { color: rgb(163,130,45); }
H1.HeaderClassName
{
color: #A3822D;
}
.AnyTagClassName
{
color: #A3822D;
}
</style>
background-color css
<style>
a { background-color: #A3822D; }
a { background-color: rgb(163,130,45); }
div.DivClassName
{
background-color: #A3822D;
}
.BgClassName
{
background-color: #A3822D;
}
</style>
border-color css
<style>
span { border-color: #A3822D; }
span { border-color: rgb(163,130,45); }
td.TdClassName
{
border-color: #A3822D;
}
.TagClassName
{
border-color: #A3822D;
}
</style>