Shades of Tapestry #AA8589
Tints of Tapestry #AA8589
RGB
CMYK
RGB Variations
Color information
#AA8589 (or 0xAA8589) is known color: Tapestry. HEX triplet: AA, 85 and 89. RGB value is (170,133,137). Sum of RGB (Red+Green+Blue) = 170+133+137=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8589 is #557A76. Grayscale: #909090. Windows color (decimal): -5601911 or 9012650. OLE color: 9012650.
HSL color Cylindrical-coordinate representation of color #AA8589: hue angle of 353.51º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8589 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 137 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.33 |
| HSL | 353.51º | 0.18% | 0.59% | - |
| HSV(B) | 353.51º | 0.22% | 0.67% | - |
| XYZ | 29.48 | 27.13 | 27.35 | - |
| YUV | 144.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 137 | 0 | 0.22 | 0.19 | 0.33 | 353.51 | 0.18 | 0.59 |
| Hex | AA | 85 | 89 | 0 | 16 | 13 | 21 | 162 | 12 | 3B |
| Octal | 252 | 205 | 211 | 0 | 26 | 23 | 41 | 542 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10001001 | 0 | 10110 | 10011 | 100001 | 101100010 | 10010 | 111011 |
Color Harmonies of #AA8589
Complementary color
Monochromatic Colors of #AA8589
Black with #AA8589
Text Example
Text Example
White with #AA8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8589; }
p { color: rgb(170,133,137); }
H1.HeaderClassName
{
color: #AA8589;
}
.AnyTagClassName
{
color: #AA8589;
}
</style>
background-color css
<style>
a { background-color: #AA8589; }
a { background-color: rgb(170,133,137); }
div.DivClassName
{
background-color: #AA8589;
}
.BgClassName
{
background-color: #AA8589;
}
</style>
border-color css
<style>
span { border-color: #AA8589; }
span { border-color: rgb(170,133,137); }
td.TdClassName
{
border-color: #AA8589;
}
.TagClassName
{
border-color: #AA8589;
}
</style>