Shades of Tapestry #AA698A
Tints of Tapestry #AA698A
RGB
CMYK
RGB Variations
Color information
#AA698A (or 0xAA698A) is known color: Tapestry. HEX triplet: AA, 69 and 8A. RGB value is (170,105,138). Sum of RGB (Red+Green+Blue) = 170+105+138=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698A is #559675. Grayscale: #808080. Windows color (decimal): -5609078 or 9071018. OLE color: 9071018.
HSL color Cylindrical-coordinate representation of color #AA698A: hue angle of 329.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 #AA698A is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 138 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.33 |
| HSL | 329.54º | 0.28% | 0.54% | - |
| HSV(B) | 329.54º | 0.38% | 0.67% | - |
| XYZ | 26.22 | 20.48 | 26.62 | - |
| YUV | 128.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 138 | 0 | 0.38 | 0.19 | 0.33 | 329.54 | 0.28 | 0.54 |
| Hex | AA | 69 | 8A | 0 | 26 | 13 | 21 | 14A | 1C | 36 |
| Octal | 252 | 151 | 212 | 0 | 46 | 23 | 41 | 512 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10001010 | 0 | 100110 | 10011 | 100001 | 101001010 | 11100 | 110110 |
Color Harmonies of #AA698A
Complementary color
Monochromatic Colors of #AA698A
Black with #AA698A
Text Example
Text Example
White with #AA698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA698A; }
p { color: rgb(170,105,138); }
H1.HeaderClassName
{
color: #AA698A;
}
.AnyTagClassName
{
color: #AA698A;
}
</style>
background-color css
<style>
a { background-color: #AA698A; }
a { background-color: rgb(170,105,138); }
div.DivClassName
{
background-color: #AA698A;
}
.BgClassName
{
background-color: #AA698A;
}
</style>
border-color css
<style>
span { border-color: #AA698A; }
span { border-color: rgb(170,105,138); }
td.TdClassName
{
border-color: #AA698A;
}
.TagClassName
{
border-color: #AA698A;
}
</style>