Shades of Hacienda #A18015
Tints of Hacienda #A18015
RGB
CMYK
RGB Variations
Color information
#A18015 (or 0xA18015) is known color: Hacienda. HEX triplet: A1, 80 and 15. RGB value is (161,128,21). Sum of RGB (Red+Green+Blue) = 161+128+21=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18015 is #5E7FEA. Grayscale: #7E7E7E. Windows color (decimal): -6193131 or 1409185. OLE color: 1409185.
HSL color Cylindrical-coordinate representation of color #A18015: hue angle of 45.86º 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 #A18015 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 21 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.37 |
| HSL | 45.86º | 0.77% | 0.36% | - |
| HSV(B) | 45.86º | 0.87% | 0.63% | - |
| XYZ | 22.55 | 23.07 | 3.97 | - |
| YUV | 125.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 21 | 0 | 0.20 | 0.87 | 0.37 | 45.86 | 0.77 | 0.36 |
| Hex | A1 | 80 | 15 | 0 | 14 | 57 | 25 | 2E | 4D | 24 |
| Octal | 241 | 200 | 25 | 0 | 24 | 127 | 45 | 56 | 115 | 44 |
| Binary | 10100001 | 10000000 | 10101 | 0 | 10100 | 1010111 | 100101 | 101110 | 1001101 | 100100 |
Color Harmonies of #A18015
Complementary color
Monochromatic Colors of #A18015
Black with #A18015
Text Example
Text Example
White with #A18015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18015; }
p { color: rgb(161,128,21); }
H1.HeaderClassName
{
color: #A18015;
}
.AnyTagClassName
{
color: #A18015;
}
</style>
background-color css
<style>
a { background-color: #A18015; }
a { background-color: rgb(161,128,21); }
div.DivClassName
{
background-color: #A18015;
}
.BgClassName
{
background-color: #A18015;
}
</style>
border-color css
<style>
span { border-color: #A18015; }
span { border-color: rgb(161,128,21); }
td.TdClassName
{
border-color: #A18015;
}
.TagClassName
{
border-color: #A18015;
}
</style>