Shades of Au Chico #A16553
Tints of Au Chico #A16553
RGB
CMYK
RGB Variations
Color information
#A16553 (or 0xA16553) is known color: Au Chico. HEX triplet: A1, 65 and 53. RGB value is (161,101,83). Sum of RGB (Red+Green+Blue) = 161+101+83=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16553 is #5E9AAC. Grayscale: #757575. Windows color (decimal): -6199981 or 5465505. OLE color: 5465505.
HSL color Cylindrical-coordinate representation of color #A16553: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16553 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 83 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.37 |
| HSL | 13.85º | 0.32% | 0.48% | - |
| HSV(B) | 13.85º | 0.48% | 0.63% | - |
| XYZ | 20.91 | 17.51 | 10.46 | - |
| YUV | 116.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 83 | 0 | 0.37 | 0.48 | 0.37 | 13.85 | 0.32 | 0.48 |
| Hex | A1 | 65 | 53 | 0 | 25 | 30 | 25 | E | 20 | 30 |
| Octal | 241 | 145 | 123 | 0 | 45 | 60 | 45 | 16 | 40 | 60 |
| Binary | 10100001 | 1100101 | 1010011 | 0 | 100101 | 110000 | 100101 | 1110 | 100000 | 110000 |
Color Harmonies of #A16553
Complementary color
Monochromatic Colors of #A16553
Black with #A16553
Text Example
Text Example
White with #A16553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16553; }
p { color: rgb(161,101,83); }
H1.HeaderClassName
{
color: #A16553;
}
.AnyTagClassName
{
color: #A16553;
}
</style>
background-color css
<style>
a { background-color: #A16553; }
a { background-color: rgb(161,101,83); }
div.DivClassName
{
background-color: #A16553;
}
.BgClassName
{
background-color: #A16553;
}
</style>
border-color css
<style>
span { border-color: #A16553; }
span { border-color: rgb(161,101,83); }
td.TdClassName
{
border-color: #A16553;
}
.TagClassName
{
border-color: #A16553;
}
</style>