Shades of Tapestry #AA7E8F
Tints of Tapestry #AA7E8F
RGB
CMYK
RGB Variations
Color information
#AA7E8F (or 0xAA7E8F) is known color: Tapestry. HEX triplet: AA, 7E and 8F. RGB value is (170,126,143). Sum of RGB (Red+Green+Blue) = 170+126+143=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E8F is #558170. Grayscale: #8D8D8D. Windows color (decimal): -5603697 or 9404074. OLE color: 9404074.
HSL color Cylindrical-coordinate representation of color #AA7E8F: hue angle of 336.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E8F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 143 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.33 |
| HSL | 336.82º | 0.21% | 0.58% | - |
| HSV(B) | 336.82º | 0.26% | 0.67% | - |
| XYZ | 29 | 25.45 | 29.37 | - |
| YUV | 141.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 143 | 0 | 0.26 | 0.16 | 0.33 | 336.82 | 0.21 | 0.58 |
| Hex | AA | 7E | 8F | 0 | 1A | 10 | 21 | 151 | 15 | 3A |
| Octal | 252 | 176 | 217 | 0 | 32 | 20 | 41 | 521 | 25 | 72 |
| Binary | 10101010 | 1111110 | 10001111 | 0 | 11010 | 10000 | 100001 | 101010001 | 10101 | 111010 |
Color Harmonies of #AA7E8F
Complementary color
Monochromatic Colors of #AA7E8F
Black with #AA7E8F
Text Example
Text Example
White with #AA7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E8F; }
p { color: rgb(170,126,143); }
H1.HeaderClassName
{
color: #AA7E8F;
}
.AnyTagClassName
{
color: #AA7E8F;
}
</style>
background-color css
<style>
a { background-color: #AA7E8F; }
a { background-color: rgb(170,126,143); }
div.DivClassName
{
background-color: #AA7E8F;
}
.BgClassName
{
background-color: #AA7E8F;
}
</style>
border-color css
<style>
span { border-color: #AA7E8F; }
span { border-color: rgb(170,126,143); }
td.TdClassName
{
border-color: #AA7E8F;
}
.TagClassName
{
border-color: #AA7E8F;
}
</style>