#AE6686

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

Shades of Tapestry #AE6686

Tints of Tapestry #AE6686

Color information

#AE6686 (or 0xAE6686) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 86. RGB value is (174,102,134). Sum of RGB (Red+Green+Blue) = 174+102+134=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6686 is #519979. Grayscale: #7F7F7F. Windows color (decimal): -5347706 or 8808110. OLE color: 8808110.

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

Color convert

RGB174102134-
CMYK00.410.230.32
HSL333.33º30.77%54.12%-
HSV(B)333.33º41.38%68.24%-
XYZ26.5120.2225.06-
YUV127.18131.85161.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=42.44%
G=24.88%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410213400.410.230.32333.3330.7754.12
HexAE6686029172014d1f36
Octal25614620605127405153766
Binary1010111011001101000011001010011011110000010100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6686; }

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

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

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

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

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

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

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

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