Shades of Tapestry #AA878E
Tints of Tapestry #AA878E
RGB
CMYK
RGB Variations
Color information
#AA878E (or 0xAA878E) is known color: Tapestry. HEX triplet: AA, 87 and 8E. RGB value is (170,135,142). Sum of RGB (Red+Green+Blue) = 170+135+142=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878E is #557871. Grayscale: #929292. Windows color (decimal): -5601394 or 9340842. OLE color: 9340842.
HSL color Cylindrical-coordinate representation of color #AA878E: hue angle of 348º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA878E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 142 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.33 |
| HSL | 348º | 0.17% | 0.6% | - |
| HSV(B) | 348º | 0.21% | 0.67% | - |
| XYZ | 30.12 | 27.83 | 29.37 | - |
| YUV | 146.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 142 | 0 | 0.21 | 0.16 | 0.33 | 348 | 0.17 | 0.6 |
| Hex | AA | 87 | 8E | 0 | 15 | 10 | 21 | 15C | 11 | 3C |
| Octal | 252 | 207 | 216 | 0 | 25 | 20 | 41 | 534 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10001110 | 0 | 10101 | 10000 | 100001 | 101011100 | 10001 | 111100 |
Color Harmonies of #AA878E
Complementary color
Monochromatic Colors of #AA878E
Black with #AA878E
Text Example
Text Example
White with #AA878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA878E; }
p { color: rgb(170,135,142); }
H1.HeaderClassName
{
color: #AA878E;
}
.AnyTagClassName
{
color: #AA878E;
}
</style>
background-color css
<style>
a { background-color: #AA878E; }
a { background-color: rgb(170,135,142); }
div.DivClassName
{
background-color: #AA878E;
}
.BgClassName
{
background-color: #AA878E;
}
</style>
border-color css
<style>
span { border-color: #AA878E; }
span { border-color: rgb(170,135,142); }
td.TdClassName
{
border-color: #AA878E;
}
.TagClassName
{
border-color: #AA878E;
}
</style>