Shades of Tapestry #AA7D8C
Tints of Tapestry #AA7D8C
RGB
CMYK
RGB Variations
Color information
#AA7D8C (or 0xAA7D8C) is known color: Tapestry. HEX triplet: AA, 7D and 8C. RGB value is (170,125,140). Sum of RGB (Red+Green+Blue) = 170+125+140=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D8C is #558273. Grayscale: #8C8C8C. Windows color (decimal): -5603956 or 9207210. OLE color: 9207210.
HSL color Cylindrical-coordinate representation of color #AA7D8C: hue angle of 340º 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 #AA7D8C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 140 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.33 |
| HSL | 340º | 0.21% | 0.58% | - |
| HSV(B) | 340º | 0.26% | 0.67% | - |
| XYZ | 28.64 | 25.11 | 28.15 | - |
| YUV | 140.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 140 | 0 | 0.26 | 0.18 | 0.33 | 340 | 0.21 | 0.58 |
| Hex | AA | 7D | 8C | 0 | 1A | 12 | 21 | 154 | 15 | 3A |
| Octal | 252 | 175 | 214 | 0 | 32 | 22 | 41 | 524 | 25 | 72 |
| Binary | 10101010 | 1111101 | 10001100 | 0 | 11010 | 10010 | 100001 | 101010100 | 10101 | 111010 |
Color Harmonies of #AA7D8C
Complementary color
Monochromatic Colors of #AA7D8C
Black with #AA7D8C
Text Example
Text Example
White with #AA7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D8C; }
p { color: rgb(170,125,140); }
H1.HeaderClassName
{
color: #AA7D8C;
}
.AnyTagClassName
{
color: #AA7D8C;
}
</style>
background-color css
<style>
a { background-color: #AA7D8C; }
a { background-color: rgb(170,125,140); }
div.DivClassName
{
background-color: #AA7D8C;
}
.BgClassName
{
background-color: #AA7D8C;
}
</style>
border-color css
<style>
span { border-color: #AA7D8C; }
span { border-color: rgb(170,125,140); }
td.TdClassName
{
border-color: #AA7D8C;
}
.TagClassName
{
border-color: #AA7D8C;
}
</style>