#AE7186

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

Shades of Tapestry #AE7186

Tints of Tapestry #AE7186

Color information

#AE7186 (or 0xAE7186) is unknown color: approx Tapestry. HEX triplet: AE, 71 and 86. RGB value is (174,113,134). Sum of RGB (Red+Green+Blue) = 174+113+134=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7186 is #518E79. Grayscale: #858585. Windows color (decimal): -5344890 or 8810926. OLE color: 8810926.

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

Color convert

RGB174113134-
CMYK00.350.230.32
HSL339.34º27.35%56.27%-
HSV(B)339.34º35.06%68.24%-
XYZ27.6622.5325.44-
YUV133.63128.21156.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=41.33%
G=26.84%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411313400.350.230.32339.3427.3556.27
HexAE718602317201531b38
Octal25616120604327405233370
Binary1010111011100011000011001000111011110000010101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7186; }

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

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

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

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

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

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

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

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