Shades of Au Chico #AA645B
Tints of Au Chico #AA645B
RGB
CMYK
RGB Variations
Color information
#AA645B (or 0xAA645B) is known color: Au Chico. HEX triplet: AA, 64 and 5B. RGB value is (170,100,91). Sum of RGB (Red+Green+Blue) = 170+100+91=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA645B is #559BA4. Grayscale: #787878. Windows color (decimal): -5610405 or 5989546. OLE color: 5989546.
HSL color Cylindrical-coordinate representation of color #AA645B: hue angle of 6.84º 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 #AA645B is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 91 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.33 |
| HSL | 6.84º | 0.32% | 0.51% | - |
| HSV(B) | 6.84º | 0.46% | 0.67% | - |
| XYZ | 23.02 | 18.42 | 12.24 | - |
| YUV | 119.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 91 | 0 | 0.41 | 0.46 | 0.33 | 6.84 | 0.32 | 0.51 |
| Hex | AA | 64 | 5B | 0 | 29 | 2E | 21 | 7 | 20 | 33 |
| Octal | 252 | 144 | 133 | 0 | 51 | 56 | 41 | 7 | 40 | 63 |
| Binary | 10101010 | 1100100 | 1011011 | 0 | 101001 | 101110 | 100001 | 111 | 100000 | 110011 |
Color Harmonies of #AA645B
Complementary color
Monochromatic Colors of #AA645B
Black with #AA645B
Text Example
Text Example
White with #AA645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA645B; }
p { color: rgb(170,100,91); }
H1.HeaderClassName
{
color: #AA645B;
}
.AnyTagClassName
{
color: #AA645B;
}
</style>
background-color css
<style>
a { background-color: #AA645B; }
a { background-color: rgb(170,100,91); }
div.DivClassName
{
background-color: #AA645B;
}
.BgClassName
{
background-color: #AA645B;
}
</style>
border-color css
<style>
span { border-color: #AA645B; }
span { border-color: rgb(170,100,91); }
td.TdClassName
{
border-color: #AA645B;
}
.TagClassName
{
border-color: #AA645B;
}
</style>