Shades of Au Chico #A26959
Tints of Au Chico #A26959
RGB
CMYK
RGB Variations
Color information
#A26959 (or 0xA26959) is known color: Au Chico. HEX triplet: A2, 69 and 59. RGB value is (162,105,89). Sum of RGB (Red+Green+Blue) = 162+105+89=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A26959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26959 is #5D96A6. Grayscale: #787878. Windows color (decimal): -6133415 or 5859746. OLE color: 5859746.
HSL color Cylindrical-coordinate representation of color #A26959: hue angle of 13.15º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26959 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 89 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.36 |
| HSL | 13.15º | 0.29% | 0.49% | - |
| HSV(B) | 13.15º | 0.45% | 0.64% | - |
| XYZ | 21.76 | 18.51 | 11.88 | - |
| YUV | 120.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 89 | 0 | 0.35 | 0.45 | 0.36 | 13.15 | 0.29 | 0.49 |
| Hex | A2 | 69 | 59 | 0 | 23 | 2D | 24 | D | 1D | 31 |
| Octal | 242 | 151 | 131 | 0 | 43 | 55 | 44 | 15 | 35 | 61 |
| Binary | 10100010 | 1101001 | 1011001 | 0 | 100011 | 101101 | 100100 | 1101 | 11101 | 110001 |
Color Harmonies of #A26959
Complementary color
Monochromatic Colors of #A26959
Black with #A26959
Text Example
Text Example
White with #A26959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26959; }
p { color: rgb(162,105,89); }
H1.HeaderClassName
{
color: #A26959;
}
.AnyTagClassName
{
color: #A26959;
}
</style>
background-color css
<style>
a { background-color: #A26959; }
a { background-color: rgb(162,105,89); }
div.DivClassName
{
background-color: #A26959;
}
.BgClassName
{
background-color: #A26959;
}
</style>
border-color css
<style>
span { border-color: #A26959; }
span { border-color: rgb(162,105,89); }
td.TdClassName
{
border-color: #A26959;
}
.TagClassName
{
border-color: #A26959;
}
</style>