Shades of Au Chico #AA6557
Tints of Au Chico #AA6557
RGB
CMYK
RGB Variations
Color information
#AA6557 (or 0xAA6557) is known color: Au Chico. HEX triplet: AA, 65 and 57. RGB value is (170,101,87). Sum of RGB (Red+Green+Blue) = 170+101+87=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6557 is #559AA8. Grayscale: #787878. Windows color (decimal): -5610153 or 5727658. OLE color: 5727658.
HSL color Cylindrical-coordinate representation of color #AA6557: hue angle of 10.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6557 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 87 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.33 |
| HSL | 10.12º | 0.33% | 0.5% | - |
| HSV(B) | 10.12º | 0.49% | 0.67% | - |
| XYZ | 22.95 | 18.54 | 11.39 | - |
| YUV | 120.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 87 | 0 | 0.41 | 0.49 | 0.33 | 10.12 | 0.33 | 0.5 |
| Hex | AA | 65 | 57 | 0 | 29 | 31 | 21 | A | 21 | 32 |
| Octal | 252 | 145 | 127 | 0 | 51 | 61 | 41 | 12 | 41 | 62 |
| Binary | 10101010 | 1100101 | 1010111 | 0 | 101001 | 110001 | 100001 | 1010 | 100001 | 110010 |
Color Harmonies of #AA6557
Complementary color
Monochromatic Colors of #AA6557
Black with #AA6557
Text Example
Text Example
White with #AA6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6557; }
p { color: rgb(170,101,87); }
H1.HeaderClassName
{
color: #AA6557;
}
.AnyTagClassName
{
color: #AA6557;
}
</style>
background-color css
<style>
a { background-color: #AA6557; }
a { background-color: rgb(170,101,87); }
div.DivClassName
{
background-color: #AA6557;
}
.BgClassName
{
background-color: #AA6557;
}
</style>
border-color css
<style>
span { border-color: #AA6557; }
span { border-color: rgb(170,101,87); }
td.TdClassName
{
border-color: #AA6557;
}
.TagClassName
{
border-color: #AA6557;
}
</style>