Shades of Tapestry #AA7A8A
Tints of Tapestry #AA7A8A
RGB
CMYK
RGB Variations
Color information
#AA7A8A (or 0xAA7A8A) is known color: Tapestry. HEX triplet: AA, 7A and 8A. RGB value is (170,122,138). Sum of RGB (Red+Green+Blue) = 170+122+138=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A8A is #558575. Grayscale: #8A8A8A. Windows color (decimal): -5604726 or 9075370. OLE color: 9075370.
HSL color Cylindrical-coordinate representation of color #AA7A8A: hue angle of 340º 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 #AA7A8A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 138 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.33 |
| HSL | 340º | 0.22% | 0.57% | - |
| HSV(B) | 340º | 0.28% | 0.67% | - |
| XYZ | 28.12 | 24.3 | 27.25 | - |
| YUV | 138.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 138 | 0 | 0.28 | 0.19 | 0.33 | 340 | 0.22 | 0.57 |
| Hex | AA | 7A | 8A | 0 | 1C | 13 | 21 | 154 | 16 | 39 |
| Octal | 252 | 172 | 212 | 0 | 34 | 23 | 41 | 524 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10001010 | 0 | 11100 | 10011 | 100001 | 101010100 | 10110 | 111001 |
Color Harmonies of #AA7A8A
Complementary color
Monochromatic Colors of #AA7A8A
Black with #AA7A8A
Text Example
Text Example
White with #AA7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A8A; }
p { color: rgb(170,122,138); }
H1.HeaderClassName
{
color: #AA7A8A;
}
.AnyTagClassName
{
color: #AA7A8A;
}
</style>
background-color css
<style>
a { background-color: #AA7A8A; }
a { background-color: rgb(170,122,138); }
div.DivClassName
{
background-color: #AA7A8A;
}
.BgClassName
{
background-color: #AA7A8A;
}
</style>
border-color css
<style>
span { border-color: #AA7A8A; }
span { border-color: rgb(170,122,138); }
td.TdClassName
{
border-color: #AA7A8A;
}
.TagClassName
{
border-color: #AA7A8A;
}
</style>