Shades of Tapestry #AA697B
Tints of Tapestry #AA697B
RGB
CMYK
RGB Variations
Color information
#AA697B (or 0xAA697B) is known color: Tapestry. HEX triplet: AA, 69 and 7B. RGB value is (170,105,123). Sum of RGB (Red+Green+Blue) = 170+105+123=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697B is #559684. Grayscale: #7E7E7E. Windows color (decimal): -5609093 or 8087978. OLE color: 8087978.
HSL color Cylindrical-coordinate representation of color #AA697B: hue angle of 343.38º 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 #AA697B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 123 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.33 |
| HSL | 343.38º | 0.28% | 0.54% | - |
| HSV(B) | 343.38º | 0.38% | 0.67% | - |
| XYZ | 25.2 | 20.08 | 21.29 | - |
| YUV | 126.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 123 | 0 | 0.38 | 0.28 | 0.33 | 343.38 | 0.28 | 0.54 |
| Hex | AA | 69 | 7B | 0 | 26 | 1C | 21 | 157 | 1C | 36 |
| Octal | 252 | 151 | 173 | 0 | 46 | 34 | 41 | 527 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1111011 | 0 | 100110 | 11100 | 100001 | 101010111 | 11100 | 110110 |
Color Harmonies of #AA697B
Complementary color
Monochromatic Colors of #AA697B
Black with #AA697B
Text Example
Text Example
White with #AA697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA697B; }
p { color: rgb(170,105,123); }
H1.HeaderClassName
{
color: #AA697B;
}
.AnyTagClassName
{
color: #AA697B;
}
</style>
background-color css
<style>
a { background-color: #AA697B; }
a { background-color: rgb(170,105,123); }
div.DivClassName
{
background-color: #AA697B;
}
.BgClassName
{
background-color: #AA697B;
}
</style>
border-color css
<style>
span { border-color: #AA697B; }
span { border-color: rgb(170,105,123); }
td.TdClassName
{
border-color: #AA697B;
}
.TagClassName
{
border-color: #AA697B;
}
</style>