Shades of Au Chico #A25D57
Tints of Au Chico #A25D57
RGB
CMYK
RGB Variations
Color information
#A25D57 (or 0xA25D57) is known color: Au Chico. HEX triplet: A2, 5D and 57. RGB value is (162,93,87). Sum of RGB (Red+Green+Blue) = 162+93+87=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D57 is #5DA2A8. Grayscale: #717171. Windows color (decimal): -6136489 or 5725602. OLE color: 5725602.
HSL color Cylindrical-coordinate representation of color #A25D57: hue angle of 4.8º 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 #A25D57 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 87 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.36 |
| HSL | 4.8º | 0.3% | 0.49% | - |
| HSV(B) | 4.8º | 0.46% | 0.64% | - |
| XYZ | 20.53 | 16.2 | 11.06 | - |
| YUV | 112.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 87 | 0 | 0.43 | 0.46 | 0.36 | 4.8 | 0.3 | 0.49 |
| Hex | A2 | 5D | 57 | 0 | 2B | 2E | 24 | 5 | 1E | 31 |
| Octal | 242 | 135 | 127 | 0 | 53 | 56 | 44 | 5 | 36 | 61 |
| Binary | 10100010 | 1011101 | 1010111 | 0 | 101011 | 101110 | 100100 | 101 | 11110 | 110001 |
Color Harmonies of #A25D57
Complementary color
Monochromatic Colors of #A25D57
Black with #A25D57
Text Example
Text Example
White with #A25D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D57; }
p { color: rgb(162,93,87); }
H1.HeaderClassName
{
color: #A25D57;
}
.AnyTagClassName
{
color: #A25D57;
}
</style>
background-color css
<style>
a { background-color: #A25D57; }
a { background-color: rgb(162,93,87); }
div.DivClassName
{
background-color: #A25D57;
}
.BgClassName
{
background-color: #A25D57;
}
</style>
border-color css
<style>
span { border-color: #A25D57; }
span { border-color: rgb(162,93,87); }
td.TdClassName
{
border-color: #A25D57;
}
.TagClassName
{
border-color: #A25D57;
}
</style>