#AE657D

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

Shades of Tapestry #AE657D

Tints of Tapestry #AE657D

Color information

#AE657D (or 0xAE657D) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 7D. RGB value is (174,101,125). Sum of RGB (Red+Green+Blue) = 174+101+125=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE657D is #519A82. Grayscale: #7D7D7D. Windows color (decimal): -5347971 or 8218030. OLE color: 8218030.

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

Color convert

RGB174101125-
CMYK00.420.280.32
HSL340.27º31.06%53.92%-
HSV(B)340.27º41.95%68.24%-
XYZ25.8119.7921.86-
YUV125.56127.68162.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=43.5%
G=25.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410112500.420.280.32340.2731.0653.92
HexAE657D02A1C201541f36
Octal25614517505234405243766
Binary101011101100101111110101010101110010000010101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE657D; }

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

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

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

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

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

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

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

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