Shades of Hacienda #A17C10
Tints of Hacienda #A17C10
RGB
CMYK
RGB Variations
Color information
#A17C10 (or 0xA17C10) is known color: Hacienda. HEX triplet: A1, 7C and 10. RGB value is (161,124,16). Sum of RGB (Red+Green+Blue) = 161+124+16=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C10 is #5E83EF. Grayscale: #7B7B7B. Windows color (decimal): -6194160 or 1080481. OLE color: 1080481.
HSL color Cylindrical-coordinate representation of color #A17C10: hue angle of 44.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17C10 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 16 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.37 |
| HSL | 44.69º | 0.82% | 0.35% | - |
| HSV(B) | 44.69º | 0.9% | 0.63% | - |
| XYZ | 22 | 22.03 | 3.58 | - |
| YUV | 122.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 16 | 0 | 0.23 | 0.90 | 0.37 | 44.69 | 0.82 | 0.35 |
| Hex | A1 | 7C | 10 | 0 | 17 | 5A | 25 | 2D | 52 | 23 |
| Octal | 241 | 174 | 20 | 0 | 27 | 132 | 45 | 55 | 122 | 43 |
| Binary | 10100001 | 1111100 | 10000 | 0 | 10111 | 1011010 | 100101 | 101101 | 1010010 | 100011 |
Color Harmonies of #A17C10
Complementary color
Monochromatic Colors of #A17C10
Black with #A17C10
Text Example
Text Example
White with #A17C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C10; }
p { color: rgb(161,124,16); }
H1.HeaderClassName
{
color: #A17C10;
}
.AnyTagClassName
{
color: #A17C10;
}
</style>
background-color css
<style>
a { background-color: #A17C10; }
a { background-color: rgb(161,124,16); }
div.DivClassName
{
background-color: #A17C10;
}
.BgClassName
{
background-color: #A17C10;
}
</style>
border-color css
<style>
span { border-color: #A17C10; }
span { border-color: rgb(161,124,16); }
td.TdClassName
{
border-color: #A17C10;
}
.TagClassName
{
border-color: #A17C10;
}
</style>