Shades of Tapestry #AA7D8B
Tints of Tapestry #AA7D8B
RGB
CMYK
RGB Variations
Color information
#AA7D8B (or 0xAA7D8B) is known color: Tapestry. HEX triplet: AA, 7D and 8B. RGB value is (170,125,139). Sum of RGB (Red+Green+Blue) = 170+125+139=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D8B is #558274. Grayscale: #8C8C8C. Windows color (decimal): -5603957 or 9141674. OLE color: 9141674.
HSL color Cylindrical-coordinate representation of color #AA7D8B: hue angle of 341.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7D8B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 139 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.33 |
| HSL | 341.33º | 0.21% | 0.58% | - |
| HSV(B) | 341.33º | 0.26% | 0.67% | - |
| XYZ | 28.57 | 25.08 | 27.76 | - |
| YUV | 140.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 139 | 0 | 0.26 | 0.18 | 0.33 | 341.33 | 0.21 | 0.58 |
| Hex | AA | 7D | 8B | 0 | 1A | 12 | 21 | 155 | 15 | 3A |
| Octal | 252 | 175 | 213 | 0 | 32 | 22 | 41 | 525 | 25 | 72 |
| Binary | 10101010 | 1111101 | 10001011 | 0 | 11010 | 10010 | 100001 | 101010101 | 10101 | 111010 |
Color Harmonies of #AA7D8B
Complementary color
Monochromatic Colors of #AA7D8B
Black with #AA7D8B
Text Example
Text Example
White with #AA7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D8B; }
p { color: rgb(170,125,139); }
H1.HeaderClassName
{
color: #AA7D8B;
}
.AnyTagClassName
{
color: #AA7D8B;
}
</style>
background-color css
<style>
a { background-color: #AA7D8B; }
a { background-color: rgb(170,125,139); }
div.DivClassName
{
background-color: #AA7D8B;
}
.BgClassName
{
background-color: #AA7D8B;
}
</style>
border-color css
<style>
span { border-color: #AA7D8B; }
span { border-color: rgb(170,125,139); }
td.TdClassName
{
border-color: #AA7D8B;
}
.TagClassName
{
border-color: #AA7D8B;
}
</style>