#AE7386

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

Shades of Tapestry #AE7386

Tints of Tapestry #AE7386

Color information

#AE7386 (or 0xAE7386) is unknown color: approx Tapestry. HEX triplet: AE, 73 and 86. RGB value is (174,115,134). Sum of RGB (Red+Green+Blue) = 174+115+134=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7386 is #518C79. Grayscale: #868686. Windows color (decimal): -5344378 or 8811438. OLE color: 8811438.

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

Color convert

RGB174115134-
CMYK00.340.230.32
HSL340.68º26.7%56.67%-
HSV(B)340.68º33.91%68.24%-
XYZ27.8922.9825.52-
YUV134.81127.55155.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=41.13%
G=27.19%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411513400.340.230.32340.6826.756.67
HexAE738602217201551b39
Octal25616320604227405253371
Binary1010111011100111000011001000101011110000010101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7386; }

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

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

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

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

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

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

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

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