Shades of Tapestry #AA6C84
Tints of Tapestry #AA6C84
RGB
CMYK
RGB Variations
Color information
#AA6C84 (or 0xAA6C84) is known color: Tapestry. HEX triplet: AA, 6C and 84. RGB value is (170,108,132). Sum of RGB (Red+Green+Blue) = 170+108+132=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C84 is #55937B. Grayscale: #818181. Windows color (decimal): -5608316 or 8678570. OLE color: 8678570.
HSL color Cylindrical-coordinate representation of color #AA6C84: hue angle of 336.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6C84 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 132 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.33 |
| HSL | 336.77º | 0.27% | 0.55% | - |
| HSV(B) | 336.77º | 0.36% | 0.67% | - |
| XYZ | 26.1 | 20.94 | 24.5 | - |
| YUV | 129.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 132 | 0 | 0.36 | 0.22 | 0.33 | 336.77 | 0.27 | 0.55 |
| Hex | AA | 6C | 84 | 0 | 24 | 16 | 21 | 151 | 1B | 37 |
| Octal | 252 | 154 | 204 | 0 | 44 | 26 | 41 | 521 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10000100 | 0 | 100100 | 10110 | 100001 | 101010001 | 11011 | 110111 |
Color Harmonies of #AA6C84
Complementary color
Monochromatic Colors of #AA6C84
Black with #AA6C84
Text Example
Text Example
White with #AA6C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C84; }
p { color: rgb(170,108,132); }
H1.HeaderClassName
{
color: #AA6C84;
}
.AnyTagClassName
{
color: #AA6C84;
}
</style>
background-color css
<style>
a { background-color: #AA6C84; }
a { background-color: rgb(170,108,132); }
div.DivClassName
{
background-color: #AA6C84;
}
.BgClassName
{
background-color: #AA6C84;
}
</style>
border-color css
<style>
span { border-color: #AA6C84; }
span { border-color: rgb(170,108,132); }
td.TdClassName
{
border-color: #AA6C84;
}
.TagClassName
{
border-color: #AA6C84;
}
</style>