Shades of Hacienda #A2802C
Tints of Hacienda #A2802C
RGB
CMYK
RGB Variations
Color information
#A2802C (or 0xA2802C) is known color: Hacienda. HEX triplet: A2, 80 and 2C. RGB value is (162,128,44). Sum of RGB (Red+Green+Blue) = 162+128+44=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2802C is #5D7FD3. Grayscale: #808080. Windows color (decimal): -6127572 or 2916514. OLE color: 2916514.
HSL color Cylindrical-coordinate representation of color #A2802C: hue angle of 42.71º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2802C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 44 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.36 |
| HSL | 42.71º | 0.57% | 0.4% | - |
| HSV(B) | 42.71º | 0.73% | 0.64% | - |
| XYZ | 23.07 | 23.3 | 5.66 | - |
| YUV | 128.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 44 | 0 | 0.21 | 0.73 | 0.36 | 42.71 | 0.57 | 0.4 |
| Hex | A2 | 80 | 2C | 0 | 15 | 49 | 24 | 2B | 39 | 28 |
| Octal | 242 | 200 | 54 | 0 | 25 | 111 | 44 | 53 | 71 | 50 |
| Binary | 10100010 | 10000000 | 101100 | 0 | 10101 | 1001001 | 100100 | 101011 | 111001 | 101000 |
Color Harmonies of #A2802C
Complementary color
Monochromatic Colors of #A2802C
Black with #A2802C
Text Example
Text Example
White with #A2802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2802C; }
p { color: rgb(162,128,44); }
H1.HeaderClassName
{
color: #A2802C;
}
.AnyTagClassName
{
color: #A2802C;
}
</style>
background-color css
<style>
a { background-color: #A2802C; }
a { background-color: rgb(162,128,44); }
div.DivClassName
{
background-color: #A2802C;
}
.BgClassName
{
background-color: #A2802C;
}
</style>
border-color css
<style>
span { border-color: #A2802C; }
span { border-color: rgb(162,128,44); }
td.TdClassName
{
border-color: #A2802C;
}
.TagClassName
{
border-color: #A2802C;
}
</style>