Shades of Tapestry #AA868C
Tints of Tapestry #AA868C
RGB
CMYK
RGB Variations
Color information
#AA868C (or 0xAA868C) is known color: Tapestry. HEX triplet: AA, 86 and 8C. RGB value is (170,134,140). Sum of RGB (Red+Green+Blue) = 170+134+140=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868C is #557973. Grayscale: #919191. Windows color (decimal): -5601652 or 9209514. OLE color: 9209514.
HSL color Cylindrical-coordinate representation of color #AA868C: hue angle of 350º 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 #AA868C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 140 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.33 |
| HSL | 350º | 0.17% | 0.6% | - |
| HSV(B) | 350º | 0.21% | 0.67% | - |
| XYZ | 29.84 | 27.49 | 28.54 | - |
| YUV | 145.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 140 | 0 | 0.21 | 0.18 | 0.33 | 350 | 0.17 | 0.6 |
| Hex | AA | 86 | 8C | 0 | 15 | 12 | 21 | 15E | 11 | 3C |
| Octal | 252 | 206 | 214 | 0 | 25 | 22 | 41 | 536 | 21 | 74 |
| Binary | 10101010 | 10000110 | 10001100 | 0 | 10101 | 10010 | 100001 | 101011110 | 10001 | 111100 |
Color Harmonies of #AA868C
Complementary color
Monochromatic Colors of #AA868C
Black with #AA868C
Text Example
Text Example
White with #AA868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA868C; }
p { color: rgb(170,134,140); }
H1.HeaderClassName
{
color: #AA868C;
}
.AnyTagClassName
{
color: #AA868C;
}
</style>
background-color css
<style>
a { background-color: #AA868C; }
a { background-color: rgb(170,134,140); }
div.DivClassName
{
background-color: #AA868C;
}
.BgClassName
{
background-color: #AA868C;
}
</style>
border-color css
<style>
span { border-color: #AA868C; }
span { border-color: rgb(170,134,140); }
td.TdClassName
{
border-color: #AA868C;
}
.TagClassName
{
border-color: #AA868C;
}
</style>