Shades of Tapestry #AA768D
Tints of Tapestry #AA768D
RGB
CMYK
RGB Variations
Color information
#AA768D (or 0xAA768D) is known color: Tapestry. HEX triplet: AA, 76 and 8D. RGB value is (170,118,141). Sum of RGB (Red+Green+Blue) = 170+118+141=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768D is #558972. Grayscale: #888888. Windows color (decimal): -5605747 or 9270954. OLE color: 9270954.
HSL color Cylindrical-coordinate representation of color #AA768D: hue angle of 333.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA768D is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 141 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.33 |
| HSL | 333.46º | 0.23% | 0.56% | - |
| HSV(B) | 333.46º | 0.31% | 0.67% | - |
| XYZ | 27.86 | 23.43 | 28.25 | - |
| YUV | 136.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 141 | 0 | 0.31 | 0.17 | 0.33 | 333.46 | 0.23 | 0.56 |
| Hex | AA | 76 | 8D | 0 | 1F | 11 | 21 | 14D | 17 | 38 |
| Octal | 252 | 166 | 215 | 0 | 37 | 21 | 41 | 515 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10001101 | 0 | 11111 | 10001 | 100001 | 101001101 | 10111 | 111000 |
Color Harmonies of #AA768D
Complementary color
Monochromatic Colors of #AA768D
Black with #AA768D
Text Example
Text Example
White with #AA768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA768D; }
p { color: rgb(170,118,141); }
H1.HeaderClassName
{
color: #AA768D;
}
.AnyTagClassName
{
color: #AA768D;
}
</style>
background-color css
<style>
a { background-color: #AA768D; }
a { background-color: rgb(170,118,141); }
div.DivClassName
{
background-color: #AA768D;
}
.BgClassName
{
background-color: #AA768D;
}
</style>
border-color css
<style>
span { border-color: #AA768D; }
span { border-color: rgb(170,118,141); }
td.TdClassName
{
border-color: #AA768D;
}
.TagClassName
{
border-color: #AA768D;
}
</style>