Shades of Tapestry #AA838B
Tints of Tapestry #AA838B
RGB
CMYK
RGB Variations
Color information
#AA838B (or 0xAA838B) is known color: Tapestry. HEX triplet: AA, 83 and 8B. RGB value is (170,131,139). Sum of RGB (Red+Green+Blue) = 170+131+139=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838B is #557C74. Grayscale: #8F8F8F. Windows color (decimal): -5602421 or 9143210. OLE color: 9143210.
HSL color Cylindrical-coordinate representation of color #AA838B: hue angle of 347.69º 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 #AA838B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 139 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.33 |
| HSL | 347.69º | 0.19% | 0.59% | - |
| HSV(B) | 347.69º | 0.23% | 0.67% | - |
| XYZ | 29.35 | 26.64 | 28.02 | - |
| YUV | 143.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 139 | 0 | 0.23 | 0.18 | 0.33 | 347.69 | 0.19 | 0.59 |
| Hex | AA | 83 | 8B | 0 | 17 | 12 | 21 | 15C | 13 | 3B |
| Octal | 252 | 203 | 213 | 0 | 27 | 22 | 41 | 534 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10001011 | 0 | 10111 | 10010 | 100001 | 101011100 | 10011 | 111011 |
Color Harmonies of #AA838B
Complementary color
Monochromatic Colors of #AA838B
Black with #AA838B
Text Example
Text Example
White with #AA838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA838B; }
p { color: rgb(170,131,139); }
H1.HeaderClassName
{
color: #AA838B;
}
.AnyTagClassName
{
color: #AA838B;
}
</style>
background-color css
<style>
a { background-color: #AA838B; }
a { background-color: rgb(170,131,139); }
div.DivClassName
{
background-color: #AA838B;
}
.BgClassName
{
background-color: #AA838B;
}
</style>
border-color css
<style>
span { border-color: #AA838B; }
span { border-color: rgb(170,131,139); }
td.TdClassName
{
border-color: #AA838B;
}
.TagClassName
{
border-color: #AA838B;
}
</style>