Shades of Hacienda #A18917
Tints of Hacienda #A18917
RGB
CMYK
RGB Variations
Color information
#A18917 (or 0xA18917) is known color: Hacienda. HEX triplet: A1, 89 and 17. RGB value is (161,137,23). Sum of RGB (Red+Green+Blue) = 161+137+23=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18917 is #5E76E8. Grayscale: #838383. Windows color (decimal): -6190825 or 1542561. OLE color: 1542561.
HSL color Cylindrical-coordinate representation of color #A18917: hue angle of 49.57º 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 #A18917 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 23 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.37 |
| HSL | 49.57º | 0.75% | 0.36% | - |
| HSV(B) | 49.57º | 0.86% | 0.63% | - |
| XYZ | 23.8 | 25.53 | 4.48 | - |
| YUV | 131.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 23 | 0 | 0.15 | 0.86 | 0.37 | 49.57 | 0.75 | 0.36 |
| Hex | A1 | 89 | 17 | 0 | F | 56 | 25 | 32 | 4B | 24 |
| Octal | 241 | 211 | 27 | 0 | 17 | 126 | 45 | 62 | 113 | 44 |
| Binary | 10100001 | 10001001 | 10111 | 0 | 1111 | 1010110 | 100101 | 110010 | 1001011 | 100100 |
Color Harmonies of #A18917
Complementary color
Monochromatic Colors of #A18917
Black with #A18917
Text Example
Text Example
White with #A18917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18917; }
p { color: rgb(161,137,23); }
H1.HeaderClassName
{
color: #A18917;
}
.AnyTagClassName
{
color: #A18917;
}
</style>
background-color css
<style>
a { background-color: #A18917; }
a { background-color: rgb(161,137,23); }
div.DivClassName
{
background-color: #A18917;
}
.BgClassName
{
background-color: #A18917;
}
</style>
border-color css
<style>
span { border-color: #A18917; }
span { border-color: rgb(161,137,23); }
td.TdClassName
{
border-color: #A18917;
}
.TagClassName
{
border-color: #A18917;
}
</style>