Shades of Au Chico #A66259
Tints of Au Chico #A66259
RGB
CMYK
RGB Variations
Color information
#A66259 (or 0xA66259) is known color: Au Chico. HEX triplet: A6, 62 and 59. RGB value is (166,98,89). Sum of RGB (Red+Green+Blue) = 166+98+89=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66259 is #599DA6. Grayscale: #757575. Windows color (decimal): -5873063 or 5857958. OLE color: 5857958.
HSL color Cylindrical-coordinate representation of color #A66259: hue angle of 7.01º 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 #A66259 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 89 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.35 |
| HSL | 7.01º | 0.3% | 0.5% | - |
| HSV(B) | 7.01º | 0.46% | 0.65% | - |
| XYZ | 21.9 | 17.56 | 11.69 | - |
| YUV | 117.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 89 | 0 | 0.41 | 0.46 | 0.35 | 7.01 | 0.3 | 0.5 |
| Hex | A6 | 62 | 59 | 0 | 29 | 2E | 23 | 7 | 1E | 32 |
| Octal | 246 | 142 | 131 | 0 | 51 | 56 | 43 | 7 | 36 | 62 |
| Binary | 10100110 | 1100010 | 1011001 | 0 | 101001 | 101110 | 100011 | 111 | 11110 | 110010 |
Color Harmonies of #A66259
Complementary color
Monochromatic Colors of #A66259
Black with #A66259
Text Example
Text Example
White with #A66259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66259; }
p { color: rgb(166,98,89); }
H1.HeaderClassName
{
color: #A66259;
}
.AnyTagClassName
{
color: #A66259;
}
</style>
background-color css
<style>
a { background-color: #A66259; }
a { background-color: rgb(166,98,89); }
div.DivClassName
{
background-color: #A66259;
}
.BgClassName
{
background-color: #A66259;
}
</style>
border-color css
<style>
span { border-color: #A66259; }
span { border-color: rgb(166,98,89); }
td.TdClassName
{
border-color: #A66259;
}
.TagClassName
{
border-color: #A66259;
}
</style>