Shades of Au Chico #A16659
Tints of Au Chico #A16659
RGB
CMYK
RGB Variations
Color information
#A16659 (or 0xA16659) is known color: Au Chico. HEX triplet: A1, 66 and 59. RGB value is (161,102,89). Sum of RGB (Red+Green+Blue) = 161+102+89=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16659 is #5E99A6. Grayscale: #767676. Windows color (decimal): -6199719 or 5858977. OLE color: 5858977.
HSL color Cylindrical-coordinate representation of color #A16659: hue angle of 10.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16659 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 89 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.37 |
| HSL | 10.83º | 0.29% | 0.49% | - |
| HSV(B) | 10.83º | 0.45% | 0.63% | - |
| XYZ | 21.25 | 17.8 | 11.77 | - |
| YUV | 118.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 89 | 0 | 0.37 | 0.45 | 0.37 | 10.83 | 0.29 | 0.49 |
| Hex | A1 | 66 | 59 | 0 | 25 | 2D | 25 | B | 1D | 31 |
| Octal | 241 | 146 | 131 | 0 | 45 | 55 | 45 | 13 | 35 | 61 |
| Binary | 10100001 | 1100110 | 1011001 | 0 | 100101 | 101101 | 100101 | 1011 | 11101 | 110001 |
Color Harmonies of #A16659
Complementary color
Monochromatic Colors of #A16659
Black with #A16659
Text Example
Text Example
White with #A16659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16659; }
p { color: rgb(161,102,89); }
H1.HeaderClassName
{
color: #A16659;
}
.AnyTagClassName
{
color: #A16659;
}
</style>
background-color css
<style>
a { background-color: #A16659; }
a { background-color: rgb(161,102,89); }
div.DivClassName
{
background-color: #A16659;
}
.BgClassName
{
background-color: #A16659;
}
</style>
border-color css
<style>
span { border-color: #A16659; }
span { border-color: rgb(161,102,89); }
td.TdClassName
{
border-color: #A16659;
}
.TagClassName
{
border-color: #A16659;
}
</style>