Shades of Au Chico #A66356
Tints of Au Chico #A66356
RGB
CMYK
RGB Variations
Color information
#A66356 (or 0xA66356) is known color: Au Chico. HEX triplet: A6, 63 and 56. RGB value is (166,99,86). Sum of RGB (Red+Green+Blue) = 166+99+86=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A66356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66356 is #599CA9. Grayscale: #757575. Windows color (decimal): -5872810 or 5661606. OLE color: 5661606.
HSL color Cylindrical-coordinate representation of color #A66356: hue angle of 9.75º 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 #A66356 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 86 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.35 |
| HSL | 9.75º | 0.32% | 0.49% | - |
| HSV(B) | 9.75º | 0.48% | 0.65% | - |
| XYZ | 21.87 | 17.7 | 11.07 | - |
| YUV | 117.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 86 | 0 | 0.40 | 0.48 | 0.35 | 9.75 | 0.32 | 0.49 |
| Hex | A6 | 63 | 56 | 0 | 28 | 30 | 23 | A | 20 | 31 |
| Octal | 246 | 143 | 126 | 0 | 50 | 60 | 43 | 12 | 40 | 61 |
| Binary | 10100110 | 1100011 | 1010110 | 0 | 101000 | 110000 | 100011 | 1010 | 100000 | 110001 |
Color Harmonies of #A66356
Complementary color
Monochromatic Colors of #A66356
Black with #A66356
Text Example
Text Example
White with #A66356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66356; }
p { color: rgb(166,99,86); }
H1.HeaderClassName
{
color: #A66356;
}
.AnyTagClassName
{
color: #A66356;
}
</style>
background-color css
<style>
a { background-color: #A66356; }
a { background-color: rgb(166,99,86); }
div.DivClassName
{
background-color: #A66356;
}
.BgClassName
{
background-color: #A66356;
}
</style>
border-color css
<style>
span { border-color: #A66356; }
span { border-color: rgb(166,99,86); }
td.TdClassName
{
border-color: #A66356;
}
.TagClassName
{
border-color: #A66356;
}
</style>