#AE737E

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

Shades of Tapestry #AE737E

Tints of Tapestry #AE737E

Color information

#AE737E (or 0xAE737E) is unknown color: approx Tapestry. HEX triplet: AE, 73 and 7E. RGB value is (174,115,126). Sum of RGB (Red+Green+Blue) = 174+115+126=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE737E is #518C81. Grayscale: #858585. Windows color (decimal): -5344386 or 8287150. OLE color: 8287150.

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

Color convert

RGB174115126-
CMYK00.340.280.32
HSL348.81º26.7%56.67%-
HSV(B)348.81º33.91%68.24%-
XYZ27.3522.7722.69-
YUV133.89123.55156.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=41.93%
G=27.71%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411512600.340.280.32348.8126.756.67
HexAE737E0221C2015d1b39
Octal25616317604234405353371
Binary101011101110011111111001000101110010000010101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE737E; }

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

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

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

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

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

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

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

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