Shades of Hacienda #A17613
Tints of Hacienda #A17613
RGB
CMYK
RGB Variations
Color information
#A17613 (or 0xA17613) is known color: Hacienda. HEX triplet: A1, 76 and 13. RGB value is (161,118,19). Sum of RGB (Red+Green+Blue) = 161+118+19=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17613 is #5E89EC. Grayscale: #787878. Windows color (decimal): -6195693 or 1275553. OLE color: 1275553.
HSL color Cylindrical-coordinate representation of color #A17613: hue angle of 41.83º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A17613 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 19 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.37 |
| HSL | 41.83º | 0.79% | 0.35% | - |
| HSV(B) | 41.83º | 0.88% | 0.63% | - |
| XYZ | 21.29 | 20.58 | 3.47 | - |
| YUV | 119.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 19 | 0 | 0.27 | 0.88 | 0.37 | 41.83 | 0.79 | 0.35 |
| Hex | A1 | 76 | 13 | 0 | 1B | 58 | 25 | 2A | 4F | 23 |
| Octal | 241 | 166 | 23 | 0 | 33 | 130 | 45 | 52 | 117 | 43 |
| Binary | 10100001 | 1110110 | 10011 | 0 | 11011 | 1011000 | 100101 | 101010 | 1001111 | 100011 |
Color Harmonies of #A17613
Complementary color
Monochromatic Colors of #A17613
Black with #A17613
Text Example
Text Example
White with #A17613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17613; }
p { color: rgb(161,118,19); }
H1.HeaderClassName
{
color: #A17613;
}
.AnyTagClassName
{
color: #A17613;
}
</style>
background-color css
<style>
a { background-color: #A17613; }
a { background-color: rgb(161,118,19); }
div.DivClassName
{
background-color: #A17613;
}
.BgClassName
{
background-color: #A17613;
}
</style>
border-color css
<style>
span { border-color: #A17613; }
span { border-color: rgb(161,118,19); }
td.TdClassName
{
border-color: #A17613;
}
.TagClassName
{
border-color: #A17613;
}
</style>