Shades of Tapestry #AA878B
Tints of Tapestry #AA878B
RGB
CMYK
RGB Variations
Color information
#AA878B (or 0xAA878B) is known color: Tapestry. HEX triplet: AA, 87 and 8B. RGB value is (170,135,139). Sum of RGB (Red+Green+Blue) = 170+135+139=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878B is #557874. Grayscale: #919191. Windows color (decimal): -5601397 or 9144234. OLE color: 9144234.
HSL color Cylindrical-coordinate representation of color #AA878B: hue angle of 353.14º 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 #AA878B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 139 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.33 |
| HSL | 353.14º | 0.17% | 0.6% | - |
| HSV(B) | 353.14º | 0.21% | 0.67% | - |
| XYZ | 29.9 | 27.74 | 28.2 | - |
| YUV | 145.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 139 | 0 | 0.21 | 0.18 | 0.33 | 353.14 | 0.17 | 0.6 |
| Hex | AA | 87 | 8B | 0 | 15 | 12 | 21 | 161 | 11 | 3C |
| Octal | 252 | 207 | 213 | 0 | 25 | 22 | 41 | 541 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10001011 | 0 | 10101 | 10010 | 100001 | 101100001 | 10001 | 111100 |
Color Harmonies of #AA878B
Complementary color
Monochromatic Colors of #AA878B
Black with #AA878B
Text Example
Text Example
White with #AA878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA878B; }
p { color: rgb(170,135,139); }
H1.HeaderClassName
{
color: #AA878B;
}
.AnyTagClassName
{
color: #AA878B;
}
</style>
background-color css
<style>
a { background-color: #AA878B; }
a { background-color: rgb(170,135,139); }
div.DivClassName
{
background-color: #AA878B;
}
.BgClassName
{
background-color: #AA878B;
}
</style>
border-color css
<style>
span { border-color: #AA878B; }
span { border-color: rgb(170,135,139); }
td.TdClassName
{
border-color: #AA878B;
}
.TagClassName
{
border-color: #AA878B;
}
</style>