Shades of Hacienda #A3862B
Tints of Hacienda #A3862B
RGB
CMYK
RGB Variations
Color information
#A3862B (or 0xA3862B) is known color: Hacienda. HEX triplet: A3, 86 and 2B. RGB value is (163,134,43). Sum of RGB (Red+Green+Blue) = 163+134+43=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3862B is #5C79D4. Grayscale: #848484. Windows color (decimal): -6060501 or 2852515. OLE color: 2852515.
HSL color Cylindrical-coordinate representation of color #A3862B: hue angle of 45.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 #A3862B is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 43 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.36 |
| HSL | 45.5º | 0.58% | 0.4% | - |
| HSV(B) | 45.5º | 0.74% | 0.64% | - |
| XYZ | 24.07 | 25.01 | 5.84 | - |
| YUV | 132.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 43 | 0 | 0.18 | 0.74 | 0.36 | 45.5 | 0.58 | 0.4 |
| Hex | A3 | 86 | 2B | 0 | 12 | 4A | 24 | 2E | 3A | 28 |
| Octal | 243 | 206 | 53 | 0 | 22 | 112 | 44 | 56 | 72 | 50 |
| Binary | 10100011 | 10000110 | 101011 | 0 | 10010 | 1001010 | 100100 | 101110 | 111010 | 101000 |
Color Harmonies of #A3862B
Complementary color
Monochromatic Colors of #A3862B
Black with #A3862B
Text Example
Text Example
White with #A3862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3862B; }
p { color: rgb(163,134,43); }
H1.HeaderClassName
{
color: #A3862B;
}
.AnyTagClassName
{
color: #A3862B;
}
</style>
background-color css
<style>
a { background-color: #A3862B; }
a { background-color: rgb(163,134,43); }
div.DivClassName
{
background-color: #A3862B;
}
.BgClassName
{
background-color: #A3862B;
}
</style>
border-color css
<style>
span { border-color: #A3862B; }
span { border-color: rgb(163,134,43); }
td.TdClassName
{
border-color: #A3862B;
}
.TagClassName
{
border-color: #A3862B;
}
</style>