Shades of Tapestry #AA698B
Tints of Tapestry #AA698B
RGB
CMYK
RGB Variations
Color information
#AA698B (or 0xAA698B) is known color: Tapestry. HEX triplet: AA, 69 and 8B. RGB value is (170,105,139). Sum of RGB (Red+Green+Blue) = 170+105+139=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698B is #559674. Grayscale: #808080. Windows color (decimal): -5609077 or 9136554. OLE color: 9136554.
HSL color Cylindrical-coordinate representation of color #AA698B: hue angle of 328.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 #AA698B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 139 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.33 |
| HSL | 328.62º | 0.28% | 0.54% | - |
| HSV(B) | 328.62º | 0.38% | 0.67% | - |
| XYZ | 26.29 | 20.51 | 27 | - |
| YUV | 128.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 139 | 0 | 0.38 | 0.18 | 0.33 | 328.62 | 0.28 | 0.54 |
| Hex | AA | 69 | 8B | 0 | 26 | 12 | 21 | 149 | 1C | 36 |
| Octal | 252 | 151 | 213 | 0 | 46 | 22 | 41 | 511 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10001011 | 0 | 100110 | 10010 | 100001 | 101001001 | 11100 | 110110 |
Color Harmonies of #AA698B
Complementary color
Monochromatic Colors of #AA698B
Black with #AA698B
Text Example
Text Example
White with #AA698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA698B; }
p { color: rgb(170,105,139); }
H1.HeaderClassName
{
color: #AA698B;
}
.AnyTagClassName
{
color: #AA698B;
}
</style>
background-color css
<style>
a { background-color: #AA698B; }
a { background-color: rgb(170,105,139); }
div.DivClassName
{
background-color: #AA698B;
}
.BgClassName
{
background-color: #AA698B;
}
</style>
border-color css
<style>
span { border-color: #AA698B; }
span { border-color: rgb(170,105,139); }
td.TdClassName
{
border-color: #AA698B;
}
.TagClassName
{
border-color: #AA698B;
}
</style>