Shades of Tapestry #AA858D
Tints of Tapestry #AA858D
RGB
CMYK
RGB Variations
Color information
#AA858D (or 0xAA858D) is known color: Tapestry. HEX triplet: AA, 85 and 8D. RGB value is (170,133,141). Sum of RGB (Red+Green+Blue) = 170+133+141=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858D is #557A72. Grayscale: #909090. Windows color (decimal): -5601907 or 9274794. OLE color: 9274794.
HSL color Cylindrical-coordinate representation of color #AA858D: hue angle of 347.03º 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 #AA858D is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 141 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.33 |
| HSL | 347.03º | 0.18% | 0.59% | - |
| HSV(B) | 347.03º | 0.22% | 0.67% | - |
| XYZ | 29.77 | 27.24 | 28.89 | - |
| YUV | 144.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 141 | 0 | 0.22 | 0.17 | 0.33 | 347.03 | 0.18 | 0.59 |
| Hex | AA | 85 | 8D | 0 | 16 | 11 | 21 | 15B | 12 | 3B |
| Octal | 252 | 205 | 215 | 0 | 26 | 21 | 41 | 533 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10001101 | 0 | 10110 | 10001 | 100001 | 101011011 | 10010 | 111011 |
Color Harmonies of #AA858D
Complementary color
Monochromatic Colors of #AA858D
Black with #AA858D
Text Example
Text Example
White with #AA858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA858D; }
p { color: rgb(170,133,141); }
H1.HeaderClassName
{
color: #AA858D;
}
.AnyTagClassName
{
color: #AA858D;
}
</style>
background-color css
<style>
a { background-color: #AA858D; }
a { background-color: rgb(170,133,141); }
div.DivClassName
{
background-color: #AA858D;
}
.BgClassName
{
background-color: #AA858D;
}
</style>
border-color css
<style>
span { border-color: #AA858D; }
span { border-color: rgb(170,133,141); }
td.TdClassName
{
border-color: #AA858D;
}
.TagClassName
{
border-color: #AA858D;
}
</style>