Shades of Hacienda #A4852C
Tints of Hacienda #A4852C
RGB
CMYK
RGB Variations
Color information
#A4852C (or 0xA4852C) is known color: Hacienda. HEX triplet: A4, 85 and 2C. RGB value is (164,133,44). Sum of RGB (Red+Green+Blue) = 164+133+44=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4852C is #5B7AD3. Grayscale: #848484. Windows color (decimal): -5995220 or 2917796. OLE color: 2917796.
HSL color Cylindrical-coordinate representation of color #A4852C: hue angle of 44.5º degrees, saturation: 0.58, 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 #A4852C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 44 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.36 |
| HSL | 44.5º | 0.58% | 0.41% | - |
| HSV(B) | 44.5º | 0.73% | 0.64% | - |
| XYZ | 24.15 | 24.85 | 5.91 | - |
| YUV | 132.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 44 | 0 | 0.19 | 0.73 | 0.36 | 44.5 | 0.58 | 0.41 |
| Hex | A4 | 85 | 2C | 0 | 13 | 49 | 24 | 2C | 3A | 29 |
| Octal | 244 | 205 | 54 | 0 | 23 | 111 | 44 | 54 | 72 | 51 |
| Binary | 10100100 | 10000101 | 101100 | 0 | 10011 | 1001001 | 100100 | 101100 | 111010 | 101001 |
Color Harmonies of #A4852C
Complementary color
Monochromatic Colors of #A4852C
Black with #A4852C
Text Example
Text Example
White with #A4852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4852C; }
p { color: rgb(164,133,44); }
H1.HeaderClassName
{
color: #A4852C;
}
.AnyTagClassName
{
color: #A4852C;
}
</style>
background-color css
<style>
a { background-color: #A4852C; }
a { background-color: rgb(164,133,44); }
div.DivClassName
{
background-color: #A4852C;
}
.BgClassName
{
background-color: #A4852C;
}
</style>
border-color css
<style>
span { border-color: #A4852C; }
span { border-color: rgb(164,133,44); }
td.TdClassName
{
border-color: #A4852C;
}
.TagClassName
{
border-color: #A4852C;
}
</style>