Shades of Tapestry #AA6E7F
Tints of Tapestry #AA6E7F
RGB
CMYK
RGB Variations
Color information
#AA6E7F (or 0xAA6E7F) is known color: Tapestry. HEX triplet: AA, 6E and 7F. RGB value is (170,110,127). Sum of RGB (Red+Green+Blue) = 170+110+127=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E7F is #559180. Grayscale: #818181. Windows color (decimal): -5607809 or 8351402. OLE color: 8351402.
HSL color Cylindrical-coordinate representation of color #AA6E7F: hue angle of 343º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E7F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 127 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.33 |
| HSL | 343º | 0.26% | 0.55% | - |
| HSV(B) | 343º | 0.35% | 0.67% | - |
| XYZ | 25.98 | 21.23 | 22.81 | - |
| YUV | 129.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 127 | 0 | 0.35 | 0.25 | 0.33 | 343 | 0.26 | 0.55 |
| Hex | AA | 6E | 7F | 0 | 23 | 19 | 21 | 157 | 1A | 37 |
| Octal | 252 | 156 | 177 | 0 | 43 | 31 | 41 | 527 | 32 | 67 |
| Binary | 10101010 | 1101110 | 1111111 | 0 | 100011 | 11001 | 100001 | 101010111 | 11010 | 110111 |
Color Harmonies of #AA6E7F
Complementary color
Monochromatic Colors of #AA6E7F
Black with #AA6E7F
Text Example
Text Example
White with #AA6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E7F; }
p { color: rgb(170,110,127); }
H1.HeaderClassName
{
color: #AA6E7F;
}
.AnyTagClassName
{
color: #AA6E7F;
}
</style>
background-color css
<style>
a { background-color: #AA6E7F; }
a { background-color: rgb(170,110,127); }
div.DivClassName
{
background-color: #AA6E7F;
}
.BgClassName
{
background-color: #AA6E7F;
}
</style>
border-color css
<style>
span { border-color: #AA6E7F; }
span { border-color: rgb(170,110,127); }
td.TdClassName
{
border-color: #AA6E7F;
}
.TagClassName
{
border-color: #AA6E7F;
}
</style>