Shades of Hacienda #A18A16
Tints of Hacienda #A18A16
RGB
CMYK
RGB Variations
Color information
#A18A16 (or 0xA18A16) is known color: Hacienda. HEX triplet: A1, 8A and 16. RGB value is (161,138,22). Sum of RGB (Red+Green+Blue) = 161+138+22=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A16 is #5E75E9. Grayscale: #848484. Windows color (decimal): -6190570 or 1477281. OLE color: 1477281.
HSL color Cylindrical-coordinate representation of color #A18A16: hue angle of 50.07º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18A16 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 22 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.37 |
| HSL | 50.07º | 0.76% | 0.36% | - |
| HSV(B) | 50.07º | 0.86% | 0.63% | - |
| XYZ | 23.93 | 25.81 | 4.48 | - |
| YUV | 131.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 22 | 0 | 0.14 | 0.86 | 0.37 | 50.07 | 0.76 | 0.36 |
| Hex | A1 | 8A | 16 | 0 | E | 56 | 25 | 32 | 4C | 24 |
| Octal | 241 | 212 | 26 | 0 | 16 | 126 | 45 | 62 | 114 | 44 |
| Binary | 10100001 | 10001010 | 10110 | 0 | 1110 | 1010110 | 100101 | 110010 | 1001100 | 100100 |
Color Harmonies of #A18A16
Complementary color
Monochromatic Colors of #A18A16
Black with #A18A16
Text Example
Text Example
White with #A18A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A16; }
p { color: rgb(161,138,22); }
H1.HeaderClassName
{
color: #A18A16;
}
.AnyTagClassName
{
color: #A18A16;
}
</style>
background-color css
<style>
a { background-color: #A18A16; }
a { background-color: rgb(161,138,22); }
div.DivClassName
{
background-color: #A18A16;
}
.BgClassName
{
background-color: #A18A16;
}
</style>
border-color css
<style>
span { border-color: #A18A16; }
span { border-color: rgb(161,138,22); }
td.TdClassName
{
border-color: #A18A16;
}
.TagClassName
{
border-color: #A18A16;
}
</style>