Shades of Au Chico #A25F50
Tints of Au Chico #A25F50
RGB
CMYK
RGB Variations
Color information
#A25F50 (or 0xA25F50) is known color: Au Chico. HEX triplet: A2, 5F and 50. RGB value is (162,95,80). Sum of RGB (Red+Green+Blue) = 162+95+80=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F50 is #5DA0AF. Grayscale: #717171. Windows color (decimal): -6135984 or 5267362. OLE color: 5267362.
HSL color Cylindrical-coordinate representation of color #A25F50: hue angle of 10.98º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25F50 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 80 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.36 |
| HSL | 10.98º | 0.34% | 0.47% | - |
| HSV(B) | 10.98º | 0.51% | 0.64% | - |
| XYZ | 20.44 | 16.44 | 9.69 | - |
| YUV | 113.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 80 | 0 | 0.41 | 0.51 | 0.36 | 10.98 | 0.34 | 0.47 |
| Hex | A2 | 5F | 50 | 0 | 29 | 33 | 24 | B | 22 | 2F |
| Octal | 242 | 137 | 120 | 0 | 51 | 63 | 44 | 13 | 42 | 57 |
| Binary | 10100010 | 1011111 | 1010000 | 0 | 101001 | 110011 | 100100 | 1011 | 100010 | 101111 |
Color Harmonies of #A25F50
Complementary color
Monochromatic Colors of #A25F50
Black with #A25F50
Text Example
Text Example
White with #A25F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F50; }
p { color: rgb(162,95,80); }
H1.HeaderClassName
{
color: #A25F50;
}
.AnyTagClassName
{
color: #A25F50;
}
</style>
background-color css
<style>
a { background-color: #A25F50; }
a { background-color: rgb(162,95,80); }
div.DivClassName
{
background-color: #A25F50;
}
.BgClassName
{
background-color: #A25F50;
}
</style>
border-color css
<style>
span { border-color: #A25F50; }
span { border-color: rgb(162,95,80); }
td.TdClassName
{
border-color: #A25F50;
}
.TagClassName
{
border-color: #A25F50;
}
</style>