Shades of Au Chico #A16056
Tints of Au Chico #A16056
RGB
CMYK
RGB Variations
Color information
#A16056 (or 0xA16056) is known color: Au Chico. HEX triplet: A1, 60 and 56. RGB value is (161,96,86). Sum of RGB (Red+Green+Blue) = 161+96+86=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16056 is #5E9FA9. Grayscale: #727272. Windows color (decimal): -6201258 or 5660833. OLE color: 5660833.
HSL color Cylindrical-coordinate representation of color #A16056: hue angle of 8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16056 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 86 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.37 |
| HSL | 8º | 0.3% | 0.48% | - |
| HSV(B) | 8º | 0.47% | 0.63% | - |
| XYZ | 20.56 | 16.61 | 10.93 | - |
| YUV | 114.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 86 | 0 | 0.40 | 0.47 | 0.37 | 8 | 0.3 | 0.48 |
| Hex | A1 | 60 | 56 | 0 | 28 | 2F | 25 | 8 | 1E | 30 |
| Octal | 241 | 140 | 126 | 0 | 50 | 57 | 45 | 10 | 36 | 60 |
| Binary | 10100001 | 1100000 | 1010110 | 0 | 101000 | 101111 | 100101 | 1000 | 11110 | 110000 |
Color Harmonies of #A16056
Complementary color
Monochromatic Colors of #A16056
Black with #A16056
Text Example
Text Example
White with #A16056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16056; }
p { color: rgb(161,96,86); }
H1.HeaderClassName
{
color: #A16056;
}
.AnyTagClassName
{
color: #A16056;
}
</style>
background-color css
<style>
a { background-color: #A16056; }
a { background-color: rgb(161,96,86); }
div.DivClassName
{
background-color: #A16056;
}
.BgClassName
{
background-color: #A16056;
}
</style>
border-color css
<style>
span { border-color: #A16056; }
span { border-color: rgb(161,96,86); }
td.TdClassName
{
border-color: #A16056;
}
.TagClassName
{
border-color: #A16056;
}
</style>