Shades of Tapestry #AA627A
Tints of Tapestry #AA627A
RGB
CMYK
RGB Variations
Color information
#AA627A (or 0xAA627A) is known color: Tapestry. HEX triplet: AA, 62 and 7A. RGB value is (170,98,122). Sum of RGB (Red+Green+Blue) = 170+98+122=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA627A is #559D85. Grayscale: #7A7A7A. Windows color (decimal): -5610886 or 8020650. OLE color: 8020650.
HSL color Cylindrical-coordinate representation of color #AA627A: hue angle of 340º degrees, saturation: 0.3, 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 #AA627A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 122 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.33 |
| HSL | 340º | 0.3% | 0.53% | - |
| HSV(B) | 340º | 0.42% | 0.67% | - |
| XYZ | 24.46 | 18.69 | 20.73 | - |
| YUV | 122.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 122 | 0 | 0.42 | 0.28 | 0.33 | 340 | 0.3 | 0.53 |
| Hex | AA | 62 | 7A | 0 | 2A | 1C | 21 | 154 | 1E | 35 |
| Octal | 252 | 142 | 172 | 0 | 52 | 34 | 41 | 524 | 36 | 65 |
| Binary | 10101010 | 1100010 | 1111010 | 0 | 101010 | 11100 | 100001 | 101010100 | 11110 | 110101 |
Color Harmonies of #AA627A
Complementary color
Monochromatic Colors of #AA627A
Black with #AA627A
Text Example
Text Example
White with #AA627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA627A; }
p { color: rgb(170,98,122); }
H1.HeaderClassName
{
color: #AA627A;
}
.AnyTagClassName
{
color: #AA627A;
}
</style>
background-color css
<style>
a { background-color: #AA627A; }
a { background-color: rgb(170,98,122); }
div.DivClassName
{
background-color: #AA627A;
}
.BgClassName
{
background-color: #AA627A;
}
</style>
border-color css
<style>
span { border-color: #AA627A; }
span { border-color: rgb(170,98,122); }
td.TdClassName
{
border-color: #AA627A;
}
.TagClassName
{
border-color: #AA627A;
}
</style>