Shades of Tapestry #AA687E
Tints of Tapestry #AA687E
RGB
CMYK
RGB Variations
Color information
#AA687E (or 0xAA687E) is known color: Tapestry. HEX triplet: AA, 68 and 7E. RGB value is (170,104,126). Sum of RGB (Red+Green+Blue) = 170+104+126=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA687E is #559781. Grayscale: #7E7E7E. Windows color (decimal): -5609346 or 8284330. OLE color: 8284330.
HSL color Cylindrical-coordinate representation of color #AA687E: hue angle of 340º 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 #AA687E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 126 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.33 |
| HSL | 340º | 0.28% | 0.54% | - |
| HSV(B) | 340º | 0.39% | 0.67% | - |
| XYZ | 25.29 | 19.95 | 22.26 | - |
| YUV | 126.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 126 | 0 | 0.39 | 0.26 | 0.33 | 340 | 0.28 | 0.54 |
| Hex | AA | 68 | 7E | 0 | 27 | 1A | 21 | 154 | 1C | 36 |
| Octal | 252 | 150 | 176 | 0 | 47 | 32 | 41 | 524 | 34 | 66 |
| Binary | 10101010 | 1101000 | 1111110 | 0 | 100111 | 11010 | 100001 | 101010100 | 11100 | 110110 |
Color Harmonies of #AA687E
Complementary color
Monochromatic Colors of #AA687E
Black with #AA687E
Text Example
Text Example
White with #AA687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA687E; }
p { color: rgb(170,104,126); }
H1.HeaderClassName
{
color: #AA687E;
}
.AnyTagClassName
{
color: #AA687E;
}
</style>
background-color css
<style>
a { background-color: #AA687E; }
a { background-color: rgb(170,104,126); }
div.DivClassName
{
background-color: #AA687E;
}
.BgClassName
{
background-color: #AA687E;
}
</style>
border-color css
<style>
span { border-color: #AA687E; }
span { border-color: rgb(170,104,126); }
td.TdClassName
{
border-color: #AA687E;
}
.TagClassName
{
border-color: #AA687E;
}
</style>