Shades of Au Chico #A66256
Tints of Au Chico #A66256
RGB
CMYK
RGB Variations
Color information
#A66256 (or 0xA66256) is known color: Au Chico. HEX triplet: A6, 62 and 56. RGB value is (166,98,86). Sum of RGB (Red+Green+Blue) = 166+98+86=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66256 is #599DA9. Grayscale: #757575. Windows color (decimal): -5873066 or 5661350. OLE color: 5661350.
HSL color Cylindrical-coordinate representation of color #A66256: hue angle of 9º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66256 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 86 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.35 |
| HSL | 9º | 0.32% | 0.49% | - |
| HSV(B) | 9º | 0.48% | 0.65% | - |
| XYZ | 21.77 | 17.51 | 11.04 | - |
| YUV | 116.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 86 | 0 | 0.41 | 0.48 | 0.35 | 9 | 0.32 | 0.49 |
| Hex | A6 | 62 | 56 | 0 | 29 | 30 | 23 | 9 | 20 | 31 |
| Octal | 246 | 142 | 126 | 0 | 51 | 60 | 43 | 11 | 40 | 61 |
| Binary | 10100110 | 1100010 | 1010110 | 0 | 101001 | 110000 | 100011 | 1001 | 100000 | 110001 |
Color Harmonies of #A66256
Complementary color
Monochromatic Colors of #A66256
Black with #A66256
Text Example
Text Example
White with #A66256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66256; }
p { color: rgb(166,98,86); }
H1.HeaderClassName
{
color: #A66256;
}
.AnyTagClassName
{
color: #A66256;
}
</style>
background-color css
<style>
a { background-color: #A66256; }
a { background-color: rgb(166,98,86); }
div.DivClassName
{
background-color: #A66256;
}
.BgClassName
{
background-color: #A66256;
}
</style>
border-color css
<style>
span { border-color: #A66256; }
span { border-color: rgb(166,98,86); }
td.TdClassName
{
border-color: #A66256;
}
.TagClassName
{
border-color: #A66256;
}
</style>