Shades of Tapestry #AA7A82
Tints of Tapestry #AA7A82
RGB
CMYK
RGB Variations
Color information
#AA7A82 (or 0xAA7A82) is known color: Tapestry. HEX triplet: AA, 7A and 82. RGB value is (170,122,130). Sum of RGB (Red+Green+Blue) = 170+122+130=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A82 is #55857D. Grayscale: #898989. Windows color (decimal): -5604734 or 8551082. OLE color: 8551082.
HSL color Cylindrical-coordinate representation of color #AA7A82: hue angle of 350º 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 #AA7A82 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 130 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.33 |
| HSL | 350º | 0.22% | 0.57% | - |
| HSV(B) | 350º | 0.28% | 0.67% | - |
| XYZ | 27.57 | 24.08 | 24.31 | - |
| YUV | 137.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 130 | 0 | 0.28 | 0.24 | 0.33 | 350 | 0.22 | 0.57 |
| Hex | AA | 7A | 82 | 0 | 1C | 18 | 21 | 15E | 16 | 39 |
| Octal | 252 | 172 | 202 | 0 | 34 | 30 | 41 | 536 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10000010 | 0 | 11100 | 11000 | 100001 | 101011110 | 10110 | 111001 |
Color Harmonies of #AA7A82
Complementary color
Monochromatic Colors of #AA7A82
Black with #AA7A82
Text Example
Text Example
White with #AA7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A82; }
p { color: rgb(170,122,130); }
H1.HeaderClassName
{
color: #AA7A82;
}
.AnyTagClassName
{
color: #AA7A82;
}
</style>
background-color css
<style>
a { background-color: #AA7A82; }
a { background-color: rgb(170,122,130); }
div.DivClassName
{
background-color: #AA7A82;
}
.BgClassName
{
background-color: #AA7A82;
}
</style>
border-color css
<style>
span { border-color: #AA7A82; }
span { border-color: rgb(170,122,130); }
td.TdClassName
{
border-color: #AA7A82;
}
.TagClassName
{
border-color: #AA7A82;
}
</style>