Shades of Au Chico #A2615C
Tints of Au Chico #A2615C
RGB
CMYK
RGB Variations
Color information
#A2615C (or 0xA2615C) is known color: Au Chico. HEX triplet: A2, 61 and 5C. RGB value is (162,97,92). Sum of RGB (Red+Green+Blue) = 162+97+92=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615C is #5D9EA3. Grayscale: #737373. Windows color (decimal): -6135460 or 6054306. OLE color: 6054306.
HSL color Cylindrical-coordinate representation of color #A2615C: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2615C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 92 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.36 |
| HSL | 4.29º | 0.28% | 0.5% | - |
| HSV(B) | 4.29º | 0.43% | 0.64% | - |
| XYZ | 21.11 | 17 | 12.29 | - |
| YUV | 115.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 92 | 0 | 0.40 | 0.43 | 0.36 | 4.29 | 0.28 | 0.5 |
| Hex | A2 | 61 | 5C | 0 | 28 | 2B | 24 | 4 | 1C | 32 |
| Octal | 242 | 141 | 134 | 0 | 50 | 53 | 44 | 4 | 34 | 62 |
| Binary | 10100010 | 1100001 | 1011100 | 0 | 101000 | 101011 | 100100 | 100 | 11100 | 110010 |
Color Harmonies of #A2615C
Complementary color
Monochromatic Colors of #A2615C
Black with #A2615C
Text Example
Text Example
White with #A2615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2615C; }
p { color: rgb(162,97,92); }
H1.HeaderClassName
{
color: #A2615C;
}
.AnyTagClassName
{
color: #A2615C;
}
</style>
background-color css
<style>
a { background-color: #A2615C; }
a { background-color: rgb(162,97,92); }
div.DivClassName
{
background-color: #A2615C;
}
.BgClassName
{
background-color: #A2615C;
}
</style>
border-color css
<style>
span { border-color: #A2615C; }
span { border-color: rgb(162,97,92); }
td.TdClassName
{
border-color: #A2615C;
}
.TagClassName
{
border-color: #A2615C;
}
</style>