Shades of Au Chico #A16559
Tints of Au Chico #A16559
RGB
CMYK
RGB Variations
Color information
#A16559 (or 0xA16559) is known color: Au Chico. HEX triplet: A1, 65 and 59. RGB value is (161,101,89). Sum of RGB (Red+Green+Blue) = 161+101+89=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A16559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16559 is #5E9AA6. Grayscale: #757575. Windows color (decimal): -6199975 or 5858721. OLE color: 5858721.
HSL color Cylindrical-coordinate representation of color #A16559: hue angle of 10º 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 #A16559 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 89 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.37 |
| HSL | 10º | 0.29% | 0.49% | - |
| HSV(B) | 10º | 0.45% | 0.63% | - |
| XYZ | 21.15 | 17.61 | 11.73 | - |
| YUV | 117.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 89 | 0 | 0.37 | 0.45 | 0.37 | 10 | 0.29 | 0.49 |
| Hex | A1 | 65 | 59 | 0 | 25 | 2D | 25 | A | 1D | 31 |
| Octal | 241 | 145 | 131 | 0 | 45 | 55 | 45 | 12 | 35 | 61 |
| Binary | 10100001 | 1100101 | 1011001 | 0 | 100101 | 101101 | 100101 | 1010 | 11101 | 110001 |
Color Harmonies of #A16559
Complementary color
Monochromatic Colors of #A16559
Black with #A16559
Text Example
Text Example
White with #A16559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16559; }
p { color: rgb(161,101,89); }
H1.HeaderClassName
{
color: #A16559;
}
.AnyTagClassName
{
color: #A16559;
}
</style>
background-color css
<style>
a { background-color: #A16559; }
a { background-color: rgb(161,101,89); }
div.DivClassName
{
background-color: #A16559;
}
.BgClassName
{
background-color: #A16559;
}
</style>
border-color css
<style>
span { border-color: #A16559; }
span { border-color: rgb(161,101,89); }
td.TdClassName
{
border-color: #A16559;
}
.TagClassName
{
border-color: #A16559;
}
</style>