Shades of Tapestry #AA688B
Tints of Tapestry #AA688B
RGB
CMYK
RGB Variations
Color information
#AA688B (or 0xAA688B) is known color: Tapestry. HEX triplet: AA, 68 and 8B. RGB value is (170,104,139). Sum of RGB (Red+Green+Blue) = 170+104+139=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688B is #559774. Grayscale: #7F7F7F. Windows color (decimal): -5609333 or 9136298. OLE color: 9136298.
HSL color Cylindrical-coordinate representation of color #AA688B: hue angle of 328.18º 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 #AA688B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 139 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 328.18º | 0.28% | 0.54% | - |
| HSV(B) | 328.18º | 0.39% | 0.67% | - |
| XYZ | 26.19 | 20.31 | 26.97 | - |
| YUV | 127.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 139 | 0 | 0.39 | 0.18 | 0.33 | 328.18 | 0.28 | 0.54 |
| Hex | AA | 68 | 8B | 0 | 27 | 12 | 21 | 148 | 1C | 36 |
| Octal | 252 | 150 | 213 | 0 | 47 | 22 | 41 | 510 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10001011 | 0 | 100111 | 10010 | 100001 | 101001000 | 11100 | 110110 |
Color Harmonies of #AA688B
Complementary color
Monochromatic Colors of #AA688B
Black with #AA688B
Text Example
Text Example
White with #AA688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA688B; }
p { color: rgb(170,104,139); }
H1.HeaderClassName
{
color: #AA688B;
}
.AnyTagClassName
{
color: #AA688B;
}
</style>
background-color css
<style>
a { background-color: #AA688B; }
a { background-color: rgb(170,104,139); }
div.DivClassName
{
background-color: #AA688B;
}
.BgClassName
{
background-color: #AA688B;
}
</style>
border-color css
<style>
span { border-color: #AA688B; }
span { border-color: rgb(170,104,139); }
td.TdClassName
{
border-color: #AA688B;
}
.TagClassName
{
border-color: #AA688B;
}
</style>