Shades of Tapestry #AA878F
Tints of Tapestry #AA878F
RGB
CMYK
RGB Variations
Color information
#AA878F (or 0xAA878F) is known color: Tapestry. HEX triplet: AA, 87 and 8F. RGB value is (170,135,143). Sum of RGB (Red+Green+Blue) = 170+135+143=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878F is #557870. Grayscale: #929292. Windows color (decimal): -5601393 or 9406378. OLE color: 9406378.
HSL color Cylindrical-coordinate representation of color #AA878F: hue angle of 346.29º 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 #AA878F is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 143 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.33 |
| HSL | 346.29º | 0.17% | 0.6% | - |
| HSV(B) | 346.29º | 0.21% | 0.67% | - |
| XYZ | 30.2 | 27.86 | 29.77 | - |
| YUV | 146.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 143 | 0 | 0.21 | 0.16 | 0.33 | 346.29 | 0.17 | 0.6 |
| Hex | AA | 87 | 8F | 0 | 15 | 10 | 21 | 15A | 11 | 3C |
| Octal | 252 | 207 | 217 | 0 | 25 | 20 | 41 | 532 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10001111 | 0 | 10101 | 10000 | 100001 | 101011010 | 10001 | 111100 |
Color Harmonies of #AA878F
Complementary color
Monochromatic Colors of #AA878F
Black with #AA878F
Text Example
Text Example
White with #AA878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA878F; }
p { color: rgb(170,135,143); }
H1.HeaderClassName
{
color: #AA878F;
}
.AnyTagClassName
{
color: #AA878F;
}
</style>
background-color css
<style>
a { background-color: #AA878F; }
a { background-color: rgb(170,135,143); }
div.DivClassName
{
background-color: #AA878F;
}
.BgClassName
{
background-color: #AA878F;
}
</style>
border-color css
<style>
span { border-color: #AA878F; }
span { border-color: rgb(170,135,143); }
td.TdClassName
{
border-color: #AA878F;
}
.TagClassName
{
border-color: #AA878F;
}
</style>