Shades of Au Chico #A66155
Tints of Au Chico #A66155
RGB
CMYK
RGB Variations
Color information
#A66155 (or 0xA66155) is known color: Au Chico. HEX triplet: A6, 61 and 55. RGB value is (166,97,85). Sum of RGB (Red+Green+Blue) = 166+97+85=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A66155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66155 is #599EAA. Grayscale: #747474. Windows color (decimal): -5873323 or 5595558. OLE color: 5595558.
HSL color Cylindrical-coordinate representation of color #A66155: hue angle of 8.89º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66155 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 85 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.35 |
| HSL | 8.89º | 0.32% | 0.49% | - |
| HSV(B) | 8.89º | 0.49% | 0.65% | - |
| XYZ | 21.64 | 17.31 | 10.8 | - |
| YUV | 116.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 85 | 0 | 0.42 | 0.49 | 0.35 | 8.89 | 0.32 | 0.49 |
| Hex | A6 | 61 | 55 | 0 | 2A | 31 | 23 | 9 | 20 | 31 |
| Octal | 246 | 141 | 125 | 0 | 52 | 61 | 43 | 11 | 40 | 61 |
| Binary | 10100110 | 1100001 | 1010101 | 0 | 101010 | 110001 | 100011 | 1001 | 100000 | 110001 |
Color Harmonies of #A66155
Complementary color
Monochromatic Colors of #A66155
Black with #A66155
Text Example
Text Example
White with #A66155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66155; }
p { color: rgb(166,97,85); }
H1.HeaderClassName
{
color: #A66155;
}
.AnyTagClassName
{
color: #A66155;
}
</style>
background-color css
<style>
a { background-color: #A66155; }
a { background-color: rgb(166,97,85); }
div.DivClassName
{
background-color: #A66155;
}
.BgClassName
{
background-color: #A66155;
}
</style>
border-color css
<style>
span { border-color: #A66155; }
span { border-color: rgb(166,97,85); }
td.TdClassName
{
border-color: #A66155;
}
.TagClassName
{
border-color: #A66155;
}
</style>