Shades of Hacienda #A18B18
Tints of Hacienda #A18B18
RGB
CMYK
RGB Variations
Color information
#A18B18 (or 0xA18B18) is known color: Hacienda. HEX triplet: A1, 8B and 18. RGB value is (161,139,24). Sum of RGB (Red+Green+Blue) = 161+139+24=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18B18 is #5E74E7. Grayscale: #848484. Windows color (decimal): -6190312 or 1608609. OLE color: 1608609.
HSL color Cylindrical-coordinate representation of color #A18B18: hue angle of 50.36º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A18B18 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 24 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.37 |
| HSL | 50.36º | 0.74% | 0.36% | - |
| HSV(B) | 50.36º | 0.85% | 0.63% | - |
| XYZ | 24.1 | 26.11 | 4.63 | - |
| YUV | 132.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 24 | 0 | 0.14 | 0.85 | 0.37 | 50.36 | 0.74 | 0.36 |
| Hex | A1 | 8B | 18 | 0 | E | 55 | 25 | 32 | 4A | 24 |
| Octal | 241 | 213 | 30 | 0 | 16 | 125 | 45 | 62 | 112 | 44 |
| Binary | 10100001 | 10001011 | 11000 | 0 | 1110 | 1010101 | 100101 | 110010 | 1001010 | 100100 |
Color Harmonies of #A18B18
Complementary color
Monochromatic Colors of #A18B18
Black with #A18B18
Text Example
Text Example
White with #A18B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B18; }
p { color: rgb(161,139,24); }
H1.HeaderClassName
{
color: #A18B18;
}
.AnyTagClassName
{
color: #A18B18;
}
</style>
background-color css
<style>
a { background-color: #A18B18; }
a { background-color: rgb(161,139,24); }
div.DivClassName
{
background-color: #A18B18;
}
.BgClassName
{
background-color: #A18B18;
}
</style>
border-color css
<style>
span { border-color: #A18B18; }
span { border-color: rgb(161,139,24); }
td.TdClassName
{
border-color: #A18B18;
}
.TagClassName
{
border-color: #A18B18;
}
</style>