Shades of Hacienda #A18115
Tints of Hacienda #A18115
RGB
CMYK
RGB Variations
Color information
#A18115 (or 0xA18115) is known color: Hacienda. HEX triplet: A1, 81 and 15. RGB value is (161,129,21). Sum of RGB (Red+Green+Blue) = 161+129+21=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A18115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18115 is #5E7EEA. Grayscale: #7E7E7E. Windows color (decimal): -6192875 or 1409441. OLE color: 1409441.
HSL color Cylindrical-coordinate representation of color #A18115: hue angle of 46.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A18115 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 21 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.37 |
| HSL | 46.29º | 0.77% | 0.36% | - |
| HSV(B) | 46.29º | 0.87% | 0.63% | - |
| XYZ | 22.68 | 23.33 | 4.02 | - |
| YUV | 126.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 21 | 0 | 0.20 | 0.87 | 0.37 | 46.29 | 0.77 | 0.36 |
| Hex | A1 | 81 | 15 | 0 | 14 | 57 | 25 | 2E | 4D | 24 |
| Octal | 241 | 201 | 25 | 0 | 24 | 127 | 45 | 56 | 115 | 44 |
| Binary | 10100001 | 10000001 | 10101 | 0 | 10100 | 1010111 | 100101 | 101110 | 1001101 | 100100 |
Color Harmonies of #A18115
Complementary color
Monochromatic Colors of #A18115
Black with #A18115
Text Example
Text Example
White with #A18115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18115; }
p { color: rgb(161,129,21); }
H1.HeaderClassName
{
color: #A18115;
}
.AnyTagClassName
{
color: #A18115;
}
</style>
background-color css
<style>
a { background-color: #A18115; }
a { background-color: rgb(161,129,21); }
div.DivClassName
{
background-color: #A18115;
}
.BgClassName
{
background-color: #A18115;
}
</style>
border-color css
<style>
span { border-color: #A18115; }
span { border-color: rgb(161,129,21); }
td.TdClassName
{
border-color: #A18115;
}
.TagClassName
{
border-color: #A18115;
}
</style>