Shades of Hacienda #A17E2E
Tints of Hacienda #A17E2E
RGB
CMYK
RGB Variations
Color information
#A17E2E (or 0xA17E2E) is known color: Hacienda. HEX triplet: A1, 7E and 2E. RGB value is (161,126,46). Sum of RGB (Red+Green+Blue) = 161+126+46=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E2E is #5E81D1. Grayscale: #7F7F7F. Windows color (decimal): -6193618 or 3047073. OLE color: 3047073.
HSL color Cylindrical-coordinate representation of color #A17E2E: hue angle of 41.74º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A17E2E is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 46 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.37 |
| HSL | 41.74º | 0.56% | 0.41% | - |
| HSV(B) | 41.74º | 0.71% | 0.63% | - |
| XYZ | 22.65 | 22.7 | 5.77 | - |
| YUV | 127.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 46 | 0 | 0.22 | 0.71 | 0.37 | 41.74 | 0.56 | 0.41 |
| Hex | A1 | 7E | 2E | 0 | 16 | 47 | 25 | 2A | 38 | 29 |
| Octal | 241 | 176 | 56 | 0 | 26 | 107 | 45 | 52 | 70 | 51 |
| Binary | 10100001 | 1111110 | 101110 | 0 | 10110 | 1000111 | 100101 | 101010 | 111000 | 101001 |
Color Harmonies of #A17E2E
Complementary color
Monochromatic Colors of #A17E2E
Black with #A17E2E
Text Example
Text Example
White with #A17E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E2E; }
p { color: rgb(161,126,46); }
H1.HeaderClassName
{
color: #A17E2E;
}
.AnyTagClassName
{
color: #A17E2E;
}
</style>
background-color css
<style>
a { background-color: #A17E2E; }
a { background-color: rgb(161,126,46); }
div.DivClassName
{
background-color: #A17E2E;
}
.BgClassName
{
background-color: #A17E2E;
}
</style>
border-color css
<style>
span { border-color: #A17E2E; }
span { border-color: rgb(161,126,46); }
td.TdClassName
{
border-color: #A17E2E;
}
.TagClassName
{
border-color: #A17E2E;
}
</style>