Shades of Tapestry #AA838A
Tints of Tapestry #AA838A
RGB
CMYK
RGB Variations
Color information
#AA838A (or 0xAA838A) is known color: Tapestry. HEX triplet: AA, 83 and 8A. RGB value is (170,131,138). Sum of RGB (Red+Green+Blue) = 170+131+138=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838A is #557C75. Grayscale: #8F8F8F. Windows color (decimal): -5602422 or 9077674. OLE color: 9077674.
HSL color Cylindrical-coordinate representation of color #AA838A: hue angle of 349.23º 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 #AA838A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 138 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.33 |
| HSL | 349.23º | 0.19% | 0.59% | - |
| HSV(B) | 349.23º | 0.23% | 0.67% | - |
| XYZ | 29.28 | 26.61 | 27.64 | - |
| YUV | 143.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 138 | 0 | 0.23 | 0.19 | 0.33 | 349.23 | 0.19 | 0.59 |
| Hex | AA | 83 | 8A | 0 | 17 | 13 | 21 | 15D | 13 | 3B |
| Octal | 252 | 203 | 212 | 0 | 27 | 23 | 41 | 535 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10001010 | 0 | 10111 | 10011 | 100001 | 101011101 | 10011 | 111011 |
Color Harmonies of #AA838A
Complementary color
Monochromatic Colors of #AA838A
Black with #AA838A
Text Example
Text Example
White with #AA838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA838A; }
p { color: rgb(170,131,138); }
H1.HeaderClassName
{
color: #AA838A;
}
.AnyTagClassName
{
color: #AA838A;
}
</style>
background-color css
<style>
a { background-color: #AA838A; }
a { background-color: rgb(170,131,138); }
div.DivClassName
{
background-color: #AA838A;
}
.BgClassName
{
background-color: #AA838A;
}
</style>
border-color css
<style>
span { border-color: #AA838A; }
span { border-color: rgb(170,131,138); }
td.TdClassName
{
border-color: #AA838A;
}
.TagClassName
{
border-color: #AA838A;
}
</style>