Shades of Hacienda #A18B21
Tints of Hacienda #A18B21
RGB
CMYK
RGB Variations
Color information
#A18B21 (or 0xA18B21) is known color: Hacienda. HEX triplet: A1, 8B and 21. RGB value is (161,139,33). Sum of RGB (Red+Green+Blue) = 161+139+33=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B21 is #5E74DE. Grayscale: #858585. Windows color (decimal): -6190303 or 2198433. OLE color: 2198433.
HSL color Cylindrical-coordinate representation of color #A18B21: hue angle of 49.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A18B21 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 33 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.37 |
| HSL | 49.69º | 0.66% | 0.38% | - |
| HSV(B) | 49.69º | 0.8% | 0.63% | - |
| XYZ | 24.21 | 26.15 | 5.21 | - |
| YUV | 133.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 33 | 0 | 0.14 | 0.80 | 0.37 | 49.69 | 0.66 | 0.38 |
| Hex | A1 | 8B | 21 | 0 | E | 50 | 25 | 32 | 42 | 26 |
| Octal | 241 | 213 | 41 | 0 | 16 | 120 | 45 | 62 | 102 | 46 |
| Binary | 10100001 | 10001011 | 100001 | 0 | 1110 | 1010000 | 100101 | 110010 | 1000010 | 100110 |
Color Harmonies of #A18B21
Complementary color
Monochromatic Colors of #A18B21
Black with #A18B21
Text Example
Text Example
White with #A18B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B21; }
p { color: rgb(161,139,33); }
H1.HeaderClassName
{
color: #A18B21;
}
.AnyTagClassName
{
color: #A18B21;
}
</style>
background-color css
<style>
a { background-color: #A18B21; }
a { background-color: rgb(161,139,33); }
div.DivClassName
{
background-color: #A18B21;
}
.BgClassName
{
background-color: #A18B21;
}
</style>
border-color css
<style>
span { border-color: #A18B21; }
span { border-color: rgb(161,139,33); }
td.TdClassName
{
border-color: #A18B21;
}
.TagClassName
{
border-color: #A18B21;
}
</style>