Shades of Tapestry #AA7F87
Tints of Tapestry #AA7F87
RGB
CMYK
RGB Variations
Color information
#AA7F87 (or 0xAA7F87) is known color: Tapestry. HEX triplet: AA, 7F and 87. RGB value is (170,127,135). Sum of RGB (Red+Green+Blue) = 170+127+135=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F87 is #558078. Grayscale: #8C8C8C. Windows color (decimal): -5603449 or 8880042. OLE color: 8880042.
HSL color Cylindrical-coordinate representation of color #AA7F87: hue angle of 348.84º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F87 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 135 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.33 |
| HSL | 348.84º | 0.2% | 0.58% | - |
| HSV(B) | 348.84º | 0.25% | 0.67% | - |
| XYZ | 28.54 | 25.47 | 26.33 | - |
| YUV | 140.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 135 | 0 | 0.25 | 0.21 | 0.33 | 348.84 | 0.2 | 0.58 |
| Hex | AA | 7F | 87 | 0 | 19 | 15 | 21 | 15D | 14 | 3A |
| Octal | 252 | 177 | 207 | 0 | 31 | 25 | 41 | 535 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10000111 | 0 | 11001 | 10101 | 100001 | 101011101 | 10100 | 111010 |
Color Harmonies of #AA7F87
Complementary color
Monochromatic Colors of #AA7F87
Black with #AA7F87
Text Example
Text Example
White with #AA7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F87; }
p { color: rgb(170,127,135); }
H1.HeaderClassName
{
color: #AA7F87;
}
.AnyTagClassName
{
color: #AA7F87;
}
</style>
background-color css
<style>
a { background-color: #AA7F87; }
a { background-color: rgb(170,127,135); }
div.DivClassName
{
background-color: #AA7F87;
}
.BgClassName
{
background-color: #AA7F87;
}
</style>
border-color css
<style>
span { border-color: #AA7F87; }
span { border-color: rgb(170,127,135); }
td.TdClassName
{
border-color: #AA7F87;
}
.TagClassName
{
border-color: #AA7F87;
}
</style>