Shades of Tapestry #AA838E
Tints of Tapestry #AA838E
RGB
CMYK
RGB Variations
Color information
#AA838E (or 0xAA838E) is known color: Tapestry. HEX triplet: AA, 83 and 8E. RGB value is (170,131,142). Sum of RGB (Red+Green+Blue) = 170+131+142=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838E is #557C71. Grayscale: #8F8F8F. Windows color (decimal): -5602418 or 9339818. OLE color: 9339818.
HSL color Cylindrical-coordinate representation of color #AA838E: hue angle of 343.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA838E is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 142 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.33 |
| HSL | 343.08º | 0.19% | 0.59% | - |
| HSV(B) | 343.08º | 0.23% | 0.67% | - |
| XYZ | 29.58 | 26.73 | 29.19 | - |
| YUV | 143.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 142 | 0 | 0.23 | 0.16 | 0.33 | 343.08 | 0.19 | 0.59 |
| Hex | AA | 83 | 8E | 0 | 17 | 10 | 21 | 157 | 13 | 3B |
| Octal | 252 | 203 | 216 | 0 | 27 | 20 | 41 | 527 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10001110 | 0 | 10111 | 10000 | 100001 | 101010111 | 10011 | 111011 |
Color Harmonies of #AA838E
Complementary color
Monochromatic Colors of #AA838E
Black with #AA838E
Text Example
Text Example
White with #AA838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA838E; }
p { color: rgb(170,131,142); }
H1.HeaderClassName
{
color: #AA838E;
}
.AnyTagClassName
{
color: #AA838E;
}
</style>
background-color css
<style>
a { background-color: #AA838E; }
a { background-color: rgb(170,131,142); }
div.DivClassName
{
background-color: #AA838E;
}
.BgClassName
{
background-color: #AA838E;
}
</style>
border-color css
<style>
span { border-color: #AA838E; }
span { border-color: rgb(170,131,142); }
td.TdClassName
{
border-color: #AA838E;
}
.TagClassName
{
border-color: #AA838E;
}
</style>