#AE6E88

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

Shades of Tapestry #AE6E88

Tints of Tapestry #AE6E88

Color information

#AE6E88 (or 0xAE6E88) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 88. RGB value is (174,110,136). Sum of RGB (Red+Green+Blue) = 174+110+136=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E88 is #519177. Grayscale: #848484. Windows color (decimal): -5345656 or 8941230. OLE color: 8941230.

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

Color convert

RGB174110136-
CMYK00.370.220.32
HSL335.62º28.32%55.69%-
HSV(B)335.62º36.78%68.24%-
XYZ27.4821.9326.08-
YUV132.1130.2157.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=41.43%
G=26.19%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411013600.370.220.32335.6228.3255.69
HexAE6E8802516201501c38
Octal25615621004526405203470
Binary1010111011011101000100001001011011010000010101000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E88; }

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

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

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

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

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

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

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

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