#AE717E

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

Shades of Tapestry #AE717E

Tints of Tapestry #AE717E

Color information

#AE717E (or 0xAE717E) is unknown color: approx Tapestry. HEX triplet: AE, 71 and 7E. RGB value is (174,113,126). Sum of RGB (Red+Green+Blue) = 174+113+126=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE717E is #518E81. Grayscale: #848484. Windows color (decimal): -5344898 or 8286638. OLE color: 8286638.

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

Color convert

RGB174113126-
CMYK00.350.280.32
HSL347.21º27.35%56.27%-
HSV(B)347.21º35.06%68.24%-
XYZ27.1322.3222.62-
YUV132.72124.21157.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=42.13%
G=27.36%
B=30.51%

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
Decimal17411312600.350.280.32347.2127.3556.27
HexAE717E0231C2015b1b38
Octal25616117604334405333370
Binary101011101110001111111001000111110010000010101101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE717E; }

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

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

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

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

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

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

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

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