Shades of Au Chico #A25E57
Tints of Au Chico #A25E57
RGB
CMYK
RGB Variations
Color information
#A25E57 (or 0xA25E57) is known color: Au Chico. HEX triplet: A2, 5E and 57. RGB value is (162,94,87). Sum of RGB (Red+Green+Blue) = 162+94+87=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E57 is #5DA1A8. Grayscale: #717171. Windows color (decimal): -6136233 or 5725858. OLE color: 5725858.
HSL color Cylindrical-coordinate representation of color #A25E57: hue angle of 5.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25E57 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 87 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.36 |
| HSL | 5.6º | 0.3% | 0.49% | - |
| HSV(B) | 5.6º | 0.46% | 0.64% | - |
| XYZ | 20.62 | 16.37 | 11.09 | - |
| YUV | 113.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 87 | 0 | 0.42 | 0.46 | 0.36 | 5.6 | 0.3 | 0.49 |
| Hex | A2 | 5E | 57 | 0 | 2A | 2E | 24 | 6 | 1E | 31 |
| Octal | 242 | 136 | 127 | 0 | 52 | 56 | 44 | 6 | 36 | 61 |
| Binary | 10100010 | 1011110 | 1010111 | 0 | 101010 | 101110 | 100100 | 110 | 11110 | 110001 |
Color Harmonies of #A25E57
Complementary color
Monochromatic Colors of #A25E57
Black with #A25E57
Text Example
Text Example
White with #A25E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E57; }
p { color: rgb(162,94,87); }
H1.HeaderClassName
{
color: #A25E57;
}
.AnyTagClassName
{
color: #A25E57;
}
</style>
background-color css
<style>
a { background-color: #A25E57; }
a { background-color: rgb(162,94,87); }
div.DivClassName
{
background-color: #A25E57;
}
.BgClassName
{
background-color: #A25E57;
}
</style>
border-color css
<style>
span { border-color: #A25E57; }
span { border-color: rgb(162,94,87); }
td.TdClassName
{
border-color: #A25E57;
}
.TagClassName
{
border-color: #A25E57;
}
</style>