Shades of Au Chico #A16257
Tints of Au Chico #A16257
RGB
CMYK
RGB Variations
Color information
#A16257 (or 0xA16257) is known color: Au Chico. HEX triplet: A1, 62 and 57. RGB value is (161,98,87). Sum of RGB (Red+Green+Blue) = 161+98+87=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16257 is #5E9DA8. Grayscale: #737373. Windows color (decimal): -6200745 or 5726881. OLE color: 5726881.
HSL color Cylindrical-coordinate representation of color #A16257: hue angle of 8.92º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16257 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 87 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.37 |
| HSL | 8.92º | 0.3% | 0.49% | - |
| HSV(B) | 8.92º | 0.46% | 0.63% | - |
| XYZ | 20.79 | 17 | 11.2 | - |
| YUV | 115.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 87 | 0 | 0.39 | 0.46 | 0.37 | 8.92 | 0.3 | 0.49 |
| Hex | A1 | 62 | 57 | 0 | 27 | 2E | 25 | 9 | 1E | 31 |
| Octal | 241 | 142 | 127 | 0 | 47 | 56 | 45 | 11 | 36 | 61 |
| Binary | 10100001 | 1100010 | 1010111 | 0 | 100111 | 101110 | 100101 | 1001 | 11110 | 110001 |
Color Harmonies of #A16257
Complementary color
Monochromatic Colors of #A16257
Black with #A16257
Text Example
Text Example
White with #A16257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16257; }
p { color: rgb(161,98,87); }
H1.HeaderClassName
{
color: #A16257;
}
.AnyTagClassName
{
color: #A16257;
}
</style>
background-color css
<style>
a { background-color: #A16257; }
a { background-color: rgb(161,98,87); }
div.DivClassName
{
background-color: #A16257;
}
.BgClassName
{
background-color: #A16257;
}
</style>
border-color css
<style>
span { border-color: #A16257; }
span { border-color: rgb(161,98,87); }
td.TdClassName
{
border-color: #A16257;
}
.TagClassName
{
border-color: #A16257;
}
</style>