Shades of Tapestry #AA7B8F
Tints of Tapestry #AA7B8F
RGB
CMYK
RGB Variations
Color information
#AA7B8F (or 0xAA7B8F) is known color: Tapestry. HEX triplet: AA, 7B and 8F. RGB value is (170,123,143). Sum of RGB (Red+Green+Blue) = 170+123+143=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B8F is #558470. Grayscale: #8B8B8B. Windows color (decimal): -5604465 or 9403306. OLE color: 9403306.
HSL color Cylindrical-coordinate representation of color #AA7B8F: hue angle of 334.47º 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 #AA7B8F is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 143 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.33 |
| HSL | 334.47º | 0.22% | 0.57% | - |
| HSV(B) | 334.47º | 0.28% | 0.67% | - |
| XYZ | 28.62 | 24.7 | 29.24 | - |
| YUV | 139.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 143 | 0 | 0.28 | 0.16 | 0.33 | 334.47 | 0.22 | 0.57 |
| Hex | AA | 7B | 8F | 0 | 1C | 10 | 21 | 14E | 16 | 39 |
| Octal | 252 | 173 | 217 | 0 | 34 | 20 | 41 | 516 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10001111 | 0 | 11100 | 10000 | 100001 | 101001110 | 10110 | 111001 |
Color Harmonies of #AA7B8F
Complementary color
Monochromatic Colors of #AA7B8F
Black with #AA7B8F
Text Example
Text Example
White with #AA7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B8F; }
p { color: rgb(170,123,143); }
H1.HeaderClassName
{
color: #AA7B8F;
}
.AnyTagClassName
{
color: #AA7B8F;
}
</style>
background-color css
<style>
a { background-color: #AA7B8F; }
a { background-color: rgb(170,123,143); }
div.DivClassName
{
background-color: #AA7B8F;
}
.BgClassName
{
background-color: #AA7B8F;
}
</style>
border-color css
<style>
span { border-color: #AA7B8F; }
span { border-color: rgb(170,123,143); }
td.TdClassName
{
border-color: #AA7B8F;
}
.TagClassName
{
border-color: #AA7B8F;
}
</style>