#AE727E

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

Shades of Tapestry #AE727E

Tints of Tapestry #AE727E

Color information

#AE727E (or 0xAE727E) is unknown color: approx Tapestry. HEX triplet: AE, 72 and 7E. RGB value is (174,114,126). Sum of RGB (Red+Green+Blue) = 174+114+126=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727E is #518D81. Grayscale: #858585. Windows color (decimal): -5344642 or 8286894. OLE color: 8286894.

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

Color convert

RGB174114126-
CMYK00.340.280.32
HSL348º27.03%56.47%-
HSV(B)348º34.48%68.24%-
XYZ27.2422.5422.65-
YUV133.31123.88157.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=42.03%
G=27.54%
B=30.43%

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
Decimal17411412600.340.280.3234827.0356.47
HexAE727E0221C2015c1b38
Octal25616217604234405343370
Binary101011101110010111111001000101110010000010101110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE727E; }

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

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

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

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

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

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

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

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