Shades of Hacienda #A2880E
Tints of Hacienda #A2880E
RGB
CMYK
RGB Variations
Color information
#A2880E (or 0xA2880E) is known color: Hacienda. HEX triplet: A2, 88 and 0E. RGB value is (162,136,14). Sum of RGB (Red+Green+Blue) = 162+136+14=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2880E is #5D77F1. Grayscale: #828282. Windows color (decimal): -6125554 or 952482. OLE color: 952482.
HSL color Cylindrical-coordinate representation of color #A2880E: hue angle of 49.46º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2880E is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 14 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.36 |
| HSL | 49.46º | 0.84% | 0.35% | - |
| HSV(B) | 49.46º | 0.91% | 0.64% | - |
| XYZ | 23.78 | 25.32 | 4.05 | - |
| YUV | 129.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 14 | 0 | 0.16 | 0.91 | 0.36 | 49.46 | 0.84 | 0.35 |
| Hex | A2 | 88 | E | 0 | 10 | 5B | 24 | 31 | 54 | 23 |
| Octal | 242 | 210 | 16 | 0 | 20 | 133 | 44 | 61 | 124 | 43 |
| Binary | 10100010 | 10001000 | 1110 | 0 | 10000 | 1011011 | 100100 | 110001 | 1010100 | 100011 |
Color Harmonies of #A2880E
Complementary color
Monochromatic Colors of #A2880E
Black with #A2880E
Text Example
Text Example
White with #A2880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2880E; }
p { color: rgb(162,136,14); }
H1.HeaderClassName
{
color: #A2880E;
}
.AnyTagClassName
{
color: #A2880E;
}
</style>
background-color css
<style>
a { background-color: #A2880E; }
a { background-color: rgb(162,136,14); }
div.DivClassName
{
background-color: #A2880E;
}
.BgClassName
{
background-color: #A2880E;
}
</style>
border-color css
<style>
span { border-color: #A2880E; }
span { border-color: rgb(162,136,14); }
td.TdClassName
{
border-color: #A2880E;
}
.TagClassName
{
border-color: #A2880E;
}
</style>