Shades of Tapestry #AA637B
Tints of Tapestry #AA637B
RGB
CMYK
RGB Variations
Color information
#AA637B (or 0xAA637B) is known color: Tapestry. HEX triplet: AA, 63 and 7B. RGB value is (170,99,123). Sum of RGB (Red+Green+Blue) = 170+99+123=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637B is #559C84. Grayscale: #7A7A7A. Windows color (decimal): -5610629 or 8086442. OLE color: 8086442.
HSL color Cylindrical-coordinate representation of color #AA637B: hue angle of 339.72º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA637B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 123 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.33 |
| HSL | 339.72º | 0.29% | 0.53% | - |
| HSV(B) | 339.72º | 0.42% | 0.67% | - |
| XYZ | 24.61 | 18.9 | 21.09 | - |
| YUV | 122.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 123 | 0 | 0.42 | 0.28 | 0.33 | 339.72 | 0.29 | 0.53 |
| Hex | AA | 63 | 7B | 0 | 2A | 1C | 21 | 154 | 1D | 35 |
| Octal | 252 | 143 | 173 | 0 | 52 | 34 | 41 | 524 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1111011 | 0 | 101010 | 11100 | 100001 | 101010100 | 11101 | 110101 |
Color Harmonies of #AA637B
Complementary color
Monochromatic Colors of #AA637B
Black with #AA637B
Text Example
Text Example
White with #AA637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA637B; }
p { color: rgb(170,99,123); }
H1.HeaderClassName
{
color: #AA637B;
}
.AnyTagClassName
{
color: #AA637B;
}
</style>
background-color css
<style>
a { background-color: #AA637B; }
a { background-color: rgb(170,99,123); }
div.DivClassName
{
background-color: #AA637B;
}
.BgClassName
{
background-color: #AA637B;
}
</style>
border-color css
<style>
span { border-color: #AA637B; }
span { border-color: rgb(170,99,123); }
td.TdClassName
{
border-color: #AA637B;
}
.TagClassName
{
border-color: #AA637B;
}
</style>