#AA647F

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

Shades of Tapestry #AA647F

Tints of Tapestry #AA647F

Color information

#AA647F (or 0xAA647F) is unknown color: approx Tapestry. HEX triplet: AA, 64 and 7F. RGB value is (170,100,127). Sum of RGB (Red+Green+Blue) = 170+100+127=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647F is #559B80. Grayscale: #7B7B7B. Windows color (decimal): -5610369 or 8348842. OLE color: 8348842.

HSL color Cylindrical-coordinate representation of color #AA647F: hue angle of 336.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA647F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170100127-
CMYK00.410.250.33
HSL336.86º29.17%52.94%-
HSV(B)336.86º41.18%66.67%-
XYZ24.9719.1922.47-
YUV124.01129.69160.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 127 (50% from 255) = 31.99%
R=42.82%
G=25.19%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010012700.410.250.33336.8629.1752.94
HexAA647F02919211511d35
Octal25214417705131415213565
Binary101010101100100111111101010011100110000110101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA647F; }

 p { color: rgb(170,100,127); }

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

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

 a { background-color: rgb(170,100,127); }

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

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

 span { border-color: rgb(170,100,127); }

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