Shades of Hacienda #A2801E
Tints of Hacienda #A2801E
RGB
CMYK
RGB Variations
Color information
#A2801E (or 0xA2801E) is known color: Hacienda. HEX triplet: A2, 80 and 1E. RGB value is (162,128,30). Sum of RGB (Red+Green+Blue) = 162+128+30=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2801E is #5D7FE1. Grayscale: #7F7F7F. Windows color (decimal): -6127586 or 1999010. OLE color: 1999010.
HSL color Cylindrical-coordinate representation of color #A2801E: hue angle of 44.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2801E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 30 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.36 |
| HSL | 44.55º | 0.69% | 0.38% | - |
| HSV(B) | 44.55º | 0.81% | 0.64% | - |
| XYZ | 22.85 | 23.21 | 4.5 | - |
| YUV | 126.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 30 | 0 | 0.21 | 0.81 | 0.36 | 44.55 | 0.69 | 0.38 |
| Hex | A2 | 80 | 1E | 0 | 15 | 51 | 24 | 2D | 45 | 26 |
| Octal | 242 | 200 | 36 | 0 | 25 | 121 | 44 | 55 | 105 | 46 |
| Binary | 10100010 | 10000000 | 11110 | 0 | 10101 | 1010001 | 100100 | 101101 | 1000101 | 100110 |
Color Harmonies of #A2801E
Complementary color
Monochromatic Colors of #A2801E
Black with #A2801E
Text Example
Text Example
White with #A2801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2801E; }
p { color: rgb(162,128,30); }
H1.HeaderClassName
{
color: #A2801E;
}
.AnyTagClassName
{
color: #A2801E;
}
</style>
background-color css
<style>
a { background-color: #A2801E; }
a { background-color: rgb(162,128,30); }
div.DivClassName
{
background-color: #A2801E;
}
.BgClassName
{
background-color: #A2801E;
}
</style>
border-color css
<style>
span { border-color: #A2801E; }
span { border-color: rgb(162,128,30); }
td.TdClassName
{
border-color: #A2801E;
}
.TagClassName
{
border-color: #A2801E;
}
</style>