Shades of Hacienda #A28229
Tints of Hacienda #A28229
RGB
CMYK
RGB Variations
Color information
#A28229 (or 0xA28229) is known color: Hacienda. HEX triplet: A2, 82 and 29. RGB value is (162,130,41). Sum of RGB (Red+Green+Blue) = 162+130+41=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A28229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28229 is #5D7DD6. Grayscale: #818181. Windows color (decimal): -6127063 or 2720418. OLE color: 2720418.
HSL color Cylindrical-coordinate representation of color #A28229: hue angle of 44.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A28229 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 41 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.36 |
| HSL | 44.13º | 0.6% | 0.4% | - |
| HSV(B) | 44.13º | 0.75% | 0.64% | - |
| XYZ | 23.28 | 23.81 | 5.47 | - |
| YUV | 129.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 41 | 0 | 0.20 | 0.75 | 0.36 | 44.13 | 0.6 | 0.4 |
| Hex | A2 | 82 | 29 | 0 | 14 | 4B | 24 | 2C | 3C | 28 |
| Octal | 242 | 202 | 51 | 0 | 24 | 113 | 44 | 54 | 74 | 50 |
| Binary | 10100010 | 10000010 | 101001 | 0 | 10100 | 1001011 | 100100 | 101100 | 111100 | 101000 |
Color Harmonies of #A28229
Complementary color
Monochromatic Colors of #A28229
Black with #A28229
Text Example
Text Example
White with #A28229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28229; }
p { color: rgb(162,130,41); }
H1.HeaderClassName
{
color: #A28229;
}
.AnyTagClassName
{
color: #A28229;
}
</style>
background-color css
<style>
a { background-color: #A28229; }
a { background-color: rgb(162,130,41); }
div.DivClassName
{
background-color: #A28229;
}
.BgClassName
{
background-color: #A28229;
}
</style>
border-color css
<style>
span { border-color: #A28229; }
span { border-color: rgb(162,130,41); }
td.TdClassName
{
border-color: #A28229;
}
.TagClassName
{
border-color: #A28229;
}
</style>