Shades of Tapestry #AA697D
Tints of Tapestry #AA697D
RGB
CMYK
RGB Variations
Color information
#AA697D (or 0xAA697D) is known color: Tapestry. HEX triplet: AA, 69 and 7D. RGB value is (170,105,125). Sum of RGB (Red+Green+Blue) = 170+105+125=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697D is #559682. Grayscale: #7E7E7E. Windows color (decimal): -5609091 or 8219050. OLE color: 8219050.
HSL color Cylindrical-coordinate representation of color #AA697D: hue angle of 341.54º 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 #AA697D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 125 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.33 |
| HSL | 341.54º | 0.28% | 0.54% | - |
| HSV(B) | 341.54º | 0.38% | 0.67% | - |
| XYZ | 25.33 | 20.13 | 21.95 | - |
| YUV | 126.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 125 | 0 | 0.38 | 0.26 | 0.33 | 341.54 | 0.28 | 0.54 |
| Hex | AA | 69 | 7D | 0 | 26 | 1A | 21 | 156 | 1C | 36 |
| Octal | 252 | 151 | 175 | 0 | 46 | 32 | 41 | 526 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1111101 | 0 | 100110 | 11010 | 100001 | 101010110 | 11100 | 110110 |
Color Harmonies of #AA697D
Complementary color
Monochromatic Colors of #AA697D
Black with #AA697D
Text Example
Text Example
White with #AA697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA697D; }
p { color: rgb(170,105,125); }
H1.HeaderClassName
{
color: #AA697D;
}
.AnyTagClassName
{
color: #AA697D;
}
</style>
background-color css
<style>
a { background-color: #AA697D; }
a { background-color: rgb(170,105,125); }
div.DivClassName
{
background-color: #AA697D;
}
.BgClassName
{
background-color: #AA697D;
}
</style>
border-color css
<style>
span { border-color: #AA697D; }
span { border-color: rgb(170,105,125); }
td.TdClassName
{
border-color: #AA697D;
}
.TagClassName
{
border-color: #AA697D;
}
</style>