Shades of Au Chico #A16152
Tints of Au Chico #A16152
RGB
CMYK
RGB Variations
Color information
#A16152 (or 0xA16152) is known color: Au Chico. HEX triplet: A1, 61 and 52. RGB value is (161,97,82). Sum of RGB (Red+Green+Blue) = 161+97+82=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16152 is #5E9EAD. Grayscale: #727272. Windows color (decimal): -6201006 or 5398945. OLE color: 5398945.
HSL color Cylindrical-coordinate representation of color #A16152: hue angle of 11.39º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16152 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 82 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.37 |
| HSL | 11.39º | 0.33% | 0.48% | - |
| HSV(B) | 11.39º | 0.49% | 0.63% | - |
| XYZ | 20.5 | 16.74 | 10.13 | - |
| YUV | 114.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 82 | 0 | 0.40 | 0.49 | 0.37 | 11.39 | 0.33 | 0.48 |
| Hex | A1 | 61 | 52 | 0 | 28 | 31 | 25 | B | 21 | 30 |
| Octal | 241 | 141 | 122 | 0 | 50 | 61 | 45 | 13 | 41 | 60 |
| Binary | 10100001 | 1100001 | 1010010 | 0 | 101000 | 110001 | 100101 | 1011 | 100001 | 110000 |
Color Harmonies of #A16152
Complementary color
Monochromatic Colors of #A16152
Black with #A16152
Text Example
Text Example
White with #A16152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16152; }
p { color: rgb(161,97,82); }
H1.HeaderClassName
{
color: #A16152;
}
.AnyTagClassName
{
color: #A16152;
}
</style>
background-color css
<style>
a { background-color: #A16152; }
a { background-color: rgb(161,97,82); }
div.DivClassName
{
background-color: #A16152;
}
.BgClassName
{
background-color: #A16152;
}
</style>
border-color css
<style>
span { border-color: #A16152; }
span { border-color: rgb(161,97,82); }
td.TdClassName
{
border-color: #A16152;
}
.TagClassName
{
border-color: #A16152;
}
</style>