Shades of Tapestry #AA687B
Tints of Tapestry #AA687B
RGB
CMYK
RGB Variations
Color information
#AA687B (or 0xAA687B) is known color: Tapestry. HEX triplet: AA, 68 and 7B. RGB value is (170,104,123). Sum of RGB (Red+Green+Blue) = 170+104+123=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA687B is #559784. Grayscale: #7D7D7D. Windows color (decimal): -5609349 or 8087722. OLE color: 8087722.
HSL color Cylindrical-coordinate representation of color #AA687B: hue angle of 342.73º 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 #AA687B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 123 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.33 |
| HSL | 342.73º | 0.28% | 0.54% | - |
| HSV(B) | 342.73º | 0.39% | 0.67% | - |
| XYZ | 25.1 | 19.88 | 21.25 | - |
| YUV | 125.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 123 | 0 | 0.39 | 0.28 | 0.33 | 342.73 | 0.28 | 0.54 |
| Hex | AA | 68 | 7B | 0 | 27 | 1C | 21 | 157 | 1C | 36 |
| Octal | 252 | 150 | 173 | 0 | 47 | 34 | 41 | 527 | 34 | 66 |
| Binary | 10101010 | 1101000 | 1111011 | 0 | 100111 | 11100 | 100001 | 101010111 | 11100 | 110110 |
Color Harmonies of #AA687B
Complementary color
Monochromatic Colors of #AA687B
Black with #AA687B
Text Example
Text Example
White with #AA687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA687B; }
p { color: rgb(170,104,123); }
H1.HeaderClassName
{
color: #AA687B;
}
.AnyTagClassName
{
color: #AA687B;
}
</style>
background-color css
<style>
a { background-color: #AA687B; }
a { background-color: rgb(170,104,123); }
div.DivClassName
{
background-color: #AA687B;
}
.BgClassName
{
background-color: #AA687B;
}
</style>
border-color css
<style>
span { border-color: #AA687B; }
span { border-color: rgb(170,104,123); }
td.TdClassName
{
border-color: #AA687B;
}
.TagClassName
{
border-color: #AA687B;
}
</style>