Shades of Hacienda #A4882A
Tints of Hacienda #A4882A
RGB
CMYK
RGB Variations
Color information
#A4882A (or 0xA4882A) is known color: Hacienda. HEX triplet: A4, 88 and 2A. RGB value is (164,136,42). Sum of RGB (Red+Green+Blue) = 164+136+42=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4882A is #5B77D5. Grayscale: #868686. Windows color (decimal): -5994454 or 2787492. OLE color: 2787492.
HSL color Cylindrical-coordinate representation of color #A4882A: hue angle of 46.23º 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 #A4882A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 42 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.36 |
| HSL | 46.23º | 0.59% | 0.4% | - |
| HSV(B) | 46.23º | 0.74% | 0.64% | - |
| XYZ | 24.53 | 25.67 | 5.85 | - |
| YUV | 133.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 42 | 0 | 0.17 | 0.74 | 0.36 | 46.23 | 0.59 | 0.4 |
| Hex | A4 | 88 | 2A | 0 | 11 | 4A | 24 | 2E | 3B | 28 |
| Octal | 244 | 210 | 52 | 0 | 21 | 112 | 44 | 56 | 73 | 50 |
| Binary | 10100100 | 10001000 | 101010 | 0 | 10001 | 1001010 | 100100 | 101110 | 111011 | 101000 |
Color Harmonies of #A4882A
Complementary color
Monochromatic Colors of #A4882A
Black with #A4882A
Text Example
Text Example
White with #A4882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4882A; }
p { color: rgb(164,136,42); }
H1.HeaderClassName
{
color: #A4882A;
}
.AnyTagClassName
{
color: #A4882A;
}
</style>
background-color css
<style>
a { background-color: #A4882A; }
a { background-color: rgb(164,136,42); }
div.DivClassName
{
background-color: #A4882A;
}
.BgClassName
{
background-color: #A4882A;
}
</style>
border-color css
<style>
span { border-color: #A4882A; }
span { border-color: rgb(164,136,42); }
td.TdClassName
{
border-color: #A4882A;
}
.TagClassName
{
border-color: #A4882A;
}
</style>