Shades of Hacienda #A18217
Tints of Hacienda #A18217
RGB
CMYK
RGB Variations
Color information
#A18217 (or 0xA18217) is known color: Hacienda. HEX triplet: A1, 82 and 17. RGB value is (161,130,23). Sum of RGB (Red+Green+Blue) = 161+130+23=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A18217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18217 is #5E7DE8. Grayscale: #7F7F7F. Windows color (decimal): -6192617 or 1540769. OLE color: 1540769.
HSL color Cylindrical-coordinate representation of color #A18217: hue angle of 46.52º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18217 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 23 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.37 |
| HSL | 46.52º | 0.75% | 0.36% | - |
| HSV(B) | 46.52º | 0.86% | 0.63% | - |
| XYZ | 22.84 | 23.6 | 4.16 | - |
| YUV | 127.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 23 | 0 | 0.19 | 0.86 | 0.37 | 46.52 | 0.75 | 0.36 |
| Hex | A1 | 82 | 17 | 0 | 13 | 56 | 25 | 2F | 4B | 24 |
| Octal | 241 | 202 | 27 | 0 | 23 | 126 | 45 | 57 | 113 | 44 |
| Binary | 10100001 | 10000010 | 10111 | 0 | 10011 | 1010110 | 100101 | 101111 | 1001011 | 100100 |
Color Harmonies of #A18217
Complementary color
Monochromatic Colors of #A18217
Black with #A18217
Text Example
Text Example
White with #A18217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18217; }
p { color: rgb(161,130,23); }
H1.HeaderClassName
{
color: #A18217;
}
.AnyTagClassName
{
color: #A18217;
}
</style>
background-color css
<style>
a { background-color: #A18217; }
a { background-color: rgb(161,130,23); }
div.DivClassName
{
background-color: #A18217;
}
.BgClassName
{
background-color: #A18217;
}
</style>
border-color css
<style>
span { border-color: #A18217; }
span { border-color: rgb(161,130,23); }
td.TdClassName
{
border-color: #A18217;
}
.TagClassName
{
border-color: #A18217;
}
</style>