#AE6E8C

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

Shades of Tapestry #AE6E8C

Tints of Tapestry #AE6E8C

Color information

#AE6E8C (or 0xAE6E8C) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 8C. RGB value is (174,110,140). Sum of RGB (Red+Green+Blue) = 174+110+140=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8C is #519173. Grayscale: #848484. Windows color (decimal): -5345652 or 9203374. OLE color: 9203374.

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

Color convert

RGB174110140-
CMYK00.370.200.32
HSL331.88º28.32%55.69%-
HSV(B)331.88º36.78%68.24%-
XYZ27.7722.0427.6-
YUV132.56132.2157.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=41.04%
G=25.94%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411014000.370.200.32331.8828.3255.69
HexAE6E8C025142014c1c38
Octal25615621404524405143470
Binary1010111011011101000110001001011010010000010100110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E8C; }

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

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

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

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

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

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

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

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