#AE637C

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

Shades of Tapestry #AE637C

Tints of Tapestry #AE637C

Color information

#AE637C (or 0xAE637C) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 7C. RGB value is (174,99,124). Sum of RGB (Red+Green+Blue) = 174+99+124=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE637C is #519C83. Grayscale: #7C7C7C. Windows color (decimal): -5348484 or 8151982. OLE color: 8151982.

HSL color Cylindrical-coordinate representation of color #AE637C: hue angle of 340º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE637C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17499124-
CMYK00.430.290.32
HSL340º31.65%53.53%-
HSV(B)340º43.1%68.24%-
XYZ25.5619.3821.46-
YUV124.28127.85163.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=43.83%
G=24.94%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749912400.430.290.3234031.6553.53
HexAE637C02B1D201542036
Octal25614317405335405244066
Binary1010111011000111111100010101111101100000101010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE637C; }

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

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

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

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

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

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

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

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