Shades of Au Chico #A16053
Tints of Au Chico #A16053
RGB
CMYK
RGB Variations
Color information
#A16053 (or 0xA16053) is known color: Au Chico. HEX triplet: A1, 60 and 53. RGB value is (161,96,83). Sum of RGB (Red+Green+Blue) = 161+96+83=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16053 is #5E9FAC. Grayscale: #727272. Windows color (decimal): -6201261 or 5464225. OLE color: 5464225.
HSL color Cylindrical-coordinate representation of color #A16053: hue angle of 10º 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 #A16053 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 83 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.37 |
| HSL | 10º | 0.32% | 0.48% | - |
| HSV(B) | 10º | 0.48% | 0.63% | - |
| XYZ | 20.44 | 16.57 | 10.3 | - |
| YUV | 113.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 83 | 0 | 0.40 | 0.48 | 0.37 | 10 | 0.32 | 0.48 |
| Hex | A1 | 60 | 53 | 0 | 28 | 30 | 25 | A | 20 | 30 |
| Octal | 241 | 140 | 123 | 0 | 50 | 60 | 45 | 12 | 40 | 60 |
| Binary | 10100001 | 1100000 | 1010011 | 0 | 101000 | 110000 | 100101 | 1010 | 100000 | 110000 |
Color Harmonies of #A16053
Complementary color
Monochromatic Colors of #A16053
Black with #A16053
Text Example
Text Example
White with #A16053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16053; }
p { color: rgb(161,96,83); }
H1.HeaderClassName
{
color: #A16053;
}
.AnyTagClassName
{
color: #A16053;
}
</style>
background-color css
<style>
a { background-color: #A16053; }
a { background-color: rgb(161,96,83); }
div.DivClassName
{
background-color: #A16053;
}
.BgClassName
{
background-color: #A16053;
}
</style>
border-color css
<style>
span { border-color: #A16053; }
span { border-color: rgb(161,96,83); }
td.TdClassName
{
border-color: #A16053;
}
.TagClassName
{
border-color: #A16053;
}
</style>