Shades of Au Chico #AA5F56
Tints of Au Chico #AA5F56
RGB
CMYK
RGB Variations
Color information
#AA5F56 (or 0xAA5F56) is known color: Au Chico. HEX triplet: AA, 5F and 56. RGB value is (170,95,86). Sum of RGB (Red+Green+Blue) = 170+95+86=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F56 is #55A0A9. Grayscale: #747474. Windows color (decimal): -5611690 or 5660586. OLE color: 5660586.
HSL color Cylindrical-coordinate representation of color #AA5F56: hue angle of 6.43º 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 #AA5F56 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 95 | 86 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.33 |
| HSL | 6.43º | 0.33% | 0.5% | - |
| HSV(B) | 6.43º | 0.49% | 0.67% | - |
| XYZ | 22.35 | 17.4 | 10.99 | - |
| YUV | 116.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 86 | 0 | 0.44 | 0.49 | 0.33 | 6.43 | 0.33 | 0.5 |
| Hex | AA | 5F | 56 | 0 | 2C | 31 | 21 | 6 | 21 | 32 |
| Octal | 252 | 137 | 126 | 0 | 54 | 61 | 41 | 6 | 41 | 62 |
| Binary | 10101010 | 1011111 | 1010110 | 0 | 101100 | 110001 | 100001 | 110 | 100001 | 110010 |
Color Harmonies of #AA5F56
Complementary color
Monochromatic Colors of #AA5F56
Black with #AA5F56
Text Example
Text Example
White with #AA5F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5F56; }
p { color: rgb(170,95,86); }
H1.HeaderClassName
{
color: #AA5F56;
}
.AnyTagClassName
{
color: #AA5F56;
}
</style>
background-color css
<style>
a { background-color: #AA5F56; }
a { background-color: rgb(170,95,86); }
div.DivClassName
{
background-color: #AA5F56;
}
.BgClassName
{
background-color: #AA5F56;
}
</style>
border-color css
<style>
span { border-color: #AA5F56; }
span { border-color: rgb(170,95,86); }
td.TdClassName
{
border-color: #AA5F56;
}
.TagClassName
{
border-color: #AA5F56;
}
</style>