Shades of Au Chico #A16059
Tints of Au Chico #A16059
RGB
CMYK
RGB Variations
Color information
#A16059 (or 0xA16059) is known color: Au Chico. HEX triplet: A1, 60 and 59. RGB value is (161,96,89). Sum of RGB (Red+Green+Blue) = 161+96+89=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16059 is #5E9FA6. Grayscale: #727272. Windows color (decimal): -6201255 or 5857441. OLE color: 5857441.
HSL color Cylindrical-coordinate representation of color #A16059: hue angle of 5.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 #A16059 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 89 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.37 |
| HSL | 5.83º | 0.29% | 0.49% | - |
| HSV(B) | 5.83º | 0.45% | 0.63% | - |
| XYZ | 20.68 | 16.66 | 11.58 | - |
| YUV | 114.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 89 | 0 | 0.40 | 0.45 | 0.37 | 5.83 | 0.29 | 0.49 |
| Hex | A1 | 60 | 59 | 0 | 28 | 2D | 25 | 6 | 1D | 31 |
| Octal | 241 | 140 | 131 | 0 | 50 | 55 | 45 | 6 | 35 | 61 |
| Binary | 10100001 | 1100000 | 1011001 | 0 | 101000 | 101101 | 100101 | 110 | 11101 | 110001 |
Color Harmonies of #A16059
Complementary color
Monochromatic Colors of #A16059
Black with #A16059
Text Example
Text Example
White with #A16059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16059; }
p { color: rgb(161,96,89); }
H1.HeaderClassName
{
color: #A16059;
}
.AnyTagClassName
{
color: #A16059;
}
</style>
background-color css
<style>
a { background-color: #A16059; }
a { background-color: rgb(161,96,89); }
div.DivClassName
{
background-color: #A16059;
}
.BgClassName
{
background-color: #A16059;
}
</style>
border-color css
<style>
span { border-color: #A16059; }
span { border-color: rgb(161,96,89); }
td.TdClassName
{
border-color: #A16059;
}
.TagClassName
{
border-color: #A16059;
}
</style>