#AE7289

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

Shades of Tapestry #AE7289

Tints of Tapestry #AE7289

Color information

#AE7289 (or 0xAE7289) is unknown color: approx Tapestry. HEX triplet: AE, 72 and 89. RGB value is (174,114,137). Sum of RGB (Red+Green+Blue) = 174+114+137=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7289 is #518D76. Grayscale: #868686. Windows color (decimal): -5344631 or 9007790. OLE color: 9007790.

HSL color Cylindrical-coordinate representation of color #AE7289: hue angle of 337º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7289 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174114137-
CMYK00.340.210.32
HSL337º27.03%56.47%-
HSV(B)337º34.48%68.24%-
XYZ27.9922.8426.6-
YUV134.56129.38156.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=40.94%
G=26.82%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411413700.340.210.3233727.0356.47
HexAE728902215201511b38
Octal25616221104225405213370
Binary1010111011100101000100101000101010110000010101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7289; }

 p { color: rgb(174,114,137); }

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

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

 a { background-color: rgb(174,114,137); }

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

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

 span { border-color: rgb(174,114,137); }

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