Shades of Hacienda #A2802D
Tints of Hacienda #A2802D
RGB
CMYK
RGB Variations
Color information
#A2802D (or 0xA2802D) is known color: Hacienda. HEX triplet: A2, 80 and 2D. RGB value is (162,128,45). Sum of RGB (Red+Green+Blue) = 162+128+45=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2802D is #5D7FD2. Grayscale: #818181. Windows color (decimal): -6127571 or 2982050. OLE color: 2982050.
HSL color Cylindrical-coordinate representation of color #A2802D: hue angle of 42.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2802D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 45 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.36 |
| HSL | 42.56º | 0.57% | 0.41% | - |
| HSV(B) | 42.56º | 0.72% | 0.64% | - |
| XYZ | 23.09 | 23.31 | 5.76 | - |
| YUV | 128.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 45 | 0 | 0.21 | 0.72 | 0.36 | 42.56 | 0.57 | 0.41 |
| Hex | A2 | 80 | 2D | 0 | 15 | 48 | 24 | 2B | 39 | 29 |
| Octal | 242 | 200 | 55 | 0 | 25 | 110 | 44 | 53 | 71 | 51 |
| Binary | 10100010 | 10000000 | 101101 | 0 | 10101 | 1001000 | 100100 | 101011 | 111001 | 101001 |
Color Harmonies of #A2802D
Complementary color
Monochromatic Colors of #A2802D
Black with #A2802D
Text Example
Text Example
White with #A2802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2802D; }
p { color: rgb(162,128,45); }
H1.HeaderClassName
{
color: #A2802D;
}
.AnyTagClassName
{
color: #A2802D;
}
</style>
background-color css
<style>
a { background-color: #A2802D; }
a { background-color: rgb(162,128,45); }
div.DivClassName
{
background-color: #A2802D;
}
.BgClassName
{
background-color: #A2802D;
}
</style>
border-color css
<style>
span { border-color: #A2802D; }
span { border-color: rgb(162,128,45); }
td.TdClassName
{
border-color: #A2802D;
}
.TagClassName
{
border-color: #A2802D;
}
</style>