#AE657C

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

Shades of Tapestry #AE657C

Tints of Tapestry #AE657C

Color information

#AE657C (or 0xAE657C) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 7C. RGB value is (174,101,124). Sum of RGB (Red+Green+Blue) = 174+101+124=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE657C is #519A83. Grayscale: #7D7D7D. Windows color (decimal): -5347972 or 8152494. OLE color: 8152494.

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

Color convert

RGB174101124-
CMYK00.420.290.32
HSL341.1º31.06%53.92%-
HSV(B)341.1º41.95%68.24%-
XYZ25.7519.7621.53-
YUV125.45127.18162.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=43.61%
G=25.31%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410112400.420.290.32341.131.0653.92
HexAE657C02A1D201551f36
Octal25614517405235405253766
Binary101011101100101111110001010101110110000010101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE657C; }

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

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

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

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

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

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

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

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