Shades of Tapestry #AA828E
Tints of Tapestry #AA828E
RGB
CMYK
RGB Variations
Color information
#AA828E (or 0xAA828E) is known color: Tapestry. HEX triplet: AA, 82 and 8E. RGB value is (170,130,142). Sum of RGB (Red+Green+Blue) = 170+130+142=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828E is #557D71. Grayscale: #8F8F8F. Windows color (decimal): -5602674 or 9339562. OLE color: 9339562.
HSL color Cylindrical-coordinate representation of color #AA828E: hue angle of 342º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA828E is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 142 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.33 |
| HSL | 342º | 0.19% | 0.59% | - |
| HSV(B) | 342º | 0.24% | 0.67% | - |
| XYZ | 29.44 | 26.46 | 29.15 | - |
| YUV | 143.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 142 | 0 | 0.24 | 0.16 | 0.33 | 342 | 0.19 | 0.59 |
| Hex | AA | 82 | 8E | 0 | 18 | 10 | 21 | 156 | 13 | 3B |
| Octal | 252 | 202 | 216 | 0 | 30 | 20 | 41 | 526 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001110 | 0 | 11000 | 10000 | 100001 | 101010110 | 10011 | 111011 |
Color Harmonies of #AA828E
Complementary color
Monochromatic Colors of #AA828E
Black with #AA828E
Text Example
Text Example
White with #AA828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA828E; }
p { color: rgb(170,130,142); }
H1.HeaderClassName
{
color: #AA828E;
}
.AnyTagClassName
{
color: #AA828E;
}
</style>
background-color css
<style>
a { background-color: #AA828E; }
a { background-color: rgb(170,130,142); }
div.DivClassName
{
background-color: #AA828E;
}
.BgClassName
{
background-color: #AA828E;
}
</style>
border-color css
<style>
span { border-color: #AA828E; }
span { border-color: rgb(170,130,142); }
td.TdClassName
{
border-color: #AA828E;
}
.TagClassName
{
border-color: #AA828E;
}
</style>