#AE717D

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

Shades of Tapestry #AE717D

Tints of Tapestry #AE717D

Color information

#AE717D (or 0xAE717D) is unknown color: approx Tapestry. HEX triplet: AE, 71 and 7D. RGB value is (174,113,125). Sum of RGB (Red+Green+Blue) = 174+113+125=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE717D is #518E82. Grayscale: #848484. Windows color (decimal): -5344899 or 8221102. OLE color: 8221102.

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

Color convert

RGB174113125-
CMYK00.350.280.32
HSL348.2º27.35%56.27%-
HSV(B)348.2º35.06%68.24%-
XYZ27.0622.2922.28-
YUV132.61123.71157.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=42.23%
G=27.43%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411312500.350.280.32348.227.3556.27
HexAE717D0231C2015c1b38
Octal25616117504334405343370
Binary101011101110001111110101000111110010000010101110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE717D; }

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

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

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

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

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

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

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

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