Shades of Tapestry #AA6C8A
Tints of Tapestry #AA6C8A
RGB
CMYK
RGB Variations
Color information
#AA6C8A (or 0xAA6C8A) is known color: Tapestry. HEX triplet: AA, 6C and 8A. RGB value is (170,108,138). Sum of RGB (Red+Green+Blue) = 170+108+138=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8A is #559375. Grayscale: #818181. Windows color (decimal): -5608310 or 9071786. OLE color: 9071786.
HSL color Cylindrical-coordinate representation of color #AA6C8A: hue angle of 330.97º 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 #AA6C8A is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 138 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.33 |
| HSL | 330.97º | 0.27% | 0.55% | - |
| HSV(B) | 330.97º | 0.36% | 0.67% | - |
| XYZ | 26.53 | 21.11 | 26.72 | - |
| YUV | 129.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 138 | 0 | 0.36 | 0.19 | 0.33 | 330.97 | 0.27 | 0.55 |
| Hex | AA | 6C | 8A | 0 | 24 | 13 | 21 | 14B | 1B | 37 |
| Octal | 252 | 154 | 212 | 0 | 44 | 23 | 41 | 513 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10001010 | 0 | 100100 | 10011 | 100001 | 101001011 | 11011 | 110111 |
Color Harmonies of #AA6C8A
Complementary color
Monochromatic Colors of #AA6C8A
Black with #AA6C8A
Text Example
Text Example
White with #AA6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C8A; }
p { color: rgb(170,108,138); }
H1.HeaderClassName
{
color: #AA6C8A;
}
.AnyTagClassName
{
color: #AA6C8A;
}
</style>
background-color css
<style>
a { background-color: #AA6C8A; }
a { background-color: rgb(170,108,138); }
div.DivClassName
{
background-color: #AA6C8A;
}
.BgClassName
{
background-color: #AA6C8A;
}
</style>
border-color css
<style>
span { border-color: #AA6C8A; }
span { border-color: rgb(170,108,138); }
td.TdClassName
{
border-color: #AA6C8A;
}
.TagClassName
{
border-color: #AA6C8A;
}
</style>