Shades of Au Chico #AA6859
Tints of Au Chico #AA6859
RGB
CMYK
RGB Variations
Color information
#AA6859 (or 0xAA6859) is known color: Au Chico. HEX triplet: AA, 68 and 59. RGB value is (170,104,89). Sum of RGB (Red+Green+Blue) = 170+104+89=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6859 is #5597A6. Grayscale: #7A7A7A. Windows color (decimal): -5609383 or 5859498. OLE color: 5859498.
HSL color Cylindrical-coordinate representation of color #AA6859: hue angle of 11.11º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6859 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 89 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.33 |
| HSL | 11.11º | 0.32% | 0.51% | - |
| HSV(B) | 11.11º | 0.48% | 0.67% | - |
| XYZ | 23.33 | 19.17 | 11.92 | - |
| YUV | 122.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 89 | 0 | 0.39 | 0.48 | 0.33 | 11.11 | 0.32 | 0.51 |
| Hex | AA | 68 | 59 | 0 | 27 | 30 | 21 | B | 20 | 33 |
| Octal | 252 | 150 | 131 | 0 | 47 | 60 | 41 | 13 | 40 | 63 |
| Binary | 10101010 | 1101000 | 1011001 | 0 | 100111 | 110000 | 100001 | 1011 | 100000 | 110011 |
Color Harmonies of #AA6859
Complementary color
Monochromatic Colors of #AA6859
Black with #AA6859
Text Example
Text Example
White with #AA6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6859; }
p { color: rgb(170,104,89); }
H1.HeaderClassName
{
color: #AA6859;
}
.AnyTagClassName
{
color: #AA6859;
}
</style>
background-color css
<style>
a { background-color: #AA6859; }
a { background-color: rgb(170,104,89); }
div.DivClassName
{
background-color: #AA6859;
}
.BgClassName
{
background-color: #AA6859;
}
</style>
border-color css
<style>
span { border-color: #AA6859; }
span { border-color: rgb(170,104,89); }
td.TdClassName
{
border-color: #AA6859;
}
.TagClassName
{
border-color: #AA6859;
}
</style>