Shades of Tapestry #AA697E
Tints of Tapestry #AA697E
RGB
CMYK
RGB Variations
Color information
#AA697E (or 0xAA697E) is known color: Tapestry. HEX triplet: AA, 69 and 7E. RGB value is (170,105,126). Sum of RGB (Red+Green+Blue) = 170+105+126=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697E is #559681. Grayscale: #7E7E7E. Windows color (decimal): -5609090 or 8284586. OLE color: 8284586.
HSL color Cylindrical-coordinate representation of color #AA697E: hue angle of 340.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA697E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 126 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.33 |
| HSL | 340.62º | 0.28% | 0.54% | - |
| HSV(B) | 340.62º | 0.38% | 0.67% | - |
| XYZ | 25.4 | 20.16 | 22.29 | - |
| YUV | 126.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 126 | 0 | 0.38 | 0.26 | 0.33 | 340.62 | 0.28 | 0.54 |
| Hex | AA | 69 | 7E | 0 | 26 | 1A | 21 | 155 | 1C | 36 |
| Octal | 252 | 151 | 176 | 0 | 46 | 32 | 41 | 525 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1111110 | 0 | 100110 | 11010 | 100001 | 101010101 | 11100 | 110110 |
Color Harmonies of #AA697E
Complementary color
Monochromatic Colors of #AA697E
Black with #AA697E
Text Example
Text Example
White with #AA697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA697E; }
p { color: rgb(170,105,126); }
H1.HeaderClassName
{
color: #AA697E;
}
.AnyTagClassName
{
color: #AA697E;
}
</style>
background-color css
<style>
a { background-color: #AA697E; }
a { background-color: rgb(170,105,126); }
div.DivClassName
{
background-color: #AA697E;
}
.BgClassName
{
background-color: #AA697E;
}
</style>
border-color css
<style>
span { border-color: #AA697E; }
span { border-color: rgb(170,105,126); }
td.TdClassName
{
border-color: #AA697E;
}
.TagClassName
{
border-color: #AA697E;
}
</style>