Shades of Tapestry #AA7785
Tints of Tapestry #AA7785
RGB
CMYK
RGB Variations
Color information
#AA7785 (or 0xAA7785) is known color: Tapestry. HEX triplet: AA, 77 and 85. RGB value is (170,119,133). Sum of RGB (Red+Green+Blue) = 170+119+133=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7785 is #55887A. Grayscale: #878787. Windows color (decimal): -5605499 or 8746922. OLE color: 8746922.
HSL color Cylindrical-coordinate representation of color #AA7785: hue angle of 343.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7785 is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 133 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.33 |
| HSL | 343.53º | 0.23% | 0.57% | - |
| HSV(B) | 343.53º | 0.3% | 0.67% | - |
| XYZ | 27.41 | 23.43 | 25.27 | - |
| YUV | 135.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 133 | 0 | 0.3 | 0.22 | 0.33 | 343.53 | 0.23 | 0.57 |
| Hex | AA | 77 | 85 | 0 | 1E | 16 | 21 | 158 | 17 | 39 |
| Octal | 252 | 167 | 205 | 0 | 36 | 26 | 41 | 530 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10000101 | 0 | 11110 | 10110 | 100001 | 101011000 | 10111 | 111001 |
Color Harmonies of #AA7785
Complementary color
Monochromatic Colors of #AA7785
Black with #AA7785
Text Example
Text Example
White with #AA7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7785; }
p { color: rgb(170,119,133); }
H1.HeaderClassName
{
color: #AA7785;
}
.AnyTagClassName
{
color: #AA7785;
}
</style>
background-color css
<style>
a { background-color: #AA7785; }
a { background-color: rgb(170,119,133); }
div.DivClassName
{
background-color: #AA7785;
}
.BgClassName
{
background-color: #AA7785;
}
</style>
border-color css
<style>
span { border-color: #AA7785; }
span { border-color: rgb(170,119,133); }
td.TdClassName
{
border-color: #AA7785;
}
.TagClassName
{
border-color: #AA7785;
}
</style>