#AA637E

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

Shades of Tapestry #AA637E

Tints of Tapestry #AA637E

Color information

#AA637E (or 0xAA637E) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 7E. RGB value is (170,99,126). Sum of RGB (Red+Green+Blue) = 170+99+126=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637E is #559C81. Grayscale: #7B7B7B. Windows color (decimal): -5610626 or 8283050. OLE color: 8283050.

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

Color convert

RGB17099126-
CMYK00.420.260.33
HSL337.18º29.46%52.75%-
HSV(B)337.18º41.76%66.67%-
XYZ24.8118.9822.09-
YUV123.31129.52161.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=43.04%
G=25.06%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912600.420.260.33337.1829.4652.75
HexAA637E02A1A211511d35
Octal25214317605232415213565
Binary101010101100011111111001010101101010000110101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA637E; }

 p { color: rgb(170,99,126); }

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

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

 a { background-color: rgb(170,99,126); }

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

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

 span { border-color: rgb(170,99,126); }

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