Shades of Au Chico #AA655A
Tints of Au Chico #AA655A
RGB
CMYK
RGB Variations
Color information
#AA655A (or 0xAA655A) is known color: Au Chico. HEX triplet: AA, 65 and 5A. RGB value is (170,101,90). Sum of RGB (Red+Green+Blue) = 170+101+90=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655A is #559AA5. Grayscale: #787878. Windows color (decimal): -5610150 or 5924266. OLE color: 5924266.
HSL color Cylindrical-coordinate representation of color #AA655A: hue angle of 8.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA655A is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 90 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.33 |
| HSL | 8.25º | 0.32% | 0.51% | - |
| HSV(B) | 8.25º | 0.47% | 0.67% | - |
| XYZ | 23.08 | 18.59 | 12.05 | - |
| YUV | 120.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 90 | 0 | 0.41 | 0.47 | 0.33 | 8.25 | 0.32 | 0.51 |
| Hex | AA | 65 | 5A | 0 | 29 | 2F | 21 | 8 | 20 | 33 |
| Octal | 252 | 145 | 132 | 0 | 51 | 57 | 41 | 10 | 40 | 63 |
| Binary | 10101010 | 1100101 | 1011010 | 0 | 101001 | 101111 | 100001 | 1000 | 100000 | 110011 |
Color Harmonies of #AA655A
Complementary color
Monochromatic Colors of #AA655A
Black with #AA655A
Text Example
Text Example
White with #AA655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA655A; }
p { color: rgb(170,101,90); }
H1.HeaderClassName
{
color: #AA655A;
}
.AnyTagClassName
{
color: #AA655A;
}
</style>
background-color css
<style>
a { background-color: #AA655A; }
a { background-color: rgb(170,101,90); }
div.DivClassName
{
background-color: #AA655A;
}
.BgClassName
{
background-color: #AA655A;
}
</style>
border-color css
<style>
span { border-color: #AA655A; }
span { border-color: rgb(170,101,90); }
td.TdClassName
{
border-color: #AA655A;
}
.TagClassName
{
border-color: #AA655A;
}
</style>