Shades of Au Chico #A6665B
Tints of Au Chico #A6665B
RGB
CMYK
RGB Variations
Color information
#A6665B (or 0xA6665B) is known color: Au Chico. HEX triplet: A6, 66 and 5B. RGB value is (166,102,91). Sum of RGB (Red+Green+Blue) = 166+102+91=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6665B is #5999A4. Grayscale: #777777. Windows color (decimal): -5872037 or 5990054. OLE color: 5990054.
HSL color Cylindrical-coordinate representation of color #A6665B: hue angle of 8.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6665B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 91 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.35 |
| HSL | 8.8º | 0.3% | 0.5% | - |
| HSV(B) | 8.8º | 0.45% | 0.65% | - |
| XYZ | 22.37 | 18.37 | 12.26 | - |
| YUV | 119.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 91 | 0 | 0.39 | 0.45 | 0.35 | 8.8 | 0.3 | 0.5 |
| Hex | A6 | 66 | 5B | 0 | 27 | 2D | 23 | 9 | 1E | 32 |
| Octal | 246 | 146 | 133 | 0 | 47 | 55 | 43 | 11 | 36 | 62 |
| Binary | 10100110 | 1100110 | 1011011 | 0 | 100111 | 101101 | 100011 | 1001 | 11110 | 110010 |
Color Harmonies of #A6665B
Complementary color
Monochromatic Colors of #A6665B
Black with #A6665B
Text Example
Text Example
White with #A6665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6665B; }
p { color: rgb(166,102,91); }
H1.HeaderClassName
{
color: #A6665B;
}
.AnyTagClassName
{
color: #A6665B;
}
</style>
background-color css
<style>
a { background-color: #A6665B; }
a { background-color: rgb(166,102,91); }
div.DivClassName
{
background-color: #A6665B;
}
.BgClassName
{
background-color: #A6665B;
}
</style>
border-color css
<style>
span { border-color: #A6665B; }
span { border-color: rgb(166,102,91); }
td.TdClassName
{
border-color: #A6665B;
}
.TagClassName
{
border-color: #A6665B;
}
</style>