Shades of Hacienda #A17C1E
Tints of Hacienda #A17C1E
RGB
CMYK
RGB Variations
Color information
#A17C1E (or 0xA17C1E) is known color: Hacienda. HEX triplet: A1, 7C and 1E. RGB value is (161,124,30). Sum of RGB (Red+Green+Blue) = 161+124+30=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C1E is #5E83E1. Grayscale: #7C7C7C. Windows color (decimal): -6194146 or 1997985. OLE color: 1997985.
HSL color Cylindrical-coordinate representation of color #A17C1E: hue angle of 43.05º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A17C1E is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 30 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.37 |
| HSL | 43.05º | 0.69% | 0.37% | - |
| HSV(B) | 43.05º | 0.81% | 0.63% | - |
| XYZ | 22.14 | 22.09 | 4.32 | - |
| YUV | 124.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 30 | 0 | 0.23 | 0.81 | 0.37 | 43.05 | 0.69 | 0.37 |
| Hex | A1 | 7C | 1E | 0 | 17 | 51 | 25 | 2B | 45 | 25 |
| Octal | 241 | 174 | 36 | 0 | 27 | 121 | 45 | 53 | 105 | 45 |
| Binary | 10100001 | 1111100 | 11110 | 0 | 10111 | 1010001 | 100101 | 101011 | 1000101 | 100101 |
Color Harmonies of #A17C1E
Complementary color
Monochromatic Colors of #A17C1E
Black with #A17C1E
Text Example
Text Example
White with #A17C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C1E; }
p { color: rgb(161,124,30); }
H1.HeaderClassName
{
color: #A17C1E;
}
.AnyTagClassName
{
color: #A17C1E;
}
</style>
background-color css
<style>
a { background-color: #A17C1E; }
a { background-color: rgb(161,124,30); }
div.DivClassName
{
background-color: #A17C1E;
}
.BgClassName
{
background-color: #A17C1E;
}
</style>
border-color css
<style>
span { border-color: #A17C1E; }
span { border-color: rgb(161,124,30); }
td.TdClassName
{
border-color: #A17C1E;
}
.TagClassName
{
border-color: #A17C1E;
}
</style>