Shades of Hacienda #A28215
Tints of Hacienda #A28215
RGB
CMYK
RGB Variations
Color information
#A28215 (or 0xA28215) is known color: Hacienda. HEX triplet: A2, 82 and 15. RGB value is (162,130,21). Sum of RGB (Red+Green+Blue) = 162+130+21=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A28215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28215 is #5D7DEA. Grayscale: #7F7F7F. Windows color (decimal): -6127083 or 1409698. OLE color: 1409698.
HSL color Cylindrical-coordinate representation of color #A28215: hue angle of 46.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A28215 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 21 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.36 |
| HSL | 46.38º | 0.77% | 0.36% | - |
| HSV(B) | 46.38º | 0.87% | 0.64% | - |
| XYZ | 23.02 | 23.7 | 4.07 | - |
| YUV | 127.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 21 | 0 | 0.20 | 0.87 | 0.36 | 46.38 | 0.77 | 0.36 |
| Hex | A2 | 82 | 15 | 0 | 14 | 57 | 24 | 2E | 4D | 24 |
| Octal | 242 | 202 | 25 | 0 | 24 | 127 | 44 | 56 | 115 | 44 |
| Binary | 10100010 | 10000010 | 10101 | 0 | 10100 | 1010111 | 100100 | 101110 | 1001101 | 100100 |
Color Harmonies of #A28215
Complementary color
Monochromatic Colors of #A28215
Black with #A28215
Text Example
Text Example
White with #A28215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28215; }
p { color: rgb(162,130,21); }
H1.HeaderClassName
{
color: #A28215;
}
.AnyTagClassName
{
color: #A28215;
}
</style>
background-color css
<style>
a { background-color: #A28215; }
a { background-color: rgb(162,130,21); }
div.DivClassName
{
background-color: #A28215;
}
.BgClassName
{
background-color: #A28215;
}
</style>
border-color css
<style>
span { border-color: #A28215; }
span { border-color: rgb(162,130,21); }
td.TdClassName
{
border-color: #A28215;
}
.TagClassName
{
border-color: #A28215;
}
</style>