Shades of Tapestry #AA7F8B
Tints of Tapestry #AA7F8B
RGB
CMYK
RGB Variations
Color information
#AA7F8B (or 0xAA7F8B) is known color: Tapestry. HEX triplet: AA, 7F and 8B. RGB value is (170,127,139). Sum of RGB (Red+Green+Blue) = 170+127+139=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F8B is #558074. Grayscale: #8D8D8D. Windows color (decimal): -5603445 or 9142186. OLE color: 9142186.
HSL color Cylindrical-coordinate representation of color #AA7F8B: hue angle of 343.26º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F8B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 139 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.33 |
| HSL | 343.26º | 0.2% | 0.58% | - |
| HSV(B) | 343.26º | 0.25% | 0.67% | - |
| XYZ | 28.83 | 25.59 | 27.85 | - |
| YUV | 141.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 139 | 0 | 0.25 | 0.18 | 0.33 | 343.26 | 0.2 | 0.58 |
| Hex | AA | 7F | 8B | 0 | 19 | 12 | 21 | 157 | 14 | 3A |
| Octal | 252 | 177 | 213 | 0 | 31 | 22 | 41 | 527 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10001011 | 0 | 11001 | 10010 | 100001 | 101010111 | 10100 | 111010 |
Color Harmonies of #AA7F8B
Complementary color
Monochromatic Colors of #AA7F8B
Black with #AA7F8B
Text Example
Text Example
White with #AA7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F8B; }
p { color: rgb(170,127,139); }
H1.HeaderClassName
{
color: #AA7F8B;
}
.AnyTagClassName
{
color: #AA7F8B;
}
</style>
background-color css
<style>
a { background-color: #AA7F8B; }
a { background-color: rgb(170,127,139); }
div.DivClassName
{
background-color: #AA7F8B;
}
.BgClassName
{
background-color: #AA7F8B;
}
</style>
border-color css
<style>
span { border-color: #AA7F8B; }
span { border-color: rgb(170,127,139); }
td.TdClassName
{
border-color: #AA7F8B;
}
.TagClassName
{
border-color: #AA7F8B;
}
</style>