Shades of Hacienda #A3822B
Tints of Hacienda #A3822B
RGB
CMYK
RGB Variations
Color information
#A3822B (or 0xA3822B) is known color: Hacienda. HEX triplet: A3, 82 and 2B. RGB value is (163,130,43). Sum of RGB (Red+Green+Blue) = 163+130+43=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3822B is #5C7DD4. Grayscale: #828282. Windows color (decimal): -6061525 or 2851491. OLE color: 2851491.
HSL color Cylindrical-coordinate representation of color #A3822B: hue angle of 43.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3822B is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 43 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.36 |
| HSL | 43.5º | 0.58% | 0.4% | - |
| HSV(B) | 43.5º | 0.74% | 0.64% | - |
| XYZ | 23.52 | 23.93 | 5.66 | - |
| YUV | 129.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 43 | 0 | 0.20 | 0.74 | 0.36 | 43.5 | 0.58 | 0.4 |
| Hex | A3 | 82 | 2B | 0 | 14 | 4A | 24 | 2C | 3A | 28 |
| Octal | 243 | 202 | 53 | 0 | 24 | 112 | 44 | 54 | 72 | 50 |
| Binary | 10100011 | 10000010 | 101011 | 0 | 10100 | 1001010 | 100100 | 101100 | 111010 | 101000 |
Color Harmonies of #A3822B
Complementary color
Monochromatic Colors of #A3822B
Black with #A3822B
Text Example
Text Example
White with #A3822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3822B; }
p { color: rgb(163,130,43); }
H1.HeaderClassName
{
color: #A3822B;
}
.AnyTagClassName
{
color: #A3822B;
}
</style>
background-color css
<style>
a { background-color: #A3822B; }
a { background-color: rgb(163,130,43); }
div.DivClassName
{
background-color: #A3822B;
}
.BgClassName
{
background-color: #A3822B;
}
</style>
border-color css
<style>
span { border-color: #A3822B; }
span { border-color: rgb(163,130,43); }
td.TdClassName
{
border-color: #A3822B;
}
.TagClassName
{
border-color: #A3822B;
}
</style>