Shades of Hacienda #A3861B
Tints of Hacienda #A3861B
RGB
CMYK
RGB Variations
Color information
#A3861B (or 0xA3861B) is known color: Hacienda. HEX triplet: A3, 86 and 1B. RGB value is (163,134,27). Sum of RGB (Red+Green+Blue) = 163+134+27=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3861B is #5C79E4. Grayscale: #828282. Windows color (decimal): -6060517 or 1803939. OLE color: 1803939.
HSL color Cylindrical-coordinate representation of color #A3861B: hue angle of 47.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3861B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 27 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.36 |
| HSL | 47.21º | 0.72% | 0.37% | - |
| HSV(B) | 47.21º | 0.83% | 0.64% | - |
| XYZ | 23.83 | 24.92 | 4.59 | - |
| YUV | 130.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 27 | 0 | 0.18 | 0.83 | 0.36 | 47.21 | 0.72 | 0.37 |
| Hex | A3 | 86 | 1B | 0 | 12 | 53 | 24 | 2F | 48 | 25 |
| Octal | 243 | 206 | 33 | 0 | 22 | 123 | 44 | 57 | 110 | 45 |
| Binary | 10100011 | 10000110 | 11011 | 0 | 10010 | 1010011 | 100100 | 101111 | 1001000 | 100101 |
Color Harmonies of #A3861B
Complementary color
Monochromatic Colors of #A3861B
Black with #A3861B
Text Example
Text Example
White with #A3861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3861B; }
p { color: rgb(163,134,27); }
H1.HeaderClassName
{
color: #A3861B;
}
.AnyTagClassName
{
color: #A3861B;
}
</style>
background-color css
<style>
a { background-color: #A3861B; }
a { background-color: rgb(163,134,27); }
div.DivClassName
{
background-color: #A3861B;
}
.BgClassName
{
background-color: #A3861B;
}
</style>
border-color css
<style>
span { border-color: #A3861B; }
span { border-color: rgb(163,134,27); }
td.TdClassName
{
border-color: #A3861B;
}
.TagClassName
{
border-color: #A3861B;
}
</style>