Shades of Au Chico #AA655B
Tints of Au Chico #AA655B
RGB
CMYK
RGB Variations
Color information
#AA655B (or 0xAA655B) is known color: Au Chico. HEX triplet: AA, 65 and 5B. RGB value is (170,101,91). Sum of RGB (Red+Green+Blue) = 170+101+91=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655B is #559AA4. Grayscale: #787878. Windows color (decimal): -5610149 or 5989802. OLE color: 5989802.
HSL color Cylindrical-coordinate representation of color #AA655B: hue angle of 7.59º 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 #AA655B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 91 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.33 |
| HSL | 7.59º | 0.32% | 0.51% | - |
| HSV(B) | 7.59º | 0.46% | 0.67% | - |
| XYZ | 23.12 | 18.61 | 12.27 | - |
| YUV | 120.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 91 | 0 | 0.41 | 0.46 | 0.33 | 7.59 | 0.32 | 0.51 |
| Hex | AA | 65 | 5B | 0 | 29 | 2E | 21 | 8 | 20 | 33 |
| Octal | 252 | 145 | 133 | 0 | 51 | 56 | 41 | 10 | 40 | 63 |
| Binary | 10101010 | 1100101 | 1011011 | 0 | 101001 | 101110 | 100001 | 1000 | 100000 | 110011 |
Color Harmonies of #AA655B
Complementary color
Monochromatic Colors of #AA655B
Black with #AA655B
Text Example
Text Example
White with #AA655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA655B; }
p { color: rgb(170,101,91); }
H1.HeaderClassName
{
color: #AA655B;
}
.AnyTagClassName
{
color: #AA655B;
}
</style>
background-color css
<style>
a { background-color: #AA655B; }
a { background-color: rgb(170,101,91); }
div.DivClassName
{
background-color: #AA655B;
}
.BgClassName
{
background-color: #AA655B;
}
</style>
border-color css
<style>
span { border-color: #AA655B; }
span { border-color: rgb(170,101,91); }
td.TdClassName
{
border-color: #AA655B;
}
.TagClassName
{
border-color: #AA655B;
}
</style>