Shades of Au Chico #A16C56
Tints of Au Chico #A16C56
RGB
CMYK
RGB Variations
Color information
#A16C56 (or 0xA16C56) is known color: Au Chico. HEX triplet: A1, 6C and 56. RGB value is (161,108,86). Sum of RGB (Red+Green+Blue) = 161+108+86=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C56 is #5E93A9. Grayscale: #797979. Windows color (decimal): -6198186 or 5663905. OLE color: 5663905.
HSL color Cylindrical-coordinate representation of color #A16C56: hue angle of 17.6º 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 #A16C56 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 86 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.37 |
| HSL | 17.6º | 0.3% | 0.48% | - |
| HSV(B) | 17.6º | 0.47% | 0.63% | - |
| XYZ | 21.74 | 18.97 | 11.32 | - |
| YUV | 121.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 86 | 0 | 0.33 | 0.47 | 0.37 | 17.6 | 0.3 | 0.48 |
| Hex | A1 | 6C | 56 | 0 | 21 | 2F | 25 | 12 | 1E | 30 |
| Octal | 241 | 154 | 126 | 0 | 41 | 57 | 45 | 22 | 36 | 60 |
| Binary | 10100001 | 1101100 | 1010110 | 0 | 100001 | 101111 | 100101 | 10010 | 11110 | 110000 |
Color Harmonies of #A16C56
Complementary color
Monochromatic Colors of #A16C56
Black with #A16C56
Text Example
Text Example
White with #A16C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C56; }
p { color: rgb(161,108,86); }
H1.HeaderClassName
{
color: #A16C56;
}
.AnyTagClassName
{
color: #A16C56;
}
</style>
background-color css
<style>
a { background-color: #A16C56; }
a { background-color: rgb(161,108,86); }
div.DivClassName
{
background-color: #A16C56;
}
.BgClassName
{
background-color: #A16C56;
}
</style>
border-color css
<style>
span { border-color: #A16C56; }
span { border-color: rgb(161,108,86); }
td.TdClassName
{
border-color: #A16C56;
}
.TagClassName
{
border-color: #A16C56;
}
</style>