Shades of Au Chico #A26050
Tints of Au Chico #A26050
RGB
CMYK
RGB Variations
Color information
#A26050 (or 0xA26050) is known color: Au Chico. HEX triplet: A2, 60 and 50. RGB value is (162,96,80). Sum of RGB (Red+Green+Blue) = 162+96+80=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A26050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26050 is #5D9FAF. Grayscale: #727272. Windows color (decimal): -6135728 or 5267618. OLE color: 5267618.
HSL color Cylindrical-coordinate representation of color #A26050: hue angle of 11.71º 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 #A26050 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 80 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.36 |
| HSL | 11.71º | 0.34% | 0.47% | - |
| HSV(B) | 11.71º | 0.51% | 0.64% | - |
| XYZ | 20.53 | 16.63 | 9.72 | - |
| YUV | 113.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 80 | 0 | 0.41 | 0.51 | 0.36 | 11.71 | 0.34 | 0.47 |
| Hex | A2 | 60 | 50 | 0 | 29 | 33 | 24 | C | 22 | 2F |
| Octal | 242 | 140 | 120 | 0 | 51 | 63 | 44 | 14 | 42 | 57 |
| Binary | 10100010 | 1100000 | 1010000 | 0 | 101001 | 110011 | 100100 | 1100 | 100010 | 101111 |
Color Harmonies of #A26050
Complementary color
Monochromatic Colors of #A26050
Black with #A26050
Text Example
Text Example
White with #A26050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26050; }
p { color: rgb(162,96,80); }
H1.HeaderClassName
{
color: #A26050;
}
.AnyTagClassName
{
color: #A26050;
}
</style>
background-color css
<style>
a { background-color: #A26050; }
a { background-color: rgb(162,96,80); }
div.DivClassName
{
background-color: #A26050;
}
.BgClassName
{
background-color: #A26050;
}
</style>
border-color css
<style>
span { border-color: #A26050; }
span { border-color: rgb(162,96,80); }
td.TdClassName
{
border-color: #A26050;
}
.TagClassName
{
border-color: #A26050;
}
</style>