#AE6E85

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

Shades of Tapestry #AE6E85

Tints of Tapestry #AE6E85

Color information

#AE6E85 (or 0xAE6E85) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 85. RGB value is (174,110,133). Sum of RGB (Red+Green+Blue) = 174+110+133=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E85 is #51917A. Grayscale: #838383. Windows color (decimal): -5345659 or 8744622. OLE color: 8744622.

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

Color convert

RGB174110133-
CMYK00.370.240.32
HSL338.44º28.32%55.69%-
HSV(B)338.44º36.78%68.24%-
XYZ27.2721.8424.97-
YUV131.76128.7158.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=41.73%
G=26.38%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411013300.370.240.32338.4428.3255.69
HexAE6E8502518201521c38
Octal25615620504530405223470
Binary1010111011011101000010101001011100010000010101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E85; }

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

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

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

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

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

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

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

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