Shades of Au Chico #A25D5A
Tints of Au Chico #A25D5A
RGB
CMYK
RGB Variations
Color information
#A25D5A (or 0xA25D5A) is known color: Au Chico. HEX triplet: A2, 5D and 5A. RGB value is (162,93,90). Sum of RGB (Red+Green+Blue) = 162+93+90=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D5A is #5DA2A5. Grayscale: #717171. Windows color (decimal): -6136486 or 5922210. OLE color: 5922210.
HSL color Cylindrical-coordinate representation of color #A25D5A: hue angle of 2.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25D5A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 90 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.36 |
| HSL | 2.5º | 0.29% | 0.49% | - |
| HSV(B) | 2.5º | 0.44% | 0.64% | - |
| XYZ | 20.66 | 16.25 | 11.72 | - |
| YUV | 113.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 90 | 0 | 0.43 | 0.44 | 0.36 | 2.5 | 0.29 | 0.49 |
| Hex | A2 | 5D | 5A | 0 | 2B | 2C | 24 | 2 | 1D | 31 |
| Octal | 242 | 135 | 132 | 0 | 53 | 54 | 44 | 2 | 35 | 61 |
| Binary | 10100010 | 1011101 | 1011010 | 0 | 101011 | 101100 | 100100 | 10 | 11101 | 110001 |
Color Harmonies of #A25D5A
Complementary color
Monochromatic Colors of #A25D5A
Black with #A25D5A
Text Example
Text Example
White with #A25D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D5A; }
p { color: rgb(162,93,90); }
H1.HeaderClassName
{
color: #A25D5A;
}
.AnyTagClassName
{
color: #A25D5A;
}
</style>
background-color css
<style>
a { background-color: #A25D5A; }
a { background-color: rgb(162,93,90); }
div.DivClassName
{
background-color: #A25D5A;
}
.BgClassName
{
background-color: #A25D5A;
}
</style>
border-color css
<style>
span { border-color: #A25D5A; }
span { border-color: rgb(162,93,90); }
td.TdClassName
{
border-color: #A25D5A;
}
.TagClassName
{
border-color: #A25D5A;
}
</style>