Shades of Tapestry #AA688A
Tints of Tapestry #AA688A
RGB
CMYK
RGB Variations
Color information
#AA688A (or 0xAA688A) is known color: Tapestry. HEX triplet: AA, 68 and 8A. RGB value is (170,104,138). Sum of RGB (Red+Green+Blue) = 170+104+138=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688A is #559775. Grayscale: #7F7F7F. Windows color (decimal): -5609334 or 9070762. OLE color: 9070762.
HSL color Cylindrical-coordinate representation of color #AA688A: hue angle of 329.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA688A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 138 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.33 |
| HSL | 329.09º | 0.28% | 0.54% | - |
| HSV(B) | 329.09º | 0.39% | 0.67% | - |
| XYZ | 26.12 | 20.28 | 26.58 | - |
| YUV | 127.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 138 | 0 | 0.39 | 0.19 | 0.33 | 329.09 | 0.28 | 0.54 |
| Hex | AA | 68 | 8A | 0 | 27 | 13 | 21 | 149 | 1C | 36 |
| Octal | 252 | 150 | 212 | 0 | 47 | 23 | 41 | 511 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10001010 | 0 | 100111 | 10011 | 100001 | 101001001 | 11100 | 110110 |
Color Harmonies of #AA688A
Complementary color
Monochromatic Colors of #AA688A
Black with #AA688A
Text Example
Text Example
White with #AA688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA688A; }
p { color: rgb(170,104,138); }
H1.HeaderClassName
{
color: #AA688A;
}
.AnyTagClassName
{
color: #AA688A;
}
</style>
background-color css
<style>
a { background-color: #AA688A; }
a { background-color: rgb(170,104,138); }
div.DivClassName
{
background-color: #AA688A;
}
.BgClassName
{
background-color: #AA688A;
}
</style>
border-color css
<style>
span { border-color: #AA688A; }
span { border-color: rgb(170,104,138); }
td.TdClassName
{
border-color: #AA688A;
}
.TagClassName
{
border-color: #AA688A;
}
</style>