Shades of Au Chico #A15E5A
Tints of Au Chico #A15E5A
RGB
CMYK
RGB Variations
Color information
#A15E5A (or 0xA15E5A) is known color: Au Chico. HEX triplet: A1, 5E and 5A. RGB value is (161,94,90). Sum of RGB (Red+Green+Blue) = 161+94+90=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E5A is #5EA1A5. Grayscale: #717171. Windows color (decimal): -6201766 or 5922465. OLE color: 5922465.
HSL color Cylindrical-coordinate representation of color #A15E5A: hue angle of 3.38º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15E5A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 90 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.37 |
| HSL | 3.38º | 0.28% | 0.49% | - |
| HSV(B) | 3.38º | 0.44% | 0.63% | - |
| XYZ | 20.55 | 16.32 | 11.74 | - |
| YUV | 113.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 90 | 0 | 0.42 | 0.44 | 0.37 | 3.38 | 0.28 | 0.49 |
| Hex | A1 | 5E | 5A | 0 | 2A | 2C | 25 | 3 | 1C | 31 |
| Octal | 241 | 136 | 132 | 0 | 52 | 54 | 45 | 3 | 34 | 61 |
| Binary | 10100001 | 1011110 | 1011010 | 0 | 101010 | 101100 | 100101 | 11 | 11100 | 110001 |
Color Harmonies of #A15E5A
Complementary color
Monochromatic Colors of #A15E5A
Black with #A15E5A
Text Example
Text Example
White with #A15E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E5A; }
p { color: rgb(161,94,90); }
H1.HeaderClassName
{
color: #A15E5A;
}
.AnyTagClassName
{
color: #A15E5A;
}
</style>
background-color css
<style>
a { background-color: #A15E5A; }
a { background-color: rgb(161,94,90); }
div.DivClassName
{
background-color: #A15E5A;
}
.BgClassName
{
background-color: #A15E5A;
}
</style>
border-color css
<style>
span { border-color: #A15E5A; }
span { border-color: rgb(161,94,90); }
td.TdClassName
{
border-color: #A15E5A;
}
.TagClassName
{
border-color: #A15E5A;
}
</style>