Shades of Hacienda #A28211
Tints of Hacienda #A28211
RGB
CMYK
RGB Variations
Color information
#A28211 (or 0xA28211) is known color: Hacienda. HEX triplet: A2, 82 and 11. RGB value is (162,130,17). Sum of RGB (Red+Green+Blue) = 162+130+17=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A28211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28211 is #5D7DEE. Grayscale: #7F7F7F. Windows color (decimal): -6127087 or 1147554. OLE color: 1147554.
HSL color Cylindrical-coordinate representation of color #A28211: hue angle of 46.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28211 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 17 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.36 |
| HSL | 46.76º | 0.81% | 0.35% | - |
| HSV(B) | 46.76º | 0.9% | 0.64% | - |
| XYZ | 22.98 | 23.69 | 3.89 | - |
| YUV | 126.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 17 | 0 | 0.20 | 0.90 | 0.36 | 46.76 | 0.81 | 0.35 |
| Hex | A2 | 82 | 11 | 0 | 14 | 5A | 24 | 2F | 51 | 23 |
| Octal | 242 | 202 | 21 | 0 | 24 | 132 | 44 | 57 | 121 | 43 |
| Binary | 10100010 | 10000010 | 10001 | 0 | 10100 | 1011010 | 100100 | 101111 | 1010001 | 100011 |
Color Harmonies of #A28211
Complementary color
Monochromatic Colors of #A28211
Black with #A28211
Text Example
Text Example
White with #A28211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28211; }
p { color: rgb(162,130,17); }
H1.HeaderClassName
{
color: #A28211;
}
.AnyTagClassName
{
color: #A28211;
}
</style>
background-color css
<style>
a { background-color: #A28211; }
a { background-color: rgb(162,130,17); }
div.DivClassName
{
background-color: #A28211;
}
.BgClassName
{
background-color: #A28211;
}
</style>
border-color css
<style>
span { border-color: #A28211; }
span { border-color: rgb(162,130,17); }
td.TdClassName
{
border-color: #A28211;
}
.TagClassName
{
border-color: #A28211;
}
</style>