#AA7489

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

Shades of Tapestry #AA7489

Tints of Tapestry #AA7489

Color information

#AA7489 (or 0xAA7489) is unknown color: approx Tapestry. HEX triplet: AA, 74 and 89. RGB value is (170,116,137). Sum of RGB (Red+Green+Blue) = 170+116+137=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7489 is #558B76. Grayscale: #868686. Windows color (decimal): -5606263 or 9008298. OLE color: 9008298.

HSL color Cylindrical-coordinate representation of color #AA7489: hue angle of 336.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7489 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170116137-
CMYK00.320.190.33
HSL336.67º24.11%56.08%-
HSV(B)336.67º31.76%66.67%-
XYZ27.3422.8426.64-
YUV134.54129.39153.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=40.19%
G=27.42%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011613700.320.190.33336.6724.1156.08
HexAA748902013211511838
Octal25216421104023415213070
Binary1010101011101001000100101000001001110000110101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7489; }

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

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

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

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

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

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

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

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