Shades of Au Chico #A16A55
Tints of Au Chico #A16A55
RGB
CMYK
RGB Variations
Color information
#A16A55 (or 0xA16A55) is known color: Au Chico. HEX triplet: A1, 6A and 55. RGB value is (161,106,85). Sum of RGB (Red+Green+Blue) = 161+106+85=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A55 is #5E95AA. Grayscale: #787878. Windows color (decimal): -6198699 or 5597857. OLE color: 5597857.
HSL color Cylindrical-coordinate representation of color #A16A55: hue angle of 16.58º 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 #A16A55 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 85 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.37 |
| HSL | 16.58º | 0.31% | 0.48% | - |
| HSV(B) | 16.58º | 0.47% | 0.63% | - |
| XYZ | 21.49 | 18.54 | 11.04 | - |
| YUV | 120.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 85 | 0 | 0.34 | 0.47 | 0.37 | 16.58 | 0.31 | 0.48 |
| Hex | A1 | 6A | 55 | 0 | 22 | 2F | 25 | 11 | 1F | 30 |
| Octal | 241 | 152 | 125 | 0 | 42 | 57 | 45 | 21 | 37 | 60 |
| Binary | 10100001 | 1101010 | 1010101 | 0 | 100010 | 101111 | 100101 | 10001 | 11111 | 110000 |
Color Harmonies of #A16A55
Complementary color
Monochromatic Colors of #A16A55
Black with #A16A55
Text Example
Text Example
White with #A16A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A55; }
p { color: rgb(161,106,85); }
H1.HeaderClassName
{
color: #A16A55;
}
.AnyTagClassName
{
color: #A16A55;
}
</style>
background-color css
<style>
a { background-color: #A16A55; }
a { background-color: rgb(161,106,85); }
div.DivClassName
{
background-color: #A16A55;
}
.BgClassName
{
background-color: #A16A55;
}
</style>
border-color css
<style>
span { border-color: #A16A55; }
span { border-color: rgb(161,106,85); }
td.TdClassName
{
border-color: #A16A55;
}
.TagClassName
{
border-color: #A16A55;
}
</style>