Shades of Au Chico #A15E53
Tints of Au Chico #A15E53
RGB
CMYK
RGB Variations
Color information
#A15E53 (or 0xA15E53) is known color: Au Chico. HEX triplet: A1, 5E and 53. RGB value is (161,94,83). Sum of RGB (Red+Green+Blue) = 161+94+83=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E53 is #5EA1AC. Grayscale: #707070. Windows color (decimal): -6201773 or 5463713. OLE color: 5463713.
HSL color Cylindrical-coordinate representation of color #A15E53: hue angle of 8.46º 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 #A15E53 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 83 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.37 |
| HSL | 8.46º | 0.32% | 0.48% | - |
| HSV(B) | 8.46º | 0.48% | 0.63% | - |
| XYZ | 20.26 | 16.21 | 10.24 | - |
| YUV | 112.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 83 | 0 | 0.42 | 0.48 | 0.37 | 8.46 | 0.32 | 0.48 |
| Hex | A1 | 5E | 53 | 0 | 2A | 30 | 25 | 8 | 20 | 30 |
| Octal | 241 | 136 | 123 | 0 | 52 | 60 | 45 | 10 | 40 | 60 |
| Binary | 10100001 | 1011110 | 1010011 | 0 | 101010 | 110000 | 100101 | 1000 | 100000 | 110000 |
Color Harmonies of #A15E53
Complementary color
Monochromatic Colors of #A15E53
Black with #A15E53
Text Example
Text Example
White with #A15E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E53; }
p { color: rgb(161,94,83); }
H1.HeaderClassName
{
color: #A15E53;
}
.AnyTagClassName
{
color: #A15E53;
}
</style>
background-color css
<style>
a { background-color: #A15E53; }
a { background-color: rgb(161,94,83); }
div.DivClassName
{
background-color: #A15E53;
}
.BgClassName
{
background-color: #A15E53;
}
</style>
border-color css
<style>
span { border-color: #A15E53; }
span { border-color: rgb(161,94,83); }
td.TdClassName
{
border-color: #A15E53;
}
.TagClassName
{
border-color: #A15E53;
}
</style>