#AE718D

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

Shades of Tapestry #AE718D

Tints of Tapestry #AE718D

Color information

#AE718D (or 0xAE718D) is unknown color: approx Tapestry. HEX triplet: AE, 71 and 8D. RGB value is (174,113,141). Sum of RGB (Red+Green+Blue) = 174+113+141=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE718D is #518E72. Grayscale: #868686. Windows color (decimal): -5344883 or 9269678. OLE color: 9269678.

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

Color convert

RGB174113141-
CMYK00.350.190.32
HSL332.46º27.35%56.27%-
HSV(B)332.46º35.06%68.24%-
XYZ28.1722.7328.1-
YUV134.43131.71156.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=40.65%
G=26.40%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411314100.350.190.32332.4627.3556.27
HexAE718D023132014c1b38
Octal25616121504323405143370
Binary1010111011100011000110101000111001110000010100110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE718D; }

 p { color: rgb(174,113,141); }

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

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

 a { background-color: rgb(174,113,141); }

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

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

 span { border-color: rgb(174,113,141); }

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