Shades of Au Chico #A25E58
Tints of Au Chico #A25E58
RGB
CMYK
RGB Variations
Color information
#A25E58 (or 0xA25E58) is known color: Au Chico. HEX triplet: A2, 5E and 58. RGB value is (162,94,88). Sum of RGB (Red+Green+Blue) = 162+94+88=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E58 is #5DA1A7. Grayscale: #717171. Windows color (decimal): -6136232 or 5791394. OLE color: 5791394.
HSL color Cylindrical-coordinate representation of color #A25E58: hue angle of 4.86º 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 #A25E58 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 88 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.36 |
| HSL | 4.86º | 0.3% | 0.49% | - |
| HSV(B) | 4.86º | 0.46% | 0.64% | - |
| XYZ | 20.66 | 16.39 | 11.31 | - |
| YUV | 113.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 88 | 0 | 0.42 | 0.46 | 0.36 | 4.86 | 0.3 | 0.49 |
| Hex | A2 | 5E | 58 | 0 | 2A | 2E | 24 | 5 | 1E | 31 |
| Octal | 242 | 136 | 130 | 0 | 52 | 56 | 44 | 5 | 36 | 61 |
| Binary | 10100010 | 1011110 | 1011000 | 0 | 101010 | 101110 | 100100 | 101 | 11110 | 110001 |
Color Harmonies of #A25E58
Complementary color
Monochromatic Colors of #A25E58
Black with #A25E58
Text Example
Text Example
White with #A25E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E58; }
p { color: rgb(162,94,88); }
H1.HeaderClassName
{
color: #A25E58;
}
.AnyTagClassName
{
color: #A25E58;
}
</style>
background-color css
<style>
a { background-color: #A25E58; }
a { background-color: rgb(162,94,88); }
div.DivClassName
{
background-color: #A25E58;
}
.BgClassName
{
background-color: #A25E58;
}
</style>
border-color css
<style>
span { border-color: #A25E58; }
span { border-color: rgb(162,94,88); }
td.TdClassName
{
border-color: #A25E58;
}
.TagClassName
{
border-color: #A25E58;
}
</style>