#AE6680

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

Shades of Tapestry #AE6680

Tints of Tapestry #AE6680

Color information

#AE6680 (or 0xAE6680) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 80. RGB value is (174,102,128). Sum of RGB (Red+Green+Blue) = 174+102+128=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6680 is #51997F. Grayscale: #7E7E7E. Windows color (decimal): -5347712 or 8414894. OLE color: 8414894.

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

Color convert

RGB174102128-
CMYK00.410.260.32
HSL338.33º30.77%54.12%-
HSV(B)338.33º41.38%68.24%-
XYZ26.120.0622.92-
YUV126.49128.85161.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=43.07%
G=25.25%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410212800.410.260.32338.3330.7754.12
HexAE66800291A201521f36
Octal25614620005132405223766
Binary1010111011001101000000001010011101010000010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6680; }

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

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

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

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

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

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

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

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