Shades of Hacienda #A18223
Tints of Hacienda #A18223
RGB
CMYK
RGB Variations
Color information
#A18223 (or 0xA18223) is known color: Hacienda. HEX triplet: A1, 82 and 23. RGB value is (161,130,35). Sum of RGB (Red+Green+Blue) = 161+130+35=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A18223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18223 is #5E7DDC. Grayscale: #808080. Windows color (decimal): -6192605 or 2327201. OLE color: 2327201.
HSL color Cylindrical-coordinate representation of color #A18223: hue angle of 45.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18223 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 35 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.37 |
| HSL | 45.24º | 0.64% | 0.38% | - |
| HSV(B) | 45.24º | 0.78% | 0.63% | - |
| XYZ | 22.98 | 23.66 | 4.95 | - |
| YUV | 128.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 35 | 0 | 0.19 | 0.78 | 0.37 | 45.24 | 0.64 | 0.38 |
| Hex | A1 | 82 | 23 | 0 | 13 | 4E | 25 | 2D | 40 | 26 |
| Octal | 241 | 202 | 43 | 0 | 23 | 116 | 45 | 55 | 100 | 46 |
| Binary | 10100001 | 10000010 | 100011 | 0 | 10011 | 1001110 | 100101 | 101101 | 1000000 | 100110 |
Color Harmonies of #A18223
Complementary color
Monochromatic Colors of #A18223
Black with #A18223
Text Example
Text Example
White with #A18223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18223; }
p { color: rgb(161,130,35); }
H1.HeaderClassName
{
color: #A18223;
}
.AnyTagClassName
{
color: #A18223;
}
</style>
background-color css
<style>
a { background-color: #A18223; }
a { background-color: rgb(161,130,35); }
div.DivClassName
{
background-color: #A18223;
}
.BgClassName
{
background-color: #A18223;
}
</style>
border-color css
<style>
span { border-color: #A18223; }
span { border-color: rgb(161,130,35); }
td.TdClassName
{
border-color: #A18223;
}
.TagClassName
{
border-color: #A18223;
}
</style>