Shades of Au Chico #A66A5E
Tints of Au Chico #A66A5E
RGB
CMYK
RGB Variations
Color information
#A66A5E (or 0xA66A5E) is known color: Au Chico. HEX triplet: A6, 6A and 5E. RGB value is (166,106,94). Sum of RGB (Red+Green+Blue) = 166+106+94=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A5E is #5995A1. Grayscale: #7A7A7A. Windows color (decimal): -5871010 or 6187686. OLE color: 6187686.
HSL color Cylindrical-coordinate representation of color #A66A5E: hue angle of 10º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66A5E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 94 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.35 |
| HSL | 10º | 0.29% | 0.51% | - |
| HSV(B) | 10º | 0.43% | 0.65% | - |
| XYZ | 22.9 | 19.22 | 13.09 | - |
| YUV | 122.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 94 | 0 | 0.36 | 0.43 | 0.35 | 10 | 0.29 | 0.51 |
| Hex | A6 | 6A | 5E | 0 | 24 | 2B | 23 | A | 1D | 33 |
| Octal | 246 | 152 | 136 | 0 | 44 | 53 | 43 | 12 | 35 | 63 |
| Binary | 10100110 | 1101010 | 1011110 | 0 | 100100 | 101011 | 100011 | 1010 | 11101 | 110011 |
Color Harmonies of #A66A5E
Complementary color
Monochromatic Colors of #A66A5E
Black with #A66A5E
Text Example
Text Example
White with #A66A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A5E; }
p { color: rgb(166,106,94); }
H1.HeaderClassName
{
color: #A66A5E;
}
.AnyTagClassName
{
color: #A66A5E;
}
</style>
background-color css
<style>
a { background-color: #A66A5E; }
a { background-color: rgb(166,106,94); }
div.DivClassName
{
background-color: #A66A5E;
}
.BgClassName
{
background-color: #A66A5E;
}
</style>
border-color css
<style>
span { border-color: #A66A5E; }
span { border-color: rgb(166,106,94); }
td.TdClassName
{
border-color: #A66A5E;
}
.TagClassName
{
border-color: #A66A5E;
}
</style>