Shades of Tapestry #AA6A7D
Tints of Tapestry #AA6A7D
RGB
CMYK
RGB Variations
Color information
#AA6A7D (or 0xAA6A7D) is known color: Tapestry. HEX triplet: AA, 6A and 7D. RGB value is (170,106,125). Sum of RGB (Red+Green+Blue) = 170+106+125=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A7D is #559582. Grayscale: #7F7F7F. Windows color (decimal): -5608835 or 8219306. OLE color: 8219306.
HSL color Cylindrical-coordinate representation of color #AA6A7D: hue angle of 342.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A7D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 125 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.33 |
| HSL | 342.19º | 0.27% | 0.54% | - |
| HSV(B) | 342.19º | 0.38% | 0.67% | - |
| XYZ | 25.43 | 20.33 | 21.99 | - |
| YUV | 127.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 125 | 0 | 0.38 | 0.26 | 0.33 | 342.19 | 0.27 | 0.54 |
| Hex | AA | 6A | 7D | 0 | 26 | 1A | 21 | 156 | 1B | 36 |
| Octal | 252 | 152 | 175 | 0 | 46 | 32 | 41 | 526 | 33 | 66 |
| Binary | 10101010 | 1101010 | 1111101 | 0 | 100110 | 11010 | 100001 | 101010110 | 11011 | 110110 |
Color Harmonies of #AA6A7D
Complementary color
Monochromatic Colors of #AA6A7D
Black with #AA6A7D
Text Example
Text Example
White with #AA6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A7D; }
p { color: rgb(170,106,125); }
H1.HeaderClassName
{
color: #AA6A7D;
}
.AnyTagClassName
{
color: #AA6A7D;
}
</style>
background-color css
<style>
a { background-color: #AA6A7D; }
a { background-color: rgb(170,106,125); }
div.DivClassName
{
background-color: #AA6A7D;
}
.BgClassName
{
background-color: #AA6A7D;
}
</style>
border-color css
<style>
span { border-color: #AA6A7D; }
span { border-color: rgb(170,106,125); }
td.TdClassName
{
border-color: #AA6A7D;
}
.TagClassName
{
border-color: #AA6A7D;
}
</style>