#AA7989

Color #AA7989 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AA7989

Tints of Tapestry #AA7989

Color information

#AA7989 (or 0xAA7989) is unknown color: approx Tapestry. HEX triplet: AA, 79 and 89. RGB value is (170,121,137). Sum of RGB (Red+Green+Blue) = 170+121+137=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7989 is #558676. Grayscale: #898989. Windows color (decimal): -5604983 or 9009578. OLE color: 9009578.

HSL color Cylindrical-coordinate representation of color #AA7989: hue angle of 340.41º degrees, saturation: 0.22, 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 #AA7989 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170121137-
CMYK00.290.190.33
HSL340.41º22.37%57.06%-
HSV(B)340.41º28.82%66.67%-
XYZ27.9324.0326.83-
YUV137.48127.73151.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=39.72%
G=28.27%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012113700.290.190.33340.4122.3757.06
HexAA798901D13211541639
Octal25217121103523415242671
Binary101010101111001100010010111011001110000110101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7989; }

 p { color: rgb(170,121,137); }

 H1.HeaderClassName
 {
   color: #AA7989;
 }
 .AnyTagClassName
 {
   color: #AA7989;
 }
</style>
background-color css

<style>
 a { background-color: #AA7989; }

 a { background-color: rgb(170,121,137); }

 div.DivClassName
 {
   background-color: #AA7989;
 }
 .BgClassName
 {
   background-color: #AA7989;
 }
</style>
border-color css

<style>
 span { border-color: #AA7989; }

 span { border-color: rgb(170,121,137); }

 td.TdClassName
 {
   border-color: #AA7989;
 }
 .TagClassName
 {
   border-color: #AA7989;
 }
</style>