Shades of Au Chico #A66456
Tints of Au Chico #A66456
RGB
CMYK
RGB Variations
Color information
#A66456 (or 0xA66456) is known color: Au Chico. HEX triplet: A6, 64 and 56. RGB value is (166,100,86). Sum of RGB (Red+Green+Blue) = 166+100+86=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66456 is #599BA9. Grayscale: #767676. Windows color (decimal): -5872554 or 5661862. OLE color: 5661862.
HSL color Cylindrical-coordinate representation of color #A66456: hue angle of 10.5º 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 #A66456 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 86 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.35 |
| HSL | 10.5º | 0.32% | 0.49% | - |
| HSV(B) | 10.5º | 0.48% | 0.65% | - |
| XYZ | 21.96 | 17.89 | 11.1 | - |
| YUV | 118.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 86 | 0 | 0.40 | 0.48 | 0.35 | 10.5 | 0.32 | 0.49 |
| Hex | A6 | 64 | 56 | 0 | 28 | 30 | 23 | A | 20 | 31 |
| Octal | 246 | 144 | 126 | 0 | 50 | 60 | 43 | 12 | 40 | 61 |
| Binary | 10100110 | 1100100 | 1010110 | 0 | 101000 | 110000 | 100011 | 1010 | 100000 | 110001 |
Color Harmonies of #A66456
Complementary color
Monochromatic Colors of #A66456
Black with #A66456
Text Example
Text Example
White with #A66456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66456; }
p { color: rgb(166,100,86); }
H1.HeaderClassName
{
color: #A66456;
}
.AnyTagClassName
{
color: #A66456;
}
</style>
background-color css
<style>
a { background-color: #A66456; }
a { background-color: rgb(166,100,86); }
div.DivClassName
{
background-color: #A66456;
}
.BgClassName
{
background-color: #A66456;
}
</style>
border-color css
<style>
span { border-color: #A66456; }
span { border-color: rgb(166,100,86); }
td.TdClassName
{
border-color: #A66456;
}
.TagClassName
{
border-color: #A66456;
}
</style>