Shades of Hacienda #A18B1C
Tints of Hacienda #A18B1C
RGB
CMYK
RGB Variations
Color information
#A18B1C (or 0xA18B1C) is known color: Hacienda. HEX triplet: A1, 8B and 1C. RGB value is (161,139,28). Sum of RGB (Red+Green+Blue) = 161+139+28=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B1C is #5E74E3. Grayscale: #858585. Windows color (decimal): -6190308 or 1870753. OLE color: 1870753.
HSL color Cylindrical-coordinate representation of color #A18B1C: hue angle of 50.08º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A18B1C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 28 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.37 |
| HSL | 50.08º | 0.7% | 0.37% | - |
| HSV(B) | 50.08º | 0.83% | 0.63% | - |
| XYZ | 24.14 | 26.13 | 4.87 | - |
| YUV | 132.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 28 | 0 | 0.14 | 0.83 | 0.37 | 50.08 | 0.7 | 0.37 |
| Hex | A1 | 8B | 1C | 0 | E | 53 | 25 | 32 | 46 | 25 |
| Octal | 241 | 213 | 34 | 0 | 16 | 123 | 45 | 62 | 106 | 45 |
| Binary | 10100001 | 10001011 | 11100 | 0 | 1110 | 1010011 | 100101 | 110010 | 1000110 | 100101 |
Color Harmonies of #A18B1C
Complementary color
Monochromatic Colors of #A18B1C
Black with #A18B1C
Text Example
Text Example
White with #A18B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B1C; }
p { color: rgb(161,139,28); }
H1.HeaderClassName
{
color: #A18B1C;
}
.AnyTagClassName
{
color: #A18B1C;
}
</style>
background-color css
<style>
a { background-color: #A18B1C; }
a { background-color: rgb(161,139,28); }
div.DivClassName
{
background-color: #A18B1C;
}
.BgClassName
{
background-color: #A18B1C;
}
</style>
border-color css
<style>
span { border-color: #A18B1C; }
span { border-color: rgb(161,139,28); }
td.TdClassName
{
border-color: #A18B1C;
}
.TagClassName
{
border-color: #A18B1C;
}
</style>