Shades of Tapestry #AA678A
Tints of Tapestry #AA678A
RGB
CMYK
RGB Variations
Color information
#AA678A (or 0xAA678A) is known color: Tapestry. HEX triplet: AA, 67 and 8A. RGB value is (170,103,138). Sum of RGB (Red+Green+Blue) = 170+103+138=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA678A is #559875. Grayscale: #7E7E7E. Windows color (decimal): -5609590 or 9070506. OLE color: 9070506.
HSL color Cylindrical-coordinate representation of color #AA678A: hue angle of 328.66º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA678A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 138 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.33 |
| HSL | 328.66º | 0.28% | 0.54% | - |
| HSV(B) | 328.66º | 0.39% | 0.67% | - |
| XYZ | 26.02 | 20.08 | 26.55 | - |
| YUV | 127.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 138 | 0 | 0.39 | 0.19 | 0.33 | 328.66 | 0.28 | 0.54 |
| Hex | AA | 67 | 8A | 0 | 27 | 13 | 21 | 149 | 1C | 36 |
| Octal | 252 | 147 | 212 | 0 | 47 | 23 | 41 | 511 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10001010 | 0 | 100111 | 10011 | 100001 | 101001001 | 11100 | 110110 |
Color Harmonies of #AA678A
Complementary color
Monochromatic Colors of #AA678A
Black with #AA678A
Text Example
Text Example
White with #AA678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA678A; }
p { color: rgb(170,103,138); }
H1.HeaderClassName
{
color: #AA678A;
}
.AnyTagClassName
{
color: #AA678A;
}
</style>
background-color css
<style>
a { background-color: #AA678A; }
a { background-color: rgb(170,103,138); }
div.DivClassName
{
background-color: #AA678A;
}
.BgClassName
{
background-color: #AA678A;
}
</style>
border-color css
<style>
span { border-color: #AA678A; }
span { border-color: rgb(170,103,138); }
td.TdClassName
{
border-color: #AA678A;
}
.TagClassName
{
border-color: #AA678A;
}
</style>