Shades of Tapestry #AA8289
Tints of Tapestry #AA8289
RGB
CMYK
RGB Variations
Color information
#AA8289 (or 0xAA8289) is known color: Tapestry. HEX triplet: AA, 82 and 89. RGB value is (170,130,137). Sum of RGB (Red+Green+Blue) = 170+130+137=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8289 is #557D76. Grayscale: #8E8E8E. Windows color (decimal): -5602679 or 9011882. OLE color: 9011882.
HSL color Cylindrical-coordinate representation of color #AA8289: hue angle of 349.5º 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 #AA8289 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 137 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.33 |
| HSL | 349.5º | 0.19% | 0.59% | - |
| HSV(B) | 349.5º | 0.24% | 0.67% | - |
| XYZ | 29.08 | 26.32 | 27.21 | - |
| YUV | 142.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 137 | 0 | 0.24 | 0.19 | 0.33 | 349.5 | 0.19 | 0.59 |
| Hex | AA | 82 | 89 | 0 | 18 | 13 | 21 | 15E | 13 | 3B |
| Octal | 252 | 202 | 211 | 0 | 30 | 23 | 41 | 536 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001001 | 0 | 11000 | 10011 | 100001 | 101011110 | 10011 | 111011 |
Color Harmonies of #AA8289
Complementary color
Monochromatic Colors of #AA8289
Black with #AA8289
Text Example
Text Example
White with #AA8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8289; }
p { color: rgb(170,130,137); }
H1.HeaderClassName
{
color: #AA8289;
}
.AnyTagClassName
{
color: #AA8289;
}
</style>
background-color css
<style>
a { background-color: #AA8289; }
a { background-color: rgb(170,130,137); }
div.DivClassName
{
background-color: #AA8289;
}
.BgClassName
{
background-color: #AA8289;
}
</style>
border-color css
<style>
span { border-color: #AA8289; }
span { border-color: rgb(170,130,137); }
td.TdClassName
{
border-color: #AA8289;
}
.TagClassName
{
border-color: #AA8289;
}
</style>