Shades of Hacienda #A17720
Tints of Hacienda #A17720
RGB
CMYK
RGB Variations
Color information
#A17720 (or 0xA17720) is known color: Hacienda. HEX triplet: A1, 77 and 20. RGB value is (161,119,32). Sum of RGB (Red+Green+Blue) = 161+119+32=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A17720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17720 is #5E88DF. Grayscale: #7A7A7A. Windows color (decimal): -6195424 or 2127777. OLE color: 2127777.
HSL color Cylindrical-coordinate representation of color #A17720: hue angle of 40.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A17720 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 32 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.37 |
| HSL | 40.47º | 0.67% | 0.38% | - |
| HSV(B) | 40.47º | 0.8% | 0.63% | - |
| XYZ | 21.56 | 20.88 | 4.26 | - |
| YUV | 121.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 32 | 0 | 0.26 | 0.80 | 0.37 | 40.47 | 0.67 | 0.38 |
| Hex | A1 | 77 | 20 | 0 | 1A | 50 | 25 | 28 | 43 | 26 |
| Octal | 241 | 167 | 40 | 0 | 32 | 120 | 45 | 50 | 103 | 46 |
| Binary | 10100001 | 1110111 | 100000 | 0 | 11010 | 1010000 | 100101 | 101000 | 1000011 | 100110 |
Color Harmonies of #A17720
Complementary color
Monochromatic Colors of #A17720
Black with #A17720
Text Example
Text Example
White with #A17720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17720; }
p { color: rgb(161,119,32); }
H1.HeaderClassName
{
color: #A17720;
}
.AnyTagClassName
{
color: #A17720;
}
</style>
background-color css
<style>
a { background-color: #A17720; }
a { background-color: rgb(161,119,32); }
div.DivClassName
{
background-color: #A17720;
}
.BgClassName
{
background-color: #A17720;
}
</style>
border-color css
<style>
span { border-color: #A17720; }
span { border-color: rgb(161,119,32); }
td.TdClassName
{
border-color: #A17720;
}
.TagClassName
{
border-color: #A17720;
}
</style>