Shades of Hacienda #A17820
Tints of Hacienda #A17820
RGB
CMYK
RGB Variations
Color information
#A17820 (or 0xA17820) is known color: Hacienda. HEX triplet: A1, 78 and 20. RGB value is (161,120,32). Sum of RGB (Red+Green+Blue) = 161+120+32=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A17820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17820 is #5E87DF. Grayscale: #7A7A7A. Windows color (decimal): -6195168 or 2128033. OLE color: 2128033.
HSL color Cylindrical-coordinate representation of color #A17820: hue angle of 40.93º 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 #A17820 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 32 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.37 |
| HSL | 40.93º | 0.67% | 0.38% | - |
| HSV(B) | 40.93º | 0.8% | 0.63% | - |
| XYZ | 21.68 | 21.11 | 4.3 | - |
| YUV | 122.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 32 | 0 | 0.25 | 0.80 | 0.37 | 40.93 | 0.67 | 0.38 |
| Hex | A1 | 78 | 20 | 0 | 19 | 50 | 25 | 29 | 43 | 26 |
| Octal | 241 | 170 | 40 | 0 | 31 | 120 | 45 | 51 | 103 | 46 |
| Binary | 10100001 | 1111000 | 100000 | 0 | 11001 | 1010000 | 100101 | 101001 | 1000011 | 100110 |
Color Harmonies of #A17820
Complementary color
Monochromatic Colors of #A17820
Black with #A17820
Text Example
Text Example
White with #A17820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17820; }
p { color: rgb(161,120,32); }
H1.HeaderClassName
{
color: #A17820;
}
.AnyTagClassName
{
color: #A17820;
}
</style>
background-color css
<style>
a { background-color: #A17820; }
a { background-color: rgb(161,120,32); }
div.DivClassName
{
background-color: #A17820;
}
.BgClassName
{
background-color: #A17820;
}
</style>
border-color css
<style>
span { border-color: #A17820; }
span { border-color: rgb(161,120,32); }
td.TdClassName
{
border-color: #A17820;
}
.TagClassName
{
border-color: #A17820;
}
</style>