Shades of Au Chico #AA6A5C
Tints of Au Chico #AA6A5C
RGB
CMYK
RGB Variations
Color information
#AA6A5C (or 0xAA6A5C) is known color: Au Chico. HEX triplet: AA, 6A and 5C. RGB value is (170,106,92). Sum of RGB (Red+Green+Blue) = 170+106+92=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A5C is #5595A3. Grayscale: #7B7B7B. Windows color (decimal): -5608868 or 6056618. OLE color: 6056618.
HSL color Cylindrical-coordinate representation of color #AA6A5C: hue angle of 10.77º 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 #AA6A5C is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 92 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.33 |
| HSL | 10.77º | 0.31% | 0.51% | - |
| HSV(B) | 10.77º | 0.46% | 0.67% | - |
| XYZ | 23.66 | 19.63 | 12.67 | - |
| YUV | 123.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 92 | 0 | 0.38 | 0.46 | 0.33 | 10.77 | 0.31 | 0.51 |
| Hex | AA | 6A | 5C | 0 | 26 | 2E | 21 | B | 1F | 33 |
| Octal | 252 | 152 | 134 | 0 | 46 | 56 | 41 | 13 | 37 | 63 |
| Binary | 10101010 | 1101010 | 1011100 | 0 | 100110 | 101110 | 100001 | 1011 | 11111 | 110011 |
Color Harmonies of #AA6A5C
Complementary color
Monochromatic Colors of #AA6A5C
Black with #AA6A5C
Text Example
Text Example
White with #AA6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A5C; }
p { color: rgb(170,106,92); }
H1.HeaderClassName
{
color: #AA6A5C;
}
.AnyTagClassName
{
color: #AA6A5C;
}
</style>
background-color css
<style>
a { background-color: #AA6A5C; }
a { background-color: rgb(170,106,92); }
div.DivClassName
{
background-color: #AA6A5C;
}
.BgClassName
{
background-color: #AA6A5C;
}
</style>
border-color css
<style>
span { border-color: #AA6A5C; }
span { border-color: rgb(170,106,92); }
td.TdClassName
{
border-color: #AA6A5C;
}
.TagClassName
{
border-color: #AA6A5C;
}
</style>