Shades of Tapestry #AA7885
Tints of Tapestry #AA7885
RGB
CMYK
RGB Variations
Color information
#AA7885 (or 0xAA7885) is known color: Tapestry. HEX triplet: AA, 78 and 85. RGB value is (170,120,133). Sum of RGB (Red+Green+Blue) = 170+120+133=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7885 is #55877A. Grayscale: #888888. Windows color (decimal): -5605243 or 8747178. OLE color: 8747178.
HSL color Cylindrical-coordinate representation of color #AA7885: hue angle of 344.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7885 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 133 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.33 |
| HSL | 344.4º | 0.23% | 0.57% | - |
| HSV(B) | 344.4º | 0.29% | 0.67% | - |
| XYZ | 27.53 | 23.67 | 25.31 | - |
| YUV | 136.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 133 | 0 | 0.29 | 0.22 | 0.33 | 344.4 | 0.23 | 0.57 |
| Hex | AA | 78 | 85 | 0 | 1D | 16 | 21 | 158 | 17 | 39 |
| Octal | 252 | 170 | 205 | 0 | 35 | 26 | 41 | 530 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10000101 | 0 | 11101 | 10110 | 100001 | 101011000 | 10111 | 111001 |
Color Harmonies of #AA7885
Complementary color
Monochromatic Colors of #AA7885
Black with #AA7885
Text Example
Text Example
White with #AA7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7885; }
p { color: rgb(170,120,133); }
H1.HeaderClassName
{
color: #AA7885;
}
.AnyTagClassName
{
color: #AA7885;
}
</style>
background-color css
<style>
a { background-color: #AA7885; }
a { background-color: rgb(170,120,133); }
div.DivClassName
{
background-color: #AA7885;
}
.BgClassName
{
background-color: #AA7885;
}
</style>
border-color css
<style>
span { border-color: #AA7885; }
span { border-color: rgb(170,120,133); }
td.TdClassName
{
border-color: #AA7885;
}
.TagClassName
{
border-color: #AA7885;
}
</style>