Shades of Au Chico #AA6C5C
Tints of Au Chico #AA6C5C
RGB
CMYK
RGB Variations
Color information
#AA6C5C (or 0xAA6C5C) is known color: Au Chico. HEX triplet: AA, 6C and 5C. RGB value is (170,108,92). Sum of RGB (Red+Green+Blue) = 170+108+92=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C5C is #5593A3. Grayscale: #7C7C7C. Windows color (decimal): -5608356 or 6057130. OLE color: 6057130.
HSL color Cylindrical-coordinate representation of color #AA6C5C: hue angle of 12.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6C5C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 92 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.33 |
| HSL | 12.31º | 0.31% | 0.51% | - |
| HSV(B) | 12.31º | 0.46% | 0.67% | - |
| XYZ | 23.87 | 20.04 | 12.74 | - |
| YUV | 124.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 92 | 0 | 0.36 | 0.46 | 0.33 | 12.31 | 0.31 | 0.51 |
| Hex | AA | 6C | 5C | 0 | 24 | 2E | 21 | C | 1F | 33 |
| Octal | 252 | 154 | 134 | 0 | 44 | 56 | 41 | 14 | 37 | 63 |
| Binary | 10101010 | 1101100 | 1011100 | 0 | 100100 | 101110 | 100001 | 1100 | 11111 | 110011 |
Color Harmonies of #AA6C5C
Complementary color
Monochromatic Colors of #AA6C5C
Black with #AA6C5C
Text Example
Text Example
White with #AA6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C5C; }
p { color: rgb(170,108,92); }
H1.HeaderClassName
{
color: #AA6C5C;
}
.AnyTagClassName
{
color: #AA6C5C;
}
</style>
background-color css
<style>
a { background-color: #AA6C5C; }
a { background-color: rgb(170,108,92); }
div.DivClassName
{
background-color: #AA6C5C;
}
.BgClassName
{
background-color: #AA6C5C;
}
</style>
border-color css
<style>
span { border-color: #AA6C5C; }
span { border-color: rgb(170,108,92); }
td.TdClassName
{
border-color: #AA6C5C;
}
.TagClassName
{
border-color: #AA6C5C;
}
</style>