Shades of Tapestry #AA838D
Tints of Tapestry #AA838D
RGB
CMYK
RGB Variations
Color information
#AA838D (or 0xAA838D) is known color: Tapestry. HEX triplet: AA, 83 and 8D. RGB value is (170,131,141). Sum of RGB (Red+Green+Blue) = 170+131+141=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838D is #557C72. Grayscale: #8F8F8F. Windows color (decimal): -5602419 or 9274282. OLE color: 9274282.
HSL color Cylindrical-coordinate representation of color #AA838D: hue angle of 344.62º 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 #AA838D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 141 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.33 |
| HSL | 344.62º | 0.19% | 0.59% | - |
| HSV(B) | 344.62º | 0.23% | 0.67% | - |
| XYZ | 29.5 | 26.7 | 28.8 | - |
| YUV | 143.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 141 | 0 | 0.23 | 0.17 | 0.33 | 344.62 | 0.19 | 0.59 |
| Hex | AA | 83 | 8D | 0 | 17 | 11 | 21 | 159 | 13 | 3B |
| Octal | 252 | 203 | 215 | 0 | 27 | 21 | 41 | 531 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10001101 | 0 | 10111 | 10001 | 100001 | 101011001 | 10011 | 111011 |
Color Harmonies of #AA838D
Complementary color
Monochromatic Colors of #AA838D
Black with #AA838D
Text Example
Text Example
White with #AA838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA838D; }
p { color: rgb(170,131,141); }
H1.HeaderClassName
{
color: #AA838D;
}
.AnyTagClassName
{
color: #AA838D;
}
</style>
background-color css
<style>
a { background-color: #AA838D; }
a { background-color: rgb(170,131,141); }
div.DivClassName
{
background-color: #AA838D;
}
.BgClassName
{
background-color: #AA838D;
}
</style>
border-color css
<style>
span { border-color: #AA838D; }
span { border-color: rgb(170,131,141); }
td.TdClassName
{
border-color: #AA838D;
}
.TagClassName
{
border-color: #AA838D;
}
</style>