Shades of Au Chico #A66353
Tints of Au Chico #A66353
RGB
CMYK
RGB Variations
Color information
#A66353 (or 0xA66353) is known color: Au Chico. HEX triplet: A6, 63 and 53. RGB value is (166,99,83). Sum of RGB (Red+Green+Blue) = 166+99+83=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A66353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66353 is #599CAC. Grayscale: #757575. Windows color (decimal): -5872813 or 5464998. OLE color: 5464998.
HSL color Cylindrical-coordinate representation of color #A66353: hue angle of 11.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66353 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 83 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.35 |
| HSL | 11.57º | 0.33% | 0.49% | - |
| HSV(B) | 11.57º | 0.5% | 0.65% | - |
| XYZ | 21.75 | 17.66 | 10.45 | - |
| YUV | 117.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 83 | 0 | 0.40 | 0.50 | 0.35 | 11.57 | 0.33 | 0.49 |
| Hex | A6 | 63 | 53 | 0 | 28 | 32 | 23 | C | 21 | 31 |
| Octal | 246 | 143 | 123 | 0 | 50 | 62 | 43 | 14 | 41 | 61 |
| Binary | 10100110 | 1100011 | 1010011 | 0 | 101000 | 110010 | 100011 | 1100 | 100001 | 110001 |
Color Harmonies of #A66353
Complementary color
Monochromatic Colors of #A66353
Black with #A66353
Text Example
Text Example
White with #A66353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66353; }
p { color: rgb(166,99,83); }
H1.HeaderClassName
{
color: #A66353;
}
.AnyTagClassName
{
color: #A66353;
}
</style>
background-color css
<style>
a { background-color: #A66353; }
a { background-color: rgb(166,99,83); }
div.DivClassName
{
background-color: #A66353;
}
.BgClassName
{
background-color: #A66353;
}
</style>
border-color css
<style>
span { border-color: #A66353; }
span { border-color: rgb(166,99,83); }
td.TdClassName
{
border-color: #A66353;
}
.TagClassName
{
border-color: #A66353;
}
</style>