Shades of Hacienda #A17C0E
Tints of Hacienda #A17C0E
RGB
CMYK
RGB Variations
Color information
#A17C0E (or 0xA17C0E) is known color: Hacienda. HEX triplet: A1, 7C and 0E. RGB value is (161,124,14). Sum of RGB (Red+Green+Blue) = 161+124+14=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C0E is #5E83F1. Grayscale: #7B7B7B. Windows color (decimal): -6194162 or 949409. OLE color: 949409.
HSL color Cylindrical-coordinate representation of color #A17C0E: hue angle of 44.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A17C0E is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 14 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.37 |
| HSL | 44.9º | 0.84% | 0.34% | - |
| HSV(B) | 44.9º | 0.91% | 0.63% | - |
| XYZ | 21.98 | 22.02 | 3.51 | - |
| YUV | 122.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 14 | 0 | 0.23 | 0.91 | 0.37 | 44.9 | 0.84 | 0.34 |
| Hex | A1 | 7C | E | 0 | 17 | 5B | 25 | 2D | 54 | 22 |
| Octal | 241 | 174 | 16 | 0 | 27 | 133 | 45 | 55 | 124 | 42 |
| Binary | 10100001 | 1111100 | 1110 | 0 | 10111 | 1011011 | 100101 | 101101 | 1010100 | 100010 |
Color Harmonies of #A17C0E
Complementary color
Monochromatic Colors of #A17C0E
Black with #A17C0E
Text Example
Text Example
White with #A17C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C0E; }
p { color: rgb(161,124,14); }
H1.HeaderClassName
{
color: #A17C0E;
}
.AnyTagClassName
{
color: #A17C0E;
}
</style>
background-color css
<style>
a { background-color: #A17C0E; }
a { background-color: rgb(161,124,14); }
div.DivClassName
{
background-color: #A17C0E;
}
.BgClassName
{
background-color: #A17C0E;
}
</style>
border-color css
<style>
span { border-color: #A17C0E; }
span { border-color: rgb(161,124,14); }
td.TdClassName
{
border-color: #A17C0E;
}
.TagClassName
{
border-color: #A17C0E;
}
</style>