Shades of Hacienda #A17E0A
Tints of Hacienda #A17E0A
RGB
CMYK
RGB Variations
Color information
#A17E0A (or 0xA17E0A) is known color: Hacienda. HEX triplet: A1, 7E and 0A. RGB value is (161,126,10). Sum of RGB (Red+Green+Blue) = 161+126+10=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E0A is #5E81F5. Grayscale: #7B7B7B. Windows color (decimal): -6193654 or 687777. OLE color: 687777.
HSL color Cylindrical-coordinate representation of color #A17E0A: hue angle of 46.09º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A17E0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.37 |
| HSL | 46.09º | 0.88% | 0.34% | - |
| HSV(B) | 46.09º | 0.94% | 0.63% | - |
| XYZ | 22.21 | 22.52 | 3.46 | - |
| YUV | 123.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 10 | 0 | 0.22 | 0.94 | 0.37 | 46.09 | 0.88 | 0.34 |
| Hex | A1 | 7E | A | 0 | 16 | 5E | 25 | 2E | 58 | 22 |
| Octal | 241 | 176 | 12 | 0 | 26 | 136 | 45 | 56 | 130 | 42 |
| Binary | 10100001 | 1111110 | 1010 | 0 | 10110 | 1011110 | 100101 | 101110 | 1011000 | 100010 |
Color Harmonies of #A17E0A
Complementary color
Monochromatic Colors of #A17E0A
Black with #A17E0A
Text Example
Text Example
White with #A17E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E0A; }
p { color: rgb(161,126,10); }
H1.HeaderClassName
{
color: #A17E0A;
}
.AnyTagClassName
{
color: #A17E0A;
}
</style>
background-color css
<style>
a { background-color: #A17E0A; }
a { background-color: rgb(161,126,10); }
div.DivClassName
{
background-color: #A17E0A;
}
.BgClassName
{
background-color: #A17E0A;
}
</style>
border-color css
<style>
span { border-color: #A17E0A; }
span { border-color: rgb(161,126,10); }
td.TdClassName
{
border-color: #A17E0A;
}
.TagClassName
{
border-color: #A17E0A;
}
</style>