Shades of Tapestry #AA6384
Tints of Tapestry #AA6384
RGB
CMYK
RGB Variations
Color information
#AA6384 (or 0xAA6384) is known color: Tapestry. HEX triplet: AA, 63 and 84. RGB value is (170,99,132). Sum of RGB (Red+Green+Blue) = 170+99+132=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6384 is #559C7B. Grayscale: #7B7B7B. Windows color (decimal): -5610620 or 8676266. OLE color: 8676266.
HSL color Cylindrical-coordinate representation of color #AA6384: hue angle of 332.11º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6384 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 132 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.33 |
| HSL | 332.11º | 0.29% | 0.53% | - |
| HSV(B) | 332.11º | 0.42% | 0.67% | - |
| XYZ | 25.2 | 19.14 | 24.19 | - |
| YUV | 123.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 132 | 0 | 0.42 | 0.22 | 0.33 | 332.11 | 0.29 | 0.53 |
| Hex | AA | 63 | 84 | 0 | 2A | 16 | 21 | 14C | 1D | 35 |
| Octal | 252 | 143 | 204 | 0 | 52 | 26 | 41 | 514 | 35 | 65 |
| Binary | 10101010 | 1100011 | 10000100 | 0 | 101010 | 10110 | 100001 | 101001100 | 11101 | 110101 |
Color Harmonies of #AA6384
Complementary color
Monochromatic Colors of #AA6384
Black with #AA6384
Text Example
Text Example
White with #AA6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6384; }
p { color: rgb(170,99,132); }
H1.HeaderClassName
{
color: #AA6384;
}
.AnyTagClassName
{
color: #AA6384;
}
</style>
background-color css
<style>
a { background-color: #AA6384; }
a { background-color: rgb(170,99,132); }
div.DivClassName
{
background-color: #AA6384;
}
.BgClassName
{
background-color: #AA6384;
}
</style>
border-color css
<style>
span { border-color: #AA6384; }
span { border-color: rgb(170,99,132); }
td.TdClassName
{
border-color: #AA6384;
}
.TagClassName
{
border-color: #AA6384;
}
</style>