Shades of Tapestry #AA808A
Tints of Tapestry #AA808A
RGB
CMYK
RGB Variations
Color information
#AA808A (or 0xAA808A) is known color: Tapestry. HEX triplet: AA, 80 and 8A. RGB value is (170,128,138). Sum of RGB (Red+Green+Blue) = 170+128+138=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808A is #557F75. Grayscale: #8D8D8D. Windows color (decimal): -5603190 or 9076906. OLE color: 9076906.
HSL color Cylindrical-coordinate representation of color #AA808A: hue angle of 345.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA808A is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 138 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.33 |
| HSL | 345.71º | 0.2% | 0.58% | - |
| HSV(B) | 345.71º | 0.25% | 0.67% | - |
| XYZ | 28.88 | 25.82 | 27.51 | - |
| YUV | 141.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 138 | 0 | 0.25 | 0.19 | 0.33 | 345.71 | 0.2 | 0.58 |
| Hex | AA | 80 | 8A | 0 | 19 | 13 | 21 | 15A | 14 | 3A |
| Octal | 252 | 200 | 212 | 0 | 31 | 23 | 41 | 532 | 24 | 72 |
| Binary | 10101010 | 10000000 | 10001010 | 0 | 11001 | 10011 | 100001 | 101011010 | 10100 | 111010 |
Color Harmonies of #AA808A
Complementary color
Monochromatic Colors of #AA808A
Black with #AA808A
Text Example
Text Example
White with #AA808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA808A; }
p { color: rgb(170,128,138); }
H1.HeaderClassName
{
color: #AA808A;
}
.AnyTagClassName
{
color: #AA808A;
}
</style>
background-color css
<style>
a { background-color: #AA808A; }
a { background-color: rgb(170,128,138); }
div.DivClassName
{
background-color: #AA808A;
}
.BgClassName
{
background-color: #AA808A;
}
</style>
border-color css
<style>
span { border-color: #AA808A; }
span { border-color: rgb(170,128,138); }
td.TdClassName
{
border-color: #AA808A;
}
.TagClassName
{
border-color: #AA808A;
}
</style>