Shades of Au Chico #A16255
Tints of Au Chico #A16255
RGB
CMYK
RGB Variations
Color information
#A16255 (or 0xA16255) is known color: Au Chico. HEX triplet: A1, 62 and 55. RGB value is (161,98,85). Sum of RGB (Red+Green+Blue) = 161+98+85=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16255 is #5E9DAA. Grayscale: #737373. Windows color (decimal): -6200747 or 5595809. OLE color: 5595809.
HSL color Cylindrical-coordinate representation of color #A16255: hue angle of 10.26º 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 #A16255 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 85 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.37 |
| HSL | 10.26º | 0.31% | 0.48% | - |
| HSV(B) | 10.26º | 0.47% | 0.63% | - |
| XYZ | 20.71 | 16.97 | 10.78 | - |
| YUV | 115.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 85 | 0 | 0.39 | 0.47 | 0.37 | 10.26 | 0.31 | 0.48 |
| Hex | A1 | 62 | 55 | 0 | 27 | 2F | 25 | A | 1F | 30 |
| Octal | 241 | 142 | 125 | 0 | 47 | 57 | 45 | 12 | 37 | 60 |
| Binary | 10100001 | 1100010 | 1010101 | 0 | 100111 | 101111 | 100101 | 1010 | 11111 | 110000 |
Color Harmonies of #A16255
Complementary color
Monochromatic Colors of #A16255
Black with #A16255
Text Example
Text Example
White with #A16255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16255; }
p { color: rgb(161,98,85); }
H1.HeaderClassName
{
color: #A16255;
}
.AnyTagClassName
{
color: #A16255;
}
</style>
background-color css
<style>
a { background-color: #A16255; }
a { background-color: rgb(161,98,85); }
div.DivClassName
{
background-color: #A16255;
}
.BgClassName
{
background-color: #A16255;
}
</style>
border-color css
<style>
span { border-color: #A16255; }
span { border-color: rgb(161,98,85); }
td.TdClassName
{
border-color: #A16255;
}
.TagClassName
{
border-color: #A16255;
}
</style>