Shades of Au Chico #A46A59
Tints of Au Chico #A46A59
RGB
CMYK
RGB Variations
Color information
#A46A59 (or 0xA46A59) is known color: Au Chico. HEX triplet: A4, 6A and 59. RGB value is (164,106,89). Sum of RGB (Red+Green+Blue) = 164+106+89=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A59 is #5B95A6. Grayscale: #797979. Windows color (decimal): -6002087 or 5860004. OLE color: 5860004.
HSL color Cylindrical-coordinate representation of color #A46A59: hue angle of 13.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46A59 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 89 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.36 |
| HSL | 13.6º | 0.3% | 0.5% | - |
| HSV(B) | 13.6º | 0.46% | 0.64% | - |
| XYZ | 22.27 | 18.92 | 11.93 | - |
| YUV | 121.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 89 | 0 | 0.35 | 0.46 | 0.36 | 13.6 | 0.3 | 0.5 |
| Hex | A4 | 6A | 59 | 0 | 23 | 2E | 24 | E | 1E | 32 |
| Octal | 244 | 152 | 131 | 0 | 43 | 56 | 44 | 16 | 36 | 62 |
| Binary | 10100100 | 1101010 | 1011001 | 0 | 100011 | 101110 | 100100 | 1110 | 11110 | 110010 |
Color Harmonies of #A46A59
Complementary color
Monochromatic Colors of #A46A59
Black with #A46A59
Text Example
Text Example
White with #A46A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A59; }
p { color: rgb(164,106,89); }
H1.HeaderClassName
{
color: #A46A59;
}
.AnyTagClassName
{
color: #A46A59;
}
</style>
background-color css
<style>
a { background-color: #A46A59; }
a { background-color: rgb(164,106,89); }
div.DivClassName
{
background-color: #A46A59;
}
.BgClassName
{
background-color: #A46A59;
}
</style>
border-color css
<style>
span { border-color: #A46A59; }
span { border-color: rgb(164,106,89); }
td.TdClassName
{
border-color: #A46A59;
}
.TagClassName
{
border-color: #A46A59;
}
</style>