Shades of Hacienda #A3851E
Tints of Hacienda #A3851E
RGB
CMYK
RGB Variations
Color information
#A3851E (or 0xA3851E) is known color: Hacienda. HEX triplet: A3, 85 and 1E. RGB value is (163,133,30). Sum of RGB (Red+Green+Blue) = 163+133+30=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3851E is #5C7AE1. Grayscale: #828282. Windows color (decimal): -6060770 or 2000291. OLE color: 2000291.
HSL color Cylindrical-coordinate representation of color #A3851E: hue angle of 46.47º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3851E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 30 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.36 |
| HSL | 46.47º | 0.69% | 0.38% | - |
| HSV(B) | 46.47º | 0.82% | 0.64% | - |
| XYZ | 23.73 | 24.66 | 4.74 | - |
| YUV | 130.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 30 | 0 | 0.18 | 0.82 | 0.36 | 46.47 | 0.69 | 0.38 |
| Hex | A3 | 85 | 1E | 0 | 12 | 52 | 24 | 2E | 45 | 26 |
| Octal | 243 | 205 | 36 | 0 | 22 | 122 | 44 | 56 | 105 | 46 |
| Binary | 10100011 | 10000101 | 11110 | 0 | 10010 | 1010010 | 100100 | 101110 | 1000101 | 100110 |
Color Harmonies of #A3851E
Complementary color
Monochromatic Colors of #A3851E
Black with #A3851E
Text Example
Text Example
White with #A3851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3851E; }
p { color: rgb(163,133,30); }
H1.HeaderClassName
{
color: #A3851E;
}
.AnyTagClassName
{
color: #A3851E;
}
</style>
background-color css
<style>
a { background-color: #A3851E; }
a { background-color: rgb(163,133,30); }
div.DivClassName
{
background-color: #A3851E;
}
.BgClassName
{
background-color: #A3851E;
}
</style>
border-color css
<style>
span { border-color: #A3851E; }
span { border-color: rgb(163,133,30); }
td.TdClassName
{
border-color: #A3851E;
}
.TagClassName
{
border-color: #A3851E;
}
</style>