Shades of Tapestry #AA6582
Tints of Tapestry #AA6582
RGB
CMYK
RGB Variations
Color information
#AA6582 (or 0xAA6582) is known color: Tapestry. HEX triplet: AA, 65 and 82. RGB value is (170,101,130). Sum of RGB (Red+Green+Blue) = 170+101+130=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6582 is #559A7D. Grayscale: #7C7C7C. Windows color (decimal): -5610110 or 8545706. OLE color: 8545706.
HSL color Cylindrical-coordinate representation of color #AA6582: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6582 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 130 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.33 |
| HSL | 334.78º | 0.29% | 0.53% | - |
| HSV(B) | 334.78º | 0.41% | 0.67% | - |
| XYZ | 25.26 | 19.47 | 23.54 | - |
| YUV | 124.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 130 | 0 | 0.41 | 0.24 | 0.33 | 334.78 | 0.29 | 0.53 |
| Hex | AA | 65 | 82 | 0 | 29 | 18 | 21 | 14F | 1D | 35 |
| Octal | 252 | 145 | 202 | 0 | 51 | 30 | 41 | 517 | 35 | 65 |
| Binary | 10101010 | 1100101 | 10000010 | 0 | 101001 | 11000 | 100001 | 101001111 | 11101 | 110101 |
Color Harmonies of #AA6582
Complementary color
Monochromatic Colors of #AA6582
Black with #AA6582
Text Example
Text Example
White with #AA6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6582; }
p { color: rgb(170,101,130); }
H1.HeaderClassName
{
color: #AA6582;
}
.AnyTagClassName
{
color: #AA6582;
}
</style>
background-color css
<style>
a { background-color: #AA6582; }
a { background-color: rgb(170,101,130); }
div.DivClassName
{
background-color: #AA6582;
}
.BgClassName
{
background-color: #AA6582;
}
</style>
border-color css
<style>
span { border-color: #AA6582; }
span { border-color: rgb(170,101,130); }
td.TdClassName
{
border-color: #AA6582;
}
.TagClassName
{
border-color: #AA6582;
}
</style>