Shades of Au Chico #AA635B
Tints of Au Chico #AA635B
RGB
CMYK
RGB Variations
Color information
#AA635B (or 0xAA635B) is known color: Au Chico. HEX triplet: AA, 63 and 5B. RGB value is (170,99,91). Sum of RGB (Red+Green+Blue) = 170+99+91=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA635B is #559CA4. Grayscale: #777777. Windows color (decimal): -5610661 or 5989290. OLE color: 5989290.
HSL color Cylindrical-coordinate representation of color #AA635B: hue angle of 6.08º 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 #AA635B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 91 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.33 |
| HSL | 6.08º | 0.32% | 0.51% | - |
| HSV(B) | 6.08º | 0.46% | 0.67% | - |
| XYZ | 22.93 | 18.23 | 12.21 | - |
| YUV | 119.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 91 | 0 | 0.42 | 0.46 | 0.33 | 6.08 | 0.32 | 0.51 |
| Hex | AA | 63 | 5B | 0 | 2A | 2E | 21 | 6 | 20 | 33 |
| Octal | 252 | 143 | 133 | 0 | 52 | 56 | 41 | 6 | 40 | 63 |
| Binary | 10101010 | 1100011 | 1011011 | 0 | 101010 | 101110 | 100001 | 110 | 100000 | 110011 |
Color Harmonies of #AA635B
Complementary color
Monochromatic Colors of #AA635B
Black with #AA635B
Text Example
Text Example
White with #AA635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA635B; }
p { color: rgb(170,99,91); }
H1.HeaderClassName
{
color: #AA635B;
}
.AnyTagClassName
{
color: #AA635B;
}
</style>
background-color css
<style>
a { background-color: #AA635B; }
a { background-color: rgb(170,99,91); }
div.DivClassName
{
background-color: #AA635B;
}
.BgClassName
{
background-color: #AA635B;
}
</style>
border-color css
<style>
span { border-color: #AA635B; }
span { border-color: rgb(170,99,91); }
td.TdClassName
{
border-color: #AA635B;
}
.TagClassName
{
border-color: #AA635B;
}
</style>