Shades of Tapestry #AA7680
Tints of Tapestry #AA7680
RGB
CMYK
RGB Variations
Color information
#AA7680 (or 0xAA7680) is known color: Tapestry. HEX triplet: AA, 76 and 80. RGB value is (170,118,128). Sum of RGB (Red+Green+Blue) = 170+118+128=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7680 is #55897F. Grayscale: #868686. Windows color (decimal): -5605760 or 8418986. OLE color: 8418986.
HSL color Cylindrical-coordinate representation of color #AA7680: hue angle of 348.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 #AA7680 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 128 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.33 |
| HSL | 348.46º | 0.23% | 0.56% | - |
| HSV(B) | 348.46º | 0.31% | 0.67% | - |
| XYZ | 26.95 | 23.06 | 23.45 | - |
| YUV | 134.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 128 | 0 | 0.31 | 0.25 | 0.33 | 348.46 | 0.23 | 0.56 |
| Hex | AA | 76 | 80 | 0 | 1F | 19 | 21 | 15C | 17 | 38 |
| Octal | 252 | 166 | 200 | 0 | 37 | 31 | 41 | 534 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10000000 | 0 | 11111 | 11001 | 100001 | 101011100 | 10111 | 111000 |
Color Harmonies of #AA7680
Complementary color
Monochromatic Colors of #AA7680
Black with #AA7680
Text Example
Text Example
White with #AA7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7680; }
p { color: rgb(170,118,128); }
H1.HeaderClassName
{
color: #AA7680;
}
.AnyTagClassName
{
color: #AA7680;
}
</style>
background-color css
<style>
a { background-color: #AA7680; }
a { background-color: rgb(170,118,128); }
div.DivClassName
{
background-color: #AA7680;
}
.BgClassName
{
background-color: #AA7680;
}
</style>
border-color css
<style>
span { border-color: #AA7680; }
span { border-color: rgb(170,118,128); }
td.TdClassName
{
border-color: #AA7680;
}
.TagClassName
{
border-color: #AA7680;
}
</style>