Shades of Au Chico #A16455
Tints of Au Chico #A16455
RGB
CMYK
RGB Variations
Color information
#A16455 (or 0xA16455) is known color: Au Chico. HEX triplet: A1, 64 and 55. RGB value is (161,100,85). Sum of RGB (Red+Green+Blue) = 161+100+85=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16455 is #5E9BAA. Grayscale: #747474. Windows color (decimal): -6200235 or 5596321. OLE color: 5596321.
HSL color Cylindrical-coordinate representation of color #A16455: hue angle of 11.84º 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 #A16455 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 85 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.37 |
| HSL | 11.84º | 0.31% | 0.48% | - |
| HSV(B) | 11.84º | 0.47% | 0.63% | - |
| XYZ | 20.89 | 17.35 | 10.84 | - |
| YUV | 116.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 85 | 0 | 0.38 | 0.47 | 0.37 | 11.84 | 0.31 | 0.48 |
| Hex | A1 | 64 | 55 | 0 | 26 | 2F | 25 | C | 1F | 30 |
| Octal | 241 | 144 | 125 | 0 | 46 | 57 | 45 | 14 | 37 | 60 |
| Binary | 10100001 | 1100100 | 1010101 | 0 | 100110 | 101111 | 100101 | 1100 | 11111 | 110000 |
Color Harmonies of #A16455
Complementary color
Monochromatic Colors of #A16455
Black with #A16455
Text Example
Text Example
White with #A16455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16455; }
p { color: rgb(161,100,85); }
H1.HeaderClassName
{
color: #A16455;
}
.AnyTagClassName
{
color: #A16455;
}
</style>
background-color css
<style>
a { background-color: #A16455; }
a { background-color: rgb(161,100,85); }
div.DivClassName
{
background-color: #A16455;
}
.BgClassName
{
background-color: #A16455;
}
</style>
border-color css
<style>
span { border-color: #A16455; }
span { border-color: rgb(161,100,85); }
td.TdClassName
{
border-color: #A16455;
}
.TagClassName
{
border-color: #A16455;
}
</style>