Shades of Hacienda #A17C2B
Tints of Hacienda #A17C2B
RGB
CMYK
RGB Variations
Color information
#A17C2B (or 0xA17C2B) is known color: Hacienda. HEX triplet: A1, 7C and 2B. RGB value is (161,124,43). Sum of RGB (Red+Green+Blue) = 161+124+43=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C2B is #5E83D4. Grayscale: #7E7E7E. Windows color (decimal): -6194133 or 2849953. OLE color: 2849953.
HSL color Cylindrical-coordinate representation of color #A17C2B: hue angle of 41.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A17C2B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 43 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.37 |
| HSL | 41.19º | 0.58% | 0.4% | - |
| HSV(B) | 41.19º | 0.73% | 0.63% | - |
| XYZ | 22.34 | 22.17 | 5.39 | - |
| YUV | 125.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 43 | 0 | 0.23 | 0.73 | 0.37 | 41.19 | 0.58 | 0.4 |
| Hex | A1 | 7C | 2B | 0 | 17 | 49 | 25 | 29 | 3A | 28 |
| Octal | 241 | 174 | 53 | 0 | 27 | 111 | 45 | 51 | 72 | 50 |
| Binary | 10100001 | 1111100 | 101011 | 0 | 10111 | 1001001 | 100101 | 101001 | 111010 | 101000 |
Color Harmonies of #A17C2B
Complementary color
Monochromatic Colors of #A17C2B
Black with #A17C2B
Text Example
Text Example
White with #A17C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C2B; }
p { color: rgb(161,124,43); }
H1.HeaderClassName
{
color: #A17C2B;
}
.AnyTagClassName
{
color: #A17C2B;
}
</style>
background-color css
<style>
a { background-color: #A17C2B; }
a { background-color: rgb(161,124,43); }
div.DivClassName
{
background-color: #A17C2B;
}
.BgClassName
{
background-color: #A17C2B;
}
</style>
border-color css
<style>
span { border-color: #A17C2B; }
span { border-color: rgb(161,124,43); }
td.TdClassName
{
border-color: #A17C2B;
}
.TagClassName
{
border-color: #A17C2B;
}
</style>