Shades of Tapestry #AA7C8F
Tints of Tapestry #AA7C8F
RGB
CMYK
RGB Variations
Color information
#AA7C8F (or 0xAA7C8F) is known color: Tapestry. HEX triplet: AA, 7C and 8F. RGB value is (170,124,143). Sum of RGB (Red+Green+Blue) = 170+124+143=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C8F is #558370. Grayscale: #8B8B8B. Windows color (decimal): -5604209 or 9403562. OLE color: 9403562.
HSL color Cylindrical-coordinate representation of color #AA7C8F: hue angle of 335.22º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C8F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 143 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.33 |
| HSL | 335.22º | 0.21% | 0.58% | - |
| HSV(B) | 335.22º | 0.27% | 0.67% | - |
| XYZ | 28.74 | 24.94 | 29.29 | - |
| YUV | 139.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 143 | 0 | 0.27 | 0.16 | 0.33 | 335.22 | 0.21 | 0.58 |
| Hex | AA | 7C | 8F | 0 | 1B | 10 | 21 | 14F | 15 | 3A |
| Octal | 252 | 174 | 217 | 0 | 33 | 20 | 41 | 517 | 25 | 72 |
| Binary | 10101010 | 1111100 | 10001111 | 0 | 11011 | 10000 | 100001 | 101001111 | 10101 | 111010 |
Color Harmonies of #AA7C8F
Complementary color
Monochromatic Colors of #AA7C8F
Black with #AA7C8F
Text Example
Text Example
White with #AA7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C8F; }
p { color: rgb(170,124,143); }
H1.HeaderClassName
{
color: #AA7C8F;
}
.AnyTagClassName
{
color: #AA7C8F;
}
</style>
background-color css
<style>
a { background-color: #AA7C8F; }
a { background-color: rgb(170,124,143); }
div.DivClassName
{
background-color: #AA7C8F;
}
.BgClassName
{
background-color: #AA7C8F;
}
</style>
border-color css
<style>
span { border-color: #AA7C8F; }
span { border-color: rgb(170,124,143); }
td.TdClassName
{
border-color: #AA7C8F;
}
.TagClassName
{
border-color: #AA7C8F;
}
</style>