Shades of Au Chico #A66659
Tints of Au Chico #A66659
RGB
CMYK
RGB Variations
Color information
#A66659 (or 0xA66659) is known color: Au Chico. HEX triplet: A6, 66 and 59. RGB value is (166,102,89). Sum of RGB (Red+Green+Blue) = 166+102+89=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A66659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66659 is #5999A6. Grayscale: #777777. Windows color (decimal): -5872039 or 5858982. OLE color: 5858982.
HSL color Cylindrical-coordinate representation of color #A66659: hue angle of 10.13º 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 #A66659 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 89 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.35 |
| HSL | 10.13º | 0.3% | 0.5% | - |
| HSV(B) | 10.13º | 0.46% | 0.65% | - |
| XYZ | 22.28 | 18.33 | 11.82 | - |
| YUV | 119.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 89 | 0 | 0.39 | 0.46 | 0.35 | 10.13 | 0.3 | 0.5 |
| Hex | A6 | 66 | 59 | 0 | 27 | 2E | 23 | A | 1E | 32 |
| Octal | 246 | 146 | 131 | 0 | 47 | 56 | 43 | 12 | 36 | 62 |
| Binary | 10100110 | 1100110 | 1011001 | 0 | 100111 | 101110 | 100011 | 1010 | 11110 | 110010 |
Color Harmonies of #A66659
Complementary color
Monochromatic Colors of #A66659
Black with #A66659
Text Example
Text Example
White with #A66659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66659; }
p { color: rgb(166,102,89); }
H1.HeaderClassName
{
color: #A66659;
}
.AnyTagClassName
{
color: #A66659;
}
</style>
background-color css
<style>
a { background-color: #A66659; }
a { background-color: rgb(166,102,89); }
div.DivClassName
{
background-color: #A66659;
}
.BgClassName
{
background-color: #A66659;
}
</style>
border-color css
<style>
span { border-color: #A66659; }
span { border-color: rgb(166,102,89); }
td.TdClassName
{
border-color: #A66659;
}
.TagClassName
{
border-color: #A66659;
}
</style>