Shades of Au Chico #AA6255
Tints of Au Chico #AA6255
RGB
CMYK
RGB Variations
Color information
#AA6255 (or 0xAA6255) is known color: Au Chico. HEX triplet: AA, 62 and 55. RGB value is (170,98,85). Sum of RGB (Red+Green+Blue) = 170+98+85=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6255 is #559DAA. Grayscale: #767676. Windows color (decimal): -5610923 or 5595818. OLE color: 5595818.
HSL color Cylindrical-coordinate representation of color #AA6255: hue angle of 9.18º 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 #AA6255 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 85 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.33 |
| HSL | 9.18º | 0.33% | 0.5% | - |
| HSV(B) | 9.18º | 0.5% | 0.67% | - |
| XYZ | 22.58 | 17.94 | 10.87 | - |
| YUV | 118.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 85 | 0 | 0.42 | 0.50 | 0.33 | 9.18 | 0.33 | 0.5 |
| Hex | AA | 62 | 55 | 0 | 2A | 32 | 21 | 9 | 21 | 32 |
| Octal | 252 | 142 | 125 | 0 | 52 | 62 | 41 | 11 | 41 | 62 |
| Binary | 10101010 | 1100010 | 1010101 | 0 | 101010 | 110010 | 100001 | 1001 | 100001 | 110010 |
Color Harmonies of #AA6255
Complementary color
Monochromatic Colors of #AA6255
Black with #AA6255
Text Example
Text Example
White with #AA6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6255; }
p { color: rgb(170,98,85); }
H1.HeaderClassName
{
color: #AA6255;
}
.AnyTagClassName
{
color: #AA6255;
}
</style>
background-color css
<style>
a { background-color: #AA6255; }
a { background-color: rgb(170,98,85); }
div.DivClassName
{
background-color: #AA6255;
}
.BgClassName
{
background-color: #AA6255;
}
</style>
border-color css
<style>
span { border-color: #AA6255; }
span { border-color: rgb(170,98,85); }
td.TdClassName
{
border-color: #AA6255;
}
.TagClassName
{
border-color: #AA6255;
}
</style>