Shades of Hacienda #A28212
Tints of Hacienda #A28212
RGB
CMYK
RGB Variations
Color information
#A28212 (or 0xA28212) is known color: Hacienda. HEX triplet: A2, 82 and 12. RGB value is (162,130,18). Sum of RGB (Red+Green+Blue) = 162+130+18=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A28212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28212 is #5D7DED. Grayscale: #7F7F7F. Windows color (decimal): -6127086 or 1213090. OLE color: 1213090.
HSL color Cylindrical-coordinate representation of color #A28212: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A28212 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 18 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.36 |
| HSL | 46.67º | 0.8% | 0.35% | - |
| HSV(B) | 46.67º | 0.89% | 0.64% | - |
| XYZ | 22.99 | 23.69 | 3.93 | - |
| YUV | 126.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 18 | 0 | 0.20 | 0.89 | 0.36 | 46.67 | 0.8 | 0.35 |
| Hex | A2 | 82 | 12 | 0 | 14 | 59 | 24 | 2F | 50 | 23 |
| Octal | 242 | 202 | 22 | 0 | 24 | 131 | 44 | 57 | 120 | 43 |
| Binary | 10100010 | 10000010 | 10010 | 0 | 10100 | 1011001 | 100100 | 101111 | 1010000 | 100011 |
Color Harmonies of #A28212
Complementary color
Monochromatic Colors of #A28212
Black with #A28212
Text Example
Text Example
White with #A28212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28212; }
p { color: rgb(162,130,18); }
H1.HeaderClassName
{
color: #A28212;
}
.AnyTagClassName
{
color: #A28212;
}
</style>
background-color css
<style>
a { background-color: #A28212; }
a { background-color: rgb(162,130,18); }
div.DivClassName
{
background-color: #A28212;
}
.BgClassName
{
background-color: #A28212;
}
</style>
border-color css
<style>
span { border-color: #A28212; }
span { border-color: rgb(162,130,18); }
td.TdClassName
{
border-color: #A28212;
}
.TagClassName
{
border-color: #A28212;
}
</style>