Shades of Hacienda #A18620
Tints of Hacienda #A18620
RGB
CMYK
RGB Variations
Color information
#A18620 (or 0xA18620) is known color: Hacienda. HEX triplet: A1, 86 and 20. RGB value is (161,134,32). Sum of RGB (Red+Green+Blue) = 161+134+32=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18620 is #5E79DF. Grayscale: #828282. Windows color (decimal): -6191584 or 2131617. OLE color: 2131617.
HSL color Cylindrical-coordinate representation of color #A18620: hue angle of 47.44º degrees, saturation: 0.67, 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 #A18620 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 32 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.37 |
| HSL | 47.44º | 0.67% | 0.38% | - |
| HSV(B) | 47.44º | 0.8% | 0.63% | - |
| XYZ | 23.48 | 24.73 | 4.9 | - |
| YUV | 130.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 32 | 0 | 0.17 | 0.80 | 0.37 | 47.44 | 0.67 | 0.38 |
| Hex | A1 | 86 | 20 | 0 | 11 | 50 | 25 | 2F | 43 | 26 |
| Octal | 241 | 206 | 40 | 0 | 21 | 120 | 45 | 57 | 103 | 46 |
| Binary | 10100001 | 10000110 | 100000 | 0 | 10001 | 1010000 | 100101 | 101111 | 1000011 | 100110 |
Color Harmonies of #A18620
Complementary color
Monochromatic Colors of #A18620
Black with #A18620
Text Example
Text Example
White with #A18620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18620; }
p { color: rgb(161,134,32); }
H1.HeaderClassName
{
color: #A18620;
}
.AnyTagClassName
{
color: #A18620;
}
</style>
background-color css
<style>
a { background-color: #A18620; }
a { background-color: rgb(161,134,32); }
div.DivClassName
{
background-color: #A18620;
}
.BgClassName
{
background-color: #A18620;
}
</style>
border-color css
<style>
span { border-color: #A18620; }
span { border-color: rgb(161,134,32); }
td.TdClassName
{
border-color: #A18620;
}
.TagClassName
{
border-color: #A18620;
}
</style>