Shades of Tapestry #AA7682
Tints of Tapestry #AA7682
RGB
CMYK
RGB Variations
Color information
#AA7682 (or 0xAA7682) is known color: Tapestry. HEX triplet: AA, 76 and 82. RGB value is (170,118,130). Sum of RGB (Red+Green+Blue) = 170+118+130=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7682 is #55897D. Grayscale: #868686. Windows color (decimal): -5605758 or 8550058. OLE color: 8550058.
HSL color Cylindrical-coordinate representation of color #AA7682: hue angle of 346.15º 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 #AA7682 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 130 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.33 |
| HSL | 346.15º | 0.23% | 0.56% | - |
| HSV(B) | 346.15º | 0.31% | 0.67% | - |
| XYZ | 27.09 | 23.11 | 24.15 | - |
| YUV | 134.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 130 | 0 | 0.31 | 0.24 | 0.33 | 346.15 | 0.23 | 0.56 |
| Hex | AA | 76 | 82 | 0 | 1F | 18 | 21 | 15A | 17 | 38 |
| Octal | 252 | 166 | 202 | 0 | 37 | 30 | 41 | 532 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10000010 | 0 | 11111 | 11000 | 100001 | 101011010 | 10111 | 111000 |
Color Harmonies of #AA7682
Complementary color
Monochromatic Colors of #AA7682
Black with #AA7682
Text Example
Text Example
White with #AA7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7682; }
p { color: rgb(170,118,130); }
H1.HeaderClassName
{
color: #AA7682;
}
.AnyTagClassName
{
color: #AA7682;
}
</style>
background-color css
<style>
a { background-color: #AA7682; }
a { background-color: rgb(170,118,130); }
div.DivClassName
{
background-color: #AA7682;
}
.BgClassName
{
background-color: #AA7682;
}
</style>
border-color css
<style>
span { border-color: #AA7682; }
span { border-color: rgb(170,118,130); }
td.TdClassName
{
border-color: #AA7682;
}
.TagClassName
{
border-color: #AA7682;
}
</style>