Shades of Au Chico #A26150
Tints of Au Chico #A26150
RGB
CMYK
RGB Variations
Color information
#A26150 (or 0xA26150) is known color: Au Chico. HEX triplet: A2, 61 and 50. RGB value is (162,97,80). Sum of RGB (Red+Green+Blue) = 162+97+80=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A26150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26150 is #5D9EAF. Grayscale: #727272. Windows color (decimal): -6135472 or 5267874. OLE color: 5267874.
HSL color Cylindrical-coordinate representation of color #A26150: hue angle of 12.44º 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 #A26150 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 80 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.36 |
| HSL | 12.44º | 0.34% | 0.47% | - |
| HSV(B) | 12.44º | 0.51% | 0.64% | - |
| XYZ | 20.62 | 16.81 | 9.75 | - |
| YUV | 114.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 80 | 0 | 0.40 | 0.51 | 0.36 | 12.44 | 0.34 | 0.47 |
| Hex | A2 | 61 | 50 | 0 | 28 | 33 | 24 | C | 22 | 2F |
| Octal | 242 | 141 | 120 | 0 | 50 | 63 | 44 | 14 | 42 | 57 |
| Binary | 10100010 | 1100001 | 1010000 | 0 | 101000 | 110011 | 100100 | 1100 | 100010 | 101111 |
Color Harmonies of #A26150
Complementary color
Monochromatic Colors of #A26150
Black with #A26150
Text Example
Text Example
White with #A26150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26150; }
p { color: rgb(162,97,80); }
H1.HeaderClassName
{
color: #A26150;
}
.AnyTagClassName
{
color: #A26150;
}
</style>
background-color css
<style>
a { background-color: #A26150; }
a { background-color: rgb(162,97,80); }
div.DivClassName
{
background-color: #A26150;
}
.BgClassName
{
background-color: #A26150;
}
</style>
border-color css
<style>
span { border-color: #A26150; }
span { border-color: rgb(162,97,80); }
td.TdClassName
{
border-color: #A26150;
}
.TagClassName
{
border-color: #A26150;
}
</style>