Shades of Tapestry #AA718B
Tints of Tapestry #AA718B
RGB
CMYK
RGB Variations
Color information
#AA718B (or 0xAA718B) is known color: Tapestry. HEX triplet: AA, 71 and 8B. RGB value is (170,113,139). Sum of RGB (Red+Green+Blue) = 170+113+139=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718B is #558E74. Grayscale: #848484. Windows color (decimal): -5607029 or 9138602. OLE color: 9138602.
HSL color Cylindrical-coordinate representation of color #AA718B: hue angle of 332.63º 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 #AA718B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 139 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.33 |
| HSL | 332.63º | 0.25% | 0.55% | - |
| HSV(B) | 332.63º | 0.34% | 0.67% | - |
| XYZ | 27.14 | 22.22 | 27.28 | - |
| YUV | 133.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 139 | 0 | 0.34 | 0.18 | 0.33 | 332.63 | 0.25 | 0.55 |
| Hex | AA | 71 | 8B | 0 | 22 | 12 | 21 | 14D | 19 | 37 |
| Octal | 252 | 161 | 213 | 0 | 42 | 22 | 41 | 515 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10001011 | 0 | 100010 | 10010 | 100001 | 101001101 | 11001 | 110111 |
Color Harmonies of #AA718B
Complementary color
Monochromatic Colors of #AA718B
Black with #AA718B
Text Example
Text Example
White with #AA718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA718B; }
p { color: rgb(170,113,139); }
H1.HeaderClassName
{
color: #AA718B;
}
.AnyTagClassName
{
color: #AA718B;
}
</style>
background-color css
<style>
a { background-color: #AA718B; }
a { background-color: rgb(170,113,139); }
div.DivClassName
{
background-color: #AA718B;
}
.BgClassName
{
background-color: #AA718B;
}
</style>
border-color css
<style>
span { border-color: #AA718B; }
span { border-color: rgb(170,113,139); }
td.TdClassName
{
border-color: #AA718B;
}
.TagClassName
{
border-color: #AA718B;
}
</style>