Shades of Au Chico #A25F58
Tints of Au Chico #A25F58
RGB
CMYK
RGB Variations
Color information
#A25F58 (or 0xA25F58) is known color: Au Chico. HEX triplet: A2, 5F and 58. RGB value is (162,95,88). Sum of RGB (Red+Green+Blue) = 162+95+88=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F58 is #5DA0A7. Grayscale: #727272. Windows color (decimal): -6135976 or 5791650. OLE color: 5791650.
HSL color Cylindrical-coordinate representation of color #A25F58: hue angle of 5.68º 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 #A25F58 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 88 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.36 |
| HSL | 5.68º | 0.3% | 0.49% | - |
| HSV(B) | 5.68º | 0.46% | 0.64% | - |
| XYZ | 20.75 | 16.57 | 11.34 | - |
| YUV | 114.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 88 | 0 | 0.41 | 0.46 | 0.36 | 5.68 | 0.3 | 0.49 |
| Hex | A2 | 5F | 58 | 0 | 29 | 2E | 24 | 6 | 1E | 31 |
| Octal | 242 | 137 | 130 | 0 | 51 | 56 | 44 | 6 | 36 | 61 |
| Binary | 10100010 | 1011111 | 1011000 | 0 | 101001 | 101110 | 100100 | 110 | 11110 | 110001 |
Color Harmonies of #A25F58
Complementary color
Monochromatic Colors of #A25F58
Black with #A25F58
Text Example
Text Example
White with #A25F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F58; }
p { color: rgb(162,95,88); }
H1.HeaderClassName
{
color: #A25F58;
}
.AnyTagClassName
{
color: #A25F58;
}
</style>
background-color css
<style>
a { background-color: #A25F58; }
a { background-color: rgb(162,95,88); }
div.DivClassName
{
background-color: #A25F58;
}
.BgClassName
{
background-color: #A25F58;
}
</style>
border-color css
<style>
span { border-color: #A25F58; }
span { border-color: rgb(162,95,88); }
td.TdClassName
{
border-color: #A25F58;
}
.TagClassName
{
border-color: #A25F58;
}
</style>