Shades of Hacienda #A17817
Tints of Hacienda #A17817
RGB
CMYK
RGB Variations
Color information
#A17817 (or 0xA17817) is known color: Hacienda. HEX triplet: A1, 78 and 17. RGB value is (161,120,23). Sum of RGB (Red+Green+Blue) = 161+120+23=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A17817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17817 is #5E87E8. Grayscale: #797979. Windows color (decimal): -6195177 or 1538209. OLE color: 1538209.
HSL color Cylindrical-coordinate representation of color #A17817: hue angle of 42.17º 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 #A17817 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 23 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.37 |
| HSL | 42.17º | 0.75% | 0.36% | - |
| HSV(B) | 42.17º | 0.86% | 0.63% | - |
| XYZ | 21.57 | 21.07 | 3.74 | - |
| YUV | 121.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 23 | 0 | 0.25 | 0.86 | 0.37 | 42.17 | 0.75 | 0.36 |
| Hex | A1 | 78 | 17 | 0 | 19 | 56 | 25 | 2A | 4B | 24 |
| Octal | 241 | 170 | 27 | 0 | 31 | 126 | 45 | 52 | 113 | 44 |
| Binary | 10100001 | 1111000 | 10111 | 0 | 11001 | 1010110 | 100101 | 101010 | 1001011 | 100100 |
Color Harmonies of #A17817
Complementary color
Monochromatic Colors of #A17817
Black with #A17817
Text Example
Text Example
White with #A17817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17817; }
p { color: rgb(161,120,23); }
H1.HeaderClassName
{
color: #A17817;
}
.AnyTagClassName
{
color: #A17817;
}
</style>
background-color css
<style>
a { background-color: #A17817; }
a { background-color: rgb(161,120,23); }
div.DivClassName
{
background-color: #A17817;
}
.BgClassName
{
background-color: #A17817;
}
</style>
border-color css
<style>
span { border-color: #A17817; }
span { border-color: rgb(161,120,23); }
td.TdClassName
{
border-color: #A17817;
}
.TagClassName
{
border-color: #A17817;
}
</style>