Shades of Tapestry #AA6C8B
Tints of Tapestry #AA6C8B
RGB
CMYK
RGB Variations
Color information
#AA6C8B (or 0xAA6C8B) is known color: Tapestry. HEX triplet: AA, 6C and 8B. RGB value is (170,108,139). Sum of RGB (Red+Green+Blue) = 170+108+139=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8B is #559374. Grayscale: #828282. Windows color (decimal): -5608309 or 9137322. OLE color: 9137322.
HSL color Cylindrical-coordinate representation of color #AA6C8B: hue angle of 330º 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 #AA6C8B is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 139 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.33 |
| HSL | 330º | 0.27% | 0.55% | - |
| HSV(B) | 330º | 0.36% | 0.67% | - |
| XYZ | 26.6 | 21.14 | 27.1 | - |
| YUV | 130.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 139 | 0 | 0.36 | 0.18 | 0.33 | 330 | 0.27 | 0.55 |
| Hex | AA | 6C | 8B | 0 | 24 | 12 | 21 | 14A | 1B | 37 |
| Octal | 252 | 154 | 213 | 0 | 44 | 22 | 41 | 512 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10001011 | 0 | 100100 | 10010 | 100001 | 101001010 | 11011 | 110111 |
Color Harmonies of #AA6C8B
Complementary color
Monochromatic Colors of #AA6C8B
Black with #AA6C8B
Text Example
Text Example
White with #AA6C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C8B; }
p { color: rgb(170,108,139); }
H1.HeaderClassName
{
color: #AA6C8B;
}
.AnyTagClassName
{
color: #AA6C8B;
}
</style>
background-color css
<style>
a { background-color: #AA6C8B; }
a { background-color: rgb(170,108,139); }
div.DivClassName
{
background-color: #AA6C8B;
}
.BgClassName
{
background-color: #AA6C8B;
}
</style>
border-color css
<style>
span { border-color: #AA6C8B; }
span { border-color: rgb(170,108,139); }
td.TdClassName
{
border-color: #AA6C8B;
}
.TagClassName
{
border-color: #AA6C8B;
}
</style>