Shades of Hacienda #A18814
Tints of Hacienda #A18814
RGB
CMYK
RGB Variations
Color information
#A18814 (or 0xA18814) is known color: Hacienda. HEX triplet: A1, 88 and 14. RGB value is (161,136,20). Sum of RGB (Red+Green+Blue) = 161+136+20=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A18814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18814 is #5E77EB. Grayscale: #828282. Windows color (decimal): -6191084 or 1345697. OLE color: 1345697.
HSL color Cylindrical-coordinate representation of color #A18814: hue angle of 49.36º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A18814 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 20 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.37 |
| HSL | 49.36º | 0.78% | 0.35% | - |
| HSV(B) | 49.36º | 0.88% | 0.63% | - |
| XYZ | 23.63 | 25.24 | 4.29 | - |
| YUV | 130.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 20 | 0 | 0.16 | 0.88 | 0.37 | 49.36 | 0.78 | 0.35 |
| Hex | A1 | 88 | 14 | 0 | 10 | 58 | 25 | 31 | 4E | 23 |
| Octal | 241 | 210 | 24 | 0 | 20 | 130 | 45 | 61 | 116 | 43 |
| Binary | 10100001 | 10001000 | 10100 | 0 | 10000 | 1011000 | 100101 | 110001 | 1001110 | 100011 |
Color Harmonies of #A18814
Complementary color
Monochromatic Colors of #A18814
Black with #A18814
Text Example
Text Example
White with #A18814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18814; }
p { color: rgb(161,136,20); }
H1.HeaderClassName
{
color: #A18814;
}
.AnyTagClassName
{
color: #A18814;
}
</style>
background-color css
<style>
a { background-color: #A18814; }
a { background-color: rgb(161,136,20); }
div.DivClassName
{
background-color: #A18814;
}
.BgClassName
{
background-color: #A18814;
}
</style>
border-color css
<style>
span { border-color: #A18814; }
span { border-color: rgb(161,136,20); }
td.TdClassName
{
border-color: #A18814;
}
.TagClassName
{
border-color: #A18814;
}
</style>