Shades of Hacienda #A17C15
Tints of Hacienda #A17C15
RGB
CMYK
RGB Variations
Color information
#A17C15 (or 0xA17C15) is known color: Hacienda. HEX triplet: A1, 7C and 15. RGB value is (161,124,21). Sum of RGB (Red+Green+Blue) = 161+124+21=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C15 is #5E83EA. Grayscale: #7B7B7B. Windows color (decimal): -6194155 or 1408161. OLE color: 1408161.
HSL color Cylindrical-coordinate representation of color #A17C15: hue angle of 44.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A17C15 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 21 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.37 |
| HSL | 44.14º | 0.77% | 0.36% | - |
| HSV(B) | 44.14º | 0.87% | 0.63% | - |
| XYZ | 22.04 | 22.05 | 3.8 | - |
| YUV | 123.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 21 | 0 | 0.23 | 0.87 | 0.37 | 44.14 | 0.77 | 0.36 |
| Hex | A1 | 7C | 15 | 0 | 17 | 57 | 25 | 2C | 4D | 24 |
| Octal | 241 | 174 | 25 | 0 | 27 | 127 | 45 | 54 | 115 | 44 |
| Binary | 10100001 | 1111100 | 10101 | 0 | 10111 | 1010111 | 100101 | 101100 | 1001101 | 100100 |
Color Harmonies of #A17C15
Complementary color
Monochromatic Colors of #A17C15
Black with #A17C15
Text Example
Text Example
White with #A17C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C15; }
p { color: rgb(161,124,21); }
H1.HeaderClassName
{
color: #A17C15;
}
.AnyTagClassName
{
color: #A17C15;
}
</style>
background-color css
<style>
a { background-color: #A17C15; }
a { background-color: rgb(161,124,21); }
div.DivClassName
{
background-color: #A17C15;
}
.BgClassName
{
background-color: #A17C15;
}
</style>
border-color css
<style>
span { border-color: #A17C15; }
span { border-color: rgb(161,124,21); }
td.TdClassName
{
border-color: #A17C15;
}
.TagClassName
{
border-color: #A17C15;
}
</style>