Shades of Tapestry #AA7A8D
Tints of Tapestry #AA7A8D
RGB
CMYK
RGB Variations
Color information
#AA7A8D (or 0xAA7A8D) is known color: Tapestry. HEX triplet: AA, 7A and 8D. RGB value is (170,122,141). Sum of RGB (Red+Green+Blue) = 170+122+141=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A8D is #558572. Grayscale: #8A8A8A. Windows color (decimal): -5604723 or 9271978. OLE color: 9271978.
HSL color Cylindrical-coordinate representation of color #AA7A8D: hue angle of 336.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A8D is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 141 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.33 |
| HSL | 336.25º | 0.22% | 0.57% | - |
| HSV(B) | 336.25º | 0.28% | 0.67% | - |
| XYZ | 28.34 | 24.39 | 28.41 | - |
| YUV | 138.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 141 | 0 | 0.28 | 0.17 | 0.33 | 336.25 | 0.22 | 0.57 |
| Hex | AA | 7A | 8D | 0 | 1C | 11 | 21 | 150 | 16 | 39 |
| Octal | 252 | 172 | 215 | 0 | 34 | 21 | 41 | 520 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10001101 | 0 | 11100 | 10001 | 100001 | 101010000 | 10110 | 111001 |
Color Harmonies of #AA7A8D
Complementary color
Monochromatic Colors of #AA7A8D
Black with #AA7A8D
Text Example
Text Example
White with #AA7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A8D; }
p { color: rgb(170,122,141); }
H1.HeaderClassName
{
color: #AA7A8D;
}
.AnyTagClassName
{
color: #AA7A8D;
}
</style>
background-color css
<style>
a { background-color: #AA7A8D; }
a { background-color: rgb(170,122,141); }
div.DivClassName
{
background-color: #AA7A8D;
}
.BgClassName
{
background-color: #AA7A8D;
}
</style>
border-color css
<style>
span { border-color: #AA7A8D; }
span { border-color: rgb(170,122,141); }
td.TdClassName
{
border-color: #AA7A8D;
}
.TagClassName
{
border-color: #AA7A8D;
}
</style>