Shades of Tapestry #AA7B8D
Tints of Tapestry #AA7B8D
RGB
CMYK
RGB Variations
Color information
#AA7B8D (or 0xAA7B8D) is known color: Tapestry. HEX triplet: AA, 7B and 8D. RGB value is (170,123,141). Sum of RGB (Red+Green+Blue) = 170+123+141=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B8D is #558472. Grayscale: #8B8B8B. Windows color (decimal): -5604467 or 9272234. OLE color: 9272234.
HSL color Cylindrical-coordinate representation of color #AA7B8D: hue angle of 337.02º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B8D is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 141 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.33 |
| HSL | 337.02º | 0.22% | 0.57% | - |
| HSV(B) | 337.02º | 0.28% | 0.67% | - |
| XYZ | 28.47 | 24.64 | 28.45 | - |
| YUV | 139.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 141 | 0 | 0.28 | 0.17 | 0.33 | 337.02 | 0.22 | 0.57 |
| Hex | AA | 7B | 8D | 0 | 1C | 11 | 21 | 151 | 16 | 39 |
| Octal | 252 | 173 | 215 | 0 | 34 | 21 | 41 | 521 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10001101 | 0 | 11100 | 10001 | 100001 | 101010001 | 10110 | 111001 |
Color Harmonies of #AA7B8D
Complementary color
Monochromatic Colors of #AA7B8D
Black with #AA7B8D
Text Example
Text Example
White with #AA7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B8D; }
p { color: rgb(170,123,141); }
H1.HeaderClassName
{
color: #AA7B8D;
}
.AnyTagClassName
{
color: #AA7B8D;
}
</style>
background-color css
<style>
a { background-color: #AA7B8D; }
a { background-color: rgb(170,123,141); }
div.DivClassName
{
background-color: #AA7B8D;
}
.BgClassName
{
background-color: #AA7B8D;
}
</style>
border-color css
<style>
span { border-color: #AA7B8D; }
span { border-color: rgb(170,123,141); }
td.TdClassName
{
border-color: #AA7B8D;
}
.TagClassName
{
border-color: #AA7B8D;
}
</style>