Shades of Au Chico #A16155
Tints of Au Chico #A16155
RGB
CMYK
RGB Variations
Color information
#A16155 (or 0xA16155) is known color: Au Chico. HEX triplet: A1, 61 and 55. RGB value is (161,97,85). Sum of RGB (Red+Green+Blue) = 161+97+85=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16155 is #5E9EAA. Grayscale: #727272. Windows color (decimal): -6201003 or 5595553. OLE color: 5595553.
HSL color Cylindrical-coordinate representation of color #A16155: hue angle of 9.47º degrees, saturation: 0.31, 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 #A16155 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 85 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.37 |
| HSL | 9.47º | 0.31% | 0.48% | - |
| HSV(B) | 9.47º | 0.47% | 0.63% | - |
| XYZ | 20.61 | 16.78 | 10.75 | - |
| YUV | 114.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 85 | 0 | 0.40 | 0.47 | 0.37 | 9.47 | 0.31 | 0.48 |
| Hex | A1 | 61 | 55 | 0 | 28 | 2F | 25 | 9 | 1F | 30 |
| Octal | 241 | 141 | 125 | 0 | 50 | 57 | 45 | 11 | 37 | 60 |
| Binary | 10100001 | 1100001 | 1010101 | 0 | 101000 | 101111 | 100101 | 1001 | 11111 | 110000 |
Color Harmonies of #A16155
Complementary color
Monochromatic Colors of #A16155
Black with #A16155
Text Example
Text Example
White with #A16155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16155; }
p { color: rgb(161,97,85); }
H1.HeaderClassName
{
color: #A16155;
}
.AnyTagClassName
{
color: #A16155;
}
</style>
background-color css
<style>
a { background-color: #A16155; }
a { background-color: rgb(161,97,85); }
div.DivClassName
{
background-color: #A16155;
}
.BgClassName
{
background-color: #A16155;
}
</style>
border-color css
<style>
span { border-color: #A16155; }
span { border-color: rgb(161,97,85); }
td.TdClassName
{
border-color: #A16155;
}
.TagClassName
{
border-color: #A16155;
}
</style>