Shades of Au Chico #A16150
Tints of Au Chico #A16150
RGB
CMYK
RGB Variations
Color information
#A16150 (or 0xA16150) is known color: Au Chico. HEX triplet: A1, 61 and 50. RGB value is (161,97,80). Sum of RGB (Red+Green+Blue) = 161+97+80=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16150 is #5E9EAF. Grayscale: #727272. Windows color (decimal): -6201008 or 5267873. OLE color: 5267873.
HSL color Cylindrical-coordinate representation of color #A16150: hue angle of 12.59º degrees, saturation: 0.34, 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 #A16150 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 80 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.37 |
| HSL | 12.59º | 0.34% | 0.47% | - |
| HSV(B) | 12.59º | 0.5% | 0.63% | - |
| XYZ | 20.42 | 16.71 | 9.74 | - |
| YUV | 114.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 80 | 0 | 0.40 | 0.50 | 0.37 | 12.59 | 0.34 | 0.47 |
| Hex | A1 | 61 | 50 | 0 | 28 | 32 | 25 | D | 22 | 2F |
| Octal | 241 | 141 | 120 | 0 | 50 | 62 | 45 | 15 | 42 | 57 |
| Binary | 10100001 | 1100001 | 1010000 | 0 | 101000 | 110010 | 100101 | 1101 | 100010 | 101111 |
Color Harmonies of #A16150
Complementary color
Monochromatic Colors of #A16150
Black with #A16150
Text Example
Text Example
White with #A16150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16150; }
p { color: rgb(161,97,80); }
H1.HeaderClassName
{
color: #A16150;
}
.AnyTagClassName
{
color: #A16150;
}
</style>
background-color css
<style>
a { background-color: #A16150; }
a { background-color: rgb(161,97,80); }
div.DivClassName
{
background-color: #A16150;
}
.BgClassName
{
background-color: #A16150;
}
</style>
border-color css
<style>
span { border-color: #A16150; }
span { border-color: rgb(161,97,80); }
td.TdClassName
{
border-color: #A16150;
}
.TagClassName
{
border-color: #A16150;
}
</style>