Shades of Tapestry #AA687F
Tints of Tapestry #AA687F
RGB
CMYK
RGB Variations
Color information
#AA687F (or 0xAA687F) is known color: Tapestry. HEX triplet: AA, 68 and 7F. RGB value is (170,104,127). Sum of RGB (Red+Green+Blue) = 170+104+127=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA687F is #559780. Grayscale: #7E7E7E. Windows color (decimal): -5609345 or 8349866. OLE color: 8349866.
HSL color Cylindrical-coordinate representation of color #AA687F: hue angle of 339.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 #AA687F is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 127 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.33 |
| HSL | 339.09º | 0.28% | 0.54% | - |
| HSV(B) | 339.09º | 0.39% | 0.67% | - |
| XYZ | 25.36 | 19.98 | 22.6 | - |
| YUV | 126.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 127 | 0 | 0.39 | 0.25 | 0.33 | 339.09 | 0.28 | 0.54 |
| Hex | AA | 68 | 7F | 0 | 27 | 19 | 21 | 153 | 1C | 36 |
| Octal | 252 | 150 | 177 | 0 | 47 | 31 | 41 | 523 | 34 | 66 |
| Binary | 10101010 | 1101000 | 1111111 | 0 | 100111 | 11001 | 100001 | 101010011 | 11100 | 110110 |
Color Harmonies of #AA687F
Complementary color
Monochromatic Colors of #AA687F
Black with #AA687F
Text Example
Text Example
White with #AA687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA687F; }
p { color: rgb(170,104,127); }
H1.HeaderClassName
{
color: #AA687F;
}
.AnyTagClassName
{
color: #AA687F;
}
</style>
background-color css
<style>
a { background-color: #AA687F; }
a { background-color: rgb(170,104,127); }
div.DivClassName
{
background-color: #AA687F;
}
.BgClassName
{
background-color: #AA687F;
}
</style>
border-color css
<style>
span { border-color: #AA687F; }
span { border-color: rgb(170,104,127); }
td.TdClassName
{
border-color: #AA687F;
}
.TagClassName
{
border-color: #AA687F;
}
</style>