#AA637C

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

Shades of Tapestry #AA637C

Tints of Tapestry #AA637C

Color information

#AA637C (or 0xAA637C) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 7C. RGB value is (170,99,124). Sum of RGB (Red+Green+Blue) = 170+99+124=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA637C is #559C83. Grayscale: #7B7B7B. Windows color (decimal): -5610628 or 8151978. OLE color: 8151978.

HSL color Cylindrical-coordinate representation of color #AA637C: hue angle of 338.87º 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 #AA637C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17099124-
CMYK00.420.270.33
HSL338.87º29.46%52.75%-
HSV(B)338.87º41.76%66.67%-
XYZ24.6818.9221.42-
YUV123.08128.52161.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=43.26%
G=25.19%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709912400.420.270.33338.8729.4652.75
HexAA637C02A1B211531d35
Octal25214317405233415233565
Binary101010101100011111110001010101101110000110101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA637C; }

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

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

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

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

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

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

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

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