#AE5E7D

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

Shades of Tapestry #AE5E7D

Tints of Tapestry #AE5E7D

Color information

#AE5E7D (or 0xAE5E7D) is unknown color: approx Tapestry. HEX triplet: AE, 5E and 7D. RGB value is (174,94,125). Sum of RGB (Red+Green+Blue) = 174+94+125=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E7D is #51A182. Grayscale: #797979. Windows color (decimal): -5349763 or 8216238. OLE color: 8216238.

HSL color Cylindrical-coordinate representation of color #AE5E7D: hue angle of 336.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE5E7D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17494125-
CMYK00.460.280.32
HSL336.75º33.06%52.55%-
HSV(B)336.75º45.98%68.24%-
XYZ25.1618.4821.64-
YUV121.45130165.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=44.27%
G=23.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749412500.460.280.32336.7533.0652.55
HexAE5E7D02E1C201512135
Octal25613617505634405214165
Binary1010111010111101111101010111011100100000101010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E7D; }

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

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

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

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

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

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

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

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