Shades of Au Chico #AA6355
Tints of Au Chico #AA6355
RGB
CMYK
RGB Variations
Color information
#AA6355 (or 0xAA6355) is known color: Au Chico. HEX triplet: AA, 63 and 55. RGB value is (170,99,85). Sum of RGB (Red+Green+Blue) = 170+99+85=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6355 is #559CAA. Grayscale: #767676. Windows color (decimal): -5610667 or 5596074. OLE color: 5596074.
HSL color Cylindrical-coordinate representation of color #AA6355: hue angle of 9.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6355 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 85 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.33 |
| HSL | 9.88º | 0.33% | 0.5% | - |
| HSV(B) | 9.88º | 0.5% | 0.67% | - |
| XYZ | 22.68 | 18.13 | 10.9 | - |
| YUV | 118.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 85 | 0 | 0.42 | 0.50 | 0.33 | 9.88 | 0.33 | 0.5 |
| Hex | AA | 63 | 55 | 0 | 2A | 32 | 21 | A | 21 | 32 |
| Octal | 252 | 143 | 125 | 0 | 52 | 62 | 41 | 12 | 41 | 62 |
| Binary | 10101010 | 1100011 | 1010101 | 0 | 101010 | 110010 | 100001 | 1010 | 100001 | 110010 |
Color Harmonies of #AA6355
Complementary color
Monochromatic Colors of #AA6355
Black with #AA6355
Text Example
Text Example
White with #AA6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6355; }
p { color: rgb(170,99,85); }
H1.HeaderClassName
{
color: #AA6355;
}
.AnyTagClassName
{
color: #AA6355;
}
</style>
background-color css
<style>
a { background-color: #AA6355; }
a { background-color: rgb(170,99,85); }
div.DivClassName
{
background-color: #AA6355;
}
.BgClassName
{
background-color: #AA6355;
}
</style>
border-color css
<style>
span { border-color: #AA6355; }
span { border-color: rgb(170,99,85); }
td.TdClassName
{
border-color: #AA6355;
}
.TagClassName
{
border-color: #AA6355;
}
</style>