#AE6E8D

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

Shades of Tapestry #AE6E8D

Tints of Tapestry #AE6E8D

Color information

#AE6E8D (or 0xAE6E8D) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 8D. RGB value is (174,110,141). Sum of RGB (Red+Green+Blue) = 174+110+141=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8D is #519172. Grayscale: #848484. Windows color (decimal): -5345651 or 9268910. OLE color: 9268910.

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

Color convert

RGB174110141-
CMYK00.370.190.32
HSL330.94º28.32%55.69%-
HSV(B)330.94º36.78%68.24%-
XYZ27.8422.0727.99-
YUV132.67132.7157.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=40.94%
G=25.88%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411014100.370.190.32330.9428.3255.69
HexAE6E8D025132014b1c38
Octal25615621504523405133470
Binary1010111011011101000110101001011001110000010100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E8D; }

 p { color: rgb(174,110,141); }

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

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

 a { background-color: rgb(174,110,141); }

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

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

 span { border-color: rgb(174,110,141); }

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