Shades of Au Chico #A66859
Tints of Au Chico #A66859
RGB
CMYK
RGB Variations
Color information
#A66859 (or 0xA66859) is known color: Au Chico. HEX triplet: A6, 68 and 59. RGB value is (166,104,89). Sum of RGB (Red+Green+Blue) = 166+104+89=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A66859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66859 is #5997A6. Grayscale: #787878. Windows color (decimal): -5871527 or 5859494. OLE color: 5859494.
HSL color Cylindrical-coordinate representation of color #A66859: hue angle of 11.69º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66859 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 89 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.35 |
| HSL | 11.69º | 0.3% | 0.5% | - |
| HSV(B) | 11.69º | 0.46% | 0.65% | - |
| XYZ | 22.48 | 18.73 | 11.88 | - |
| YUV | 120.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 89 | 0 | 0.37 | 0.46 | 0.35 | 11.69 | 0.3 | 0.5 |
| Hex | A6 | 68 | 59 | 0 | 25 | 2E | 23 | C | 1E | 32 |
| Octal | 246 | 150 | 131 | 0 | 45 | 56 | 43 | 14 | 36 | 62 |
| Binary | 10100110 | 1101000 | 1011001 | 0 | 100101 | 101110 | 100011 | 1100 | 11110 | 110010 |
Color Harmonies of #A66859
Complementary color
Monochromatic Colors of #A66859
Black with #A66859
Text Example
Text Example
White with #A66859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66859; }
p { color: rgb(166,104,89); }
H1.HeaderClassName
{
color: #A66859;
}
.AnyTagClassName
{
color: #A66859;
}
</style>
background-color css
<style>
a { background-color: #A66859; }
a { background-color: rgb(166,104,89); }
div.DivClassName
{
background-color: #A66859;
}
.BgClassName
{
background-color: #A66859;
}
</style>
border-color css
<style>
span { border-color: #A66859; }
span { border-color: rgb(166,104,89); }
td.TdClassName
{
border-color: #A66859;
}
.TagClassName
{
border-color: #A66859;
}
</style>