Shades of Hacienda #A4892A
Tints of Hacienda #A4892A
RGB
CMYK
RGB Variations
Color information
#A4892A (or 0xA4892A) is known color: Hacienda. HEX triplet: A4, 89 and 2A. RGB value is (164,137,42). Sum of RGB (Red+Green+Blue) = 164+137+42=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4892A is #5B76D5. Grayscale: #868686. Windows color (decimal): -5994198 or 2787748. OLE color: 2787748.
HSL color Cylindrical-coordinate representation of color #A4892A: hue angle of 46.72º degrees, saturation: 0.59, 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 #A4892A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 42 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.36 |
| HSL | 46.72º | 0.59% | 0.4% | - |
| HSV(B) | 46.72º | 0.74% | 0.64% | - |
| XYZ | 24.67 | 25.95 | 5.9 | - |
| YUV | 134.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 42 | 0 | 0.16 | 0.74 | 0.36 | 46.72 | 0.59 | 0.4 |
| Hex | A4 | 89 | 2A | 0 | 10 | 4A | 24 | 2F | 3B | 28 |
| Octal | 244 | 211 | 52 | 0 | 20 | 112 | 44 | 57 | 73 | 50 |
| Binary | 10100100 | 10001001 | 101010 | 0 | 10000 | 1001010 | 100100 | 101111 | 111011 | 101000 |
Color Harmonies of #A4892A
Complementary color
Monochromatic Colors of #A4892A
Black with #A4892A
Text Example
Text Example
White with #A4892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4892A; }
p { color: rgb(164,137,42); }
H1.HeaderClassName
{
color: #A4892A;
}
.AnyTagClassName
{
color: #A4892A;
}
</style>
background-color css
<style>
a { background-color: #A4892A; }
a { background-color: rgb(164,137,42); }
div.DivClassName
{
background-color: #A4892A;
}
.BgClassName
{
background-color: #A4892A;
}
</style>
border-color css
<style>
span { border-color: #A4892A; }
span { border-color: rgb(164,137,42); }
td.TdClassName
{
border-color: #A4892A;
}
.TagClassName
{
border-color: #A4892A;
}
</style>