Shades of Hacienda #A3852C
Tints of Hacienda #A3852C
RGB
CMYK
RGB Variations
Color information
#A3852C (or 0xA3852C) is known color: Hacienda. HEX triplet: A3, 85 and 2C. RGB value is (163,133,44). Sum of RGB (Red+Green+Blue) = 163+133+44=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3852C is #5C7AD3. Grayscale: #848484. Windows color (decimal): -6060756 or 2917795. OLE color: 2917795.
HSL color Cylindrical-coordinate representation of color #A3852C: hue angle of 44.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3852C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 44 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.36 |
| HSL | 44.87º | 0.57% | 0.41% | - |
| HSV(B) | 44.87º | 0.73% | 0.64% | - |
| XYZ | 23.95 | 24.74 | 5.9 | - |
| YUV | 131.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 44 | 0 | 0.18 | 0.73 | 0.36 | 44.87 | 0.57 | 0.41 |
| Hex | A3 | 85 | 2C | 0 | 12 | 49 | 24 | 2D | 39 | 29 |
| Octal | 243 | 205 | 54 | 0 | 22 | 111 | 44 | 55 | 71 | 51 |
| Binary | 10100011 | 10000101 | 101100 | 0 | 10010 | 1001001 | 100100 | 101101 | 111001 | 101001 |
Color Harmonies of #A3852C
Complementary color
Monochromatic Colors of #A3852C
Black with #A3852C
Text Example
Text Example
White with #A3852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3852C; }
p { color: rgb(163,133,44); }
H1.HeaderClassName
{
color: #A3852C;
}
.AnyTagClassName
{
color: #A3852C;
}
</style>
background-color css
<style>
a { background-color: #A3852C; }
a { background-color: rgb(163,133,44); }
div.DivClassName
{
background-color: #A3852C;
}
.BgClassName
{
background-color: #A3852C;
}
</style>
border-color css
<style>
span { border-color: #A3852C; }
span { border-color: rgb(163,133,44); }
td.TdClassName
{
border-color: #A3852C;
}
.TagClassName
{
border-color: #A3852C;
}
</style>