Shades of Tapestry #AA7082
Tints of Tapestry #AA7082
RGB
CMYK
RGB Variations
Color information
#AA7082 (or 0xAA7082) is known color: Tapestry. HEX triplet: AA, 70 and 82. RGB value is (170,112,130). Sum of RGB (Red+Green+Blue) = 170+112+130=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7082 is #558F7D. Grayscale: #838383. Windows color (decimal): -5607294 or 8548522. OLE color: 8548522.
HSL color Cylindrical-coordinate representation of color #AA7082: hue angle of 341.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7082 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 130 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.33 |
| HSL | 341.38º | 0.25% | 0.55% | - |
| HSV(B) | 341.38º | 0.34% | 0.67% | - |
| XYZ | 26.4 | 21.75 | 23.93 | - |
| YUV | 131.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 130 | 0 | 0.34 | 0.24 | 0.33 | 341.38 | 0.25 | 0.55 |
| Hex | AA | 70 | 82 | 0 | 22 | 18 | 21 | 155 | 19 | 37 |
| Octal | 252 | 160 | 202 | 0 | 42 | 30 | 41 | 525 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10000010 | 0 | 100010 | 11000 | 100001 | 101010101 | 11001 | 110111 |
Color Harmonies of #AA7082
Complementary color
Monochromatic Colors of #AA7082
Black with #AA7082
Text Example
Text Example
White with #AA7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7082; }
p { color: rgb(170,112,130); }
H1.HeaderClassName
{
color: #AA7082;
}
.AnyTagClassName
{
color: #AA7082;
}
</style>
background-color css
<style>
a { background-color: #AA7082; }
a { background-color: rgb(170,112,130); }
div.DivClassName
{
background-color: #AA7082;
}
.BgClassName
{
background-color: #AA7082;
}
</style>
border-color css
<style>
span { border-color: #AA7082; }
span { border-color: rgb(170,112,130); }
td.TdClassName
{
border-color: #AA7082;
}
.TagClassName
{
border-color: #AA7082;
}
</style>