Shades of Tapestry #AA738D
Tints of Tapestry #AA738D
RGB
CMYK
RGB Variations
Color information
#AA738D (or 0xAA738D) is known color: Tapestry. HEX triplet: AA, 73 and 8D. RGB value is (170,115,141). Sum of RGB (Red+Green+Blue) = 170+115+141=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738D is #558C72. Grayscale: #868686. Windows color (decimal): -5606515 or 9270186. OLE color: 9270186.
HSL color Cylindrical-coordinate representation of color #AA738D: hue angle of 331.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA738D is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 141 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.33 |
| HSL | 331.64º | 0.24% | 0.56% | - |
| HSV(B) | 331.64º | 0.32% | 0.67% | - |
| XYZ | 27.52 | 22.73 | 28.14 | - |
| YUV | 134.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 141 | 0 | 0.32 | 0.17 | 0.33 | 331.64 | 0.24 | 0.56 |
| Hex | AA | 73 | 8D | 0 | 20 | 11 | 21 | 14C | 18 | 38 |
| Octal | 252 | 163 | 215 | 0 | 40 | 21 | 41 | 514 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10001101 | 0 | 100000 | 10001 | 100001 | 101001100 | 11000 | 111000 |
Color Harmonies of #AA738D
Complementary color
Monochromatic Colors of #AA738D
Black with #AA738D
Text Example
Text Example
White with #AA738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA738D; }
p { color: rgb(170,115,141); }
H1.HeaderClassName
{
color: #AA738D;
}
.AnyTagClassName
{
color: #AA738D;
}
</style>
background-color css
<style>
a { background-color: #AA738D; }
a { background-color: rgb(170,115,141); }
div.DivClassName
{
background-color: #AA738D;
}
.BgClassName
{
background-color: #AA738D;
}
</style>
border-color css
<style>
span { border-color: #AA738D; }
span { border-color: rgb(170,115,141); }
td.TdClassName
{
border-color: #AA738D;
}
.TagClassName
{
border-color: #AA738D;
}
</style>