#AE7387

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

Shades of Tapestry #AE7387

Tints of Tapestry #AE7387

Color information

#AE7387 (or 0xAE7387) is unknown color: approx Tapestry. HEX triplet: AE, 73 and 87. RGB value is (174,115,135). Sum of RGB (Red+Green+Blue) = 174+115+135=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7387 is #518C78. Grayscale: #868686. Windows color (decimal): -5344377 or 8876974. OLE color: 8876974.

HSL color Cylindrical-coordinate representation of color #AE7387: hue angle of 339.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7387 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB174115135-
CMYK00.340.220.32
HSL339.66º26.7%56.67%-
HSV(B)339.66º33.91%68.24%-
XYZ27.9623.0125.89-
YUV134.92128.05155.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=41.04%
G=27.12%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411513500.340.220.32339.6626.756.67
HexAE738702216201541b39
Octal25616320704226405243371
Binary1010111011100111000011101000101011010000010101010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7387; }

 p { color: rgb(174,115,135); }

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

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

 a { background-color: rgb(174,115,135); }

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

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

 span { border-color: rgb(174,115,135); }

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