Shades of Au Chico #A25E55
Tints of Au Chico #A25E55
RGB
CMYK
RGB Variations
Color information
#A25E55 (or 0xA25E55) is known color: Au Chico. HEX triplet: A2, 5E and 55. RGB value is (162,94,85). Sum of RGB (Red+Green+Blue) = 162+94+85=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E55 is #5DA1AA. Grayscale: #717171. Windows color (decimal): -6136235 or 5594786. OLE color: 5594786.
HSL color Cylindrical-coordinate representation of color #A25E55: hue angle of 7.01º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25E55 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 85 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.36 |
| HSL | 7.01º | 0.31% | 0.48% | - |
| HSV(B) | 7.01º | 0.48% | 0.64% | - |
| XYZ | 20.54 | 16.34 | 10.67 | - |
| YUV | 113.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 85 | 0 | 0.42 | 0.48 | 0.36 | 7.01 | 0.31 | 0.48 |
| Hex | A2 | 5E | 55 | 0 | 2A | 30 | 24 | 7 | 1F | 30 |
| Octal | 242 | 136 | 125 | 0 | 52 | 60 | 44 | 7 | 37 | 60 |
| Binary | 10100010 | 1011110 | 1010101 | 0 | 101010 | 110000 | 100100 | 111 | 11111 | 110000 |
Color Harmonies of #A25E55
Complementary color
Monochromatic Colors of #A25E55
Black with #A25E55
Text Example
Text Example
White with #A25E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E55; }
p { color: rgb(162,94,85); }
H1.HeaderClassName
{
color: #A25E55;
}
.AnyTagClassName
{
color: #A25E55;
}
</style>
background-color css
<style>
a { background-color: #A25E55; }
a { background-color: rgb(162,94,85); }
div.DivClassName
{
background-color: #A25E55;
}
.BgClassName
{
background-color: #A25E55;
}
</style>
border-color css
<style>
span { border-color: #A25E55; }
span { border-color: rgb(162,94,85); }
td.TdClassName
{
border-color: #A25E55;
}
.TagClassName
{
border-color: #A25E55;
}
</style>