Shades of Au Chico #A66153
Tints of Au Chico #A66153
RGB
CMYK
RGB Variations
Color information
#A66153 (or 0xA66153) is known color: Au Chico. HEX triplet: A6, 61 and 53. RGB value is (166,97,83). Sum of RGB (Red+Green+Blue) = 166+97+83=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66153 is #599EAC. Grayscale: #747474. Windows color (decimal): -5873325 or 5464486. OLE color: 5464486.
HSL color Cylindrical-coordinate representation of color #A66153: hue angle of 10.12º 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 #A66153 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 83 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.35 |
| HSL | 10.12º | 0.33% | 0.49% | - |
| HSV(B) | 10.12º | 0.5% | 0.65% | - |
| XYZ | 21.56 | 17.28 | 10.38 | - |
| YUV | 116.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 83 | 0 | 0.42 | 0.50 | 0.35 | 10.12 | 0.33 | 0.49 |
| Hex | A6 | 61 | 53 | 0 | 2A | 32 | 23 | A | 21 | 31 |
| Octal | 246 | 141 | 123 | 0 | 52 | 62 | 43 | 12 | 41 | 61 |
| Binary | 10100110 | 1100001 | 1010011 | 0 | 101010 | 110010 | 100011 | 1010 | 100001 | 110001 |
Color Harmonies of #A66153
Complementary color
Monochromatic Colors of #A66153
Black with #A66153
Text Example
Text Example
White with #A66153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66153; }
p { color: rgb(166,97,83); }
H1.HeaderClassName
{
color: #A66153;
}
.AnyTagClassName
{
color: #A66153;
}
</style>
background-color css
<style>
a { background-color: #A66153; }
a { background-color: rgb(166,97,83); }
div.DivClassName
{
background-color: #A66153;
}
.BgClassName
{
background-color: #A66153;
}
</style>
border-color css
<style>
span { border-color: #A66153; }
span { border-color: rgb(166,97,83); }
td.TdClassName
{
border-color: #A66153;
}
.TagClassName
{
border-color: #A66153;
}
</style>