Shades of Au Chico #AA685B
Tints of Au Chico #AA685B
RGB
CMYK
RGB Variations
Color information
#AA685B (or 0xAA685B) is known color: Au Chico. HEX triplet: AA, 68 and 5B. RGB value is (170,104,91). Sum of RGB (Red+Green+Blue) = 170+104+91=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685B is #5597A4. Grayscale: #7A7A7A. Windows color (decimal): -5609381 or 5990570. OLE color: 5990570.
HSL color Cylindrical-coordinate representation of color #AA685B: hue angle of 9.87º degrees, saturation: 0.32, 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 #AA685B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 91 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.33 |
| HSL | 9.87º | 0.32% | 0.51% | - |
| HSV(B) | 9.87º | 0.46% | 0.67% | - |
| XYZ | 23.42 | 19.2 | 12.37 | - |
| YUV | 122.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 91 | 0 | 0.39 | 0.46 | 0.33 | 9.87 | 0.32 | 0.51 |
| Hex | AA | 68 | 5B | 0 | 27 | 2E | 21 | A | 20 | 33 |
| Octal | 252 | 150 | 133 | 0 | 47 | 56 | 41 | 12 | 40 | 63 |
| Binary | 10101010 | 1101000 | 1011011 | 0 | 100111 | 101110 | 100001 | 1010 | 100000 | 110011 |
Color Harmonies of #AA685B
Complementary color
Monochromatic Colors of #AA685B
Black with #AA685B
Text Example
Text Example
White with #AA685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA685B; }
p { color: rgb(170,104,91); }
H1.HeaderClassName
{
color: #AA685B;
}
.AnyTagClassName
{
color: #AA685B;
}
</style>
background-color css
<style>
a { background-color: #AA685B; }
a { background-color: rgb(170,104,91); }
div.DivClassName
{
background-color: #AA685B;
}
.BgClassName
{
background-color: #AA685B;
}
</style>
border-color css
<style>
span { border-color: #AA685B; }
span { border-color: rgb(170,104,91); }
td.TdClassName
{
border-color: #AA685B;
}
.TagClassName
{
border-color: #AA685B;
}
</style>