#AE668D

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

Shades of Tapestry #AE668D

Tints of Tapestry #AE668D

Color information

#AE668D (or 0xAE668D) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 8D. RGB value is (174,102,141). Sum of RGB (Red+Green+Blue) = 174+102+141=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668D is #519972. Grayscale: #7F7F7F. Windows color (decimal): -5347699 or 9266862. OLE color: 9266862.

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

Color convert

RGB174102141-
CMYK00.410.190.32
HSL327.5º30.77%54.12%-
HSV(B)327.5º41.38%68.24%-
XYZ27.0120.4227.72-
YUV127.97135.35160.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=41.73%
G=24.46%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410214100.410.190.32327.530.7754.12
HexAE668D02913201481f36
Octal25614621505123405103766
Binary1010111011001101000110101010011001110000010100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE668D; }

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

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

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

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

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

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

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

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