Shades of Tapestry #AA718D
Tints of Tapestry #AA718D
RGB
CMYK
RGB Variations
Color information
#AA718D (or 0xAA718D) is known color: Tapestry. HEX triplet: AA, 71 and 8D. RGB value is (170,113,141). Sum of RGB (Red+Green+Blue) = 170+113+141=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718D is #558E72. Grayscale: #858585. Windows color (decimal): -5607027 or 9269674. OLE color: 9269674.
HSL color Cylindrical-coordinate representation of color #AA718D: hue angle of 330.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA718D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 141 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.33 |
| HSL | 330.53º | 0.25% | 0.55% | - |
| HSV(B) | 330.53º | 0.34% | 0.67% | - |
| XYZ | 27.29 | 22.28 | 28.06 | - |
| YUV | 133.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 141 | 0 | 0.34 | 0.17 | 0.33 | 330.53 | 0.25 | 0.55 |
| Hex | AA | 71 | 8D | 0 | 22 | 11 | 21 | 14B | 19 | 37 |
| Octal | 252 | 161 | 215 | 0 | 42 | 21 | 41 | 513 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10001101 | 0 | 100010 | 10001 | 100001 | 101001011 | 11001 | 110111 |
Color Harmonies of #AA718D
Complementary color
Monochromatic Colors of #AA718D
Black with #AA718D
Text Example
Text Example
White with #AA718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA718D; }
p { color: rgb(170,113,141); }
H1.HeaderClassName
{
color: #AA718D;
}
.AnyTagClassName
{
color: #AA718D;
}
</style>
background-color css
<style>
a { background-color: #AA718D; }
a { background-color: rgb(170,113,141); }
div.DivClassName
{
background-color: #AA718D;
}
.BgClassName
{
background-color: #AA718D;
}
</style>
border-color css
<style>
span { border-color: #AA718D; }
span { border-color: rgb(170,113,141); }
td.TdClassName
{
border-color: #AA718D;
}
.TagClassName
{
border-color: #AA718D;
}
</style>