Shades of Tapestry #AA7E84
Tints of Tapestry #AA7E84
RGB
CMYK
RGB Variations
Color information
#AA7E84 (or 0xAA7E84) is known color: Tapestry. HEX triplet: AA, 7E and 84. RGB value is (170,126,132). Sum of RGB (Red+Green+Blue) = 170+126+132=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E84 is #55817B. Grayscale: #8B8B8B. Windows color (decimal): -5603708 or 8683178. OLE color: 8683178.
HSL color Cylindrical-coordinate representation of color #AA7E84: hue angle of 351.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 #AA7E84 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 132 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.33 |
| HSL | 351.82º | 0.21% | 0.58% | - |
| HSV(B) | 351.82º | 0.26% | 0.67% | - |
| XYZ | 28.2 | 25.13 | 25.19 | - |
| YUV | 139.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 132 | 0 | 0.26 | 0.22 | 0.33 | 351.82 | 0.21 | 0.58 |
| Hex | AA | 7E | 84 | 0 | 1A | 16 | 21 | 160 | 15 | 3A |
| Octal | 252 | 176 | 204 | 0 | 32 | 26 | 41 | 540 | 25 | 72 |
| Binary | 10101010 | 1111110 | 10000100 | 0 | 11010 | 10110 | 100001 | 101100000 | 10101 | 111010 |
Color Harmonies of #AA7E84
Complementary color
Monochromatic Colors of #AA7E84
Black with #AA7E84
Text Example
Text Example
White with #AA7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E84; }
p { color: rgb(170,126,132); }
H1.HeaderClassName
{
color: #AA7E84;
}
.AnyTagClassName
{
color: #AA7E84;
}
</style>
background-color css
<style>
a { background-color: #AA7E84; }
a { background-color: rgb(170,126,132); }
div.DivClassName
{
background-color: #AA7E84;
}
.BgClassName
{
background-color: #AA7E84;
}
</style>
border-color css
<style>
span { border-color: #AA7E84; }
span { border-color: rgb(170,126,132); }
td.TdClassName
{
border-color: #AA7E84;
}
.TagClassName
{
border-color: #AA7E84;
}
</style>