Shades of Tapestry #AA7681
Tints of Tapestry #AA7681
RGB
CMYK
RGB Variations
Color information
#AA7681 (or 0xAA7681) is known color: Tapestry. HEX triplet: AA, 76 and 81. RGB value is (170,118,129). Sum of RGB (Red+Green+Blue) = 170+118+129=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7681 is #55897E. Grayscale: #868686. Windows color (decimal): -5605759 or 8484522. OLE color: 8484522.
HSL color Cylindrical-coordinate representation of color #AA7681: hue angle of 347.31º 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 #AA7681 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 129 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.33 |
| HSL | 347.31º | 0.23% | 0.56% | - |
| HSV(B) | 347.31º | 0.31% | 0.67% | - |
| XYZ | 27.02 | 23.09 | 23.8 | - |
| YUV | 134.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 129 | 0 | 0.31 | 0.24 | 0.33 | 347.31 | 0.23 | 0.56 |
| Hex | AA | 76 | 81 | 0 | 1F | 18 | 21 | 15B | 17 | 38 |
| Octal | 252 | 166 | 201 | 0 | 37 | 30 | 41 | 533 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10000001 | 0 | 11111 | 11000 | 100001 | 101011011 | 10111 | 111000 |
Color Harmonies of #AA7681
Complementary color
Monochromatic Colors of #AA7681
Black with #AA7681
Text Example
Text Example
White with #AA7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7681; }
p { color: rgb(170,118,129); }
H1.HeaderClassName
{
color: #AA7681;
}
.AnyTagClassName
{
color: #AA7681;
}
</style>
background-color css
<style>
a { background-color: #AA7681; }
a { background-color: rgb(170,118,129); }
div.DivClassName
{
background-color: #AA7681;
}
.BgClassName
{
background-color: #AA7681;
}
</style>
border-color css
<style>
span { border-color: #AA7681; }
span { border-color: rgb(170,118,129); }
td.TdClassName
{
border-color: #AA7681;
}
.TagClassName
{
border-color: #AA7681;
}
</style>