Shades of Au Chico #A16151
Tints of Au Chico #A16151
RGB
CMYK
RGB Variations
Color information
#A16151 (or 0xA16151) is known color: Au Chico. HEX triplet: A1, 61 and 51. RGB value is (161,97,81). Sum of RGB (Red+Green+Blue) = 161+97+81=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A16151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16151 is #5E9EAE. Grayscale: #727272. Windows color (decimal): -6201007 or 5333409. OLE color: 5333409.
HSL color Cylindrical-coordinate representation of color #A16151: hue angle of 12º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16151 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 81 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.37 |
| HSL | 12º | 0.33% | 0.47% | - |
| HSV(B) | 12º | 0.5% | 0.63% | - |
| XYZ | 20.46 | 16.72 | 9.93 | - |
| YUV | 114.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 81 | 0 | 0.40 | 0.50 | 0.37 | 12 | 0.33 | 0.47 |
| Hex | A1 | 61 | 51 | 0 | 28 | 32 | 25 | C | 21 | 2F |
| Octal | 241 | 141 | 121 | 0 | 50 | 62 | 45 | 14 | 41 | 57 |
| Binary | 10100001 | 1100001 | 1010001 | 0 | 101000 | 110010 | 100101 | 1100 | 100001 | 101111 |
Color Harmonies of #A16151
Complementary color
Monochromatic Colors of #A16151
Black with #A16151
Text Example
Text Example
White with #A16151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16151; }
p { color: rgb(161,97,81); }
H1.HeaderClassName
{
color: #A16151;
}
.AnyTagClassName
{
color: #A16151;
}
</style>
background-color css
<style>
a { background-color: #A16151; }
a { background-color: rgb(161,97,81); }
div.DivClassName
{
background-color: #A16151;
}
.BgClassName
{
background-color: #A16151;
}
</style>
border-color css
<style>
span { border-color: #A16151; }
span { border-color: rgb(161,97,81); }
td.TdClassName
{
border-color: #A16151;
}
.TagClassName
{
border-color: #A16151;
}
</style>