Shades of Tapestry #AA7689
Tints of Tapestry #AA7689
RGB
CMYK
RGB Variations
Color information
#AA7689 (or 0xAA7689) is known color: Tapestry. HEX triplet: AA, 76 and 89. RGB value is (170,118,137). Sum of RGB (Red+Green+Blue) = 170+118+137=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7689 is #558976. Grayscale: #878787. Windows color (decimal): -5605751 or 9008810. OLE color: 9008810.
HSL color Cylindrical-coordinate representation of color #AA7689: hue angle of 338.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7689 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 137 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.33 |
| HSL | 338.08º | 0.23% | 0.56% | - |
| HSV(B) | 338.08º | 0.31% | 0.67% | - |
| XYZ | 27.57 | 23.31 | 26.71 | - |
| YUV | 135.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 137 | 0 | 0.31 | 0.19 | 0.33 | 338.08 | 0.23 | 0.56 |
| Hex | AA | 76 | 89 | 0 | 1F | 13 | 21 | 152 | 17 | 38 |
| Octal | 252 | 166 | 211 | 0 | 37 | 23 | 41 | 522 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10001001 | 0 | 11111 | 10011 | 100001 | 101010010 | 10111 | 111000 |
Color Harmonies of #AA7689
Complementary color
Monochromatic Colors of #AA7689
Black with #AA7689
Text Example
Text Example
White with #AA7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7689; }
p { color: rgb(170,118,137); }
H1.HeaderClassName
{
color: #AA7689;
}
.AnyTagClassName
{
color: #AA7689;
}
</style>
background-color css
<style>
a { background-color: #AA7689; }
a { background-color: rgb(170,118,137); }
div.DivClassName
{
background-color: #AA7689;
}
.BgClassName
{
background-color: #AA7689;
}
</style>
border-color css
<style>
span { border-color: #AA7689; }
span { border-color: rgb(170,118,137); }
td.TdClassName
{
border-color: #AA7689;
}
.TagClassName
{
border-color: #AA7689;
}
</style>