#AE6886

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

Shades of Tapestry #AE6886

Tints of Tapestry #AE6886

Color information

#AE6886 (or 0xAE6886) is unknown color: approx Tapestry. HEX triplet: AE, 68 and 86. RGB value is (174,104,134). Sum of RGB (Red+Green+Blue) = 174+104+134=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6886 is #519779. Grayscale: #808080. Windows color (decimal): -5347194 or 8808622. OLE color: 8808622.

HSL color Cylindrical-coordinate representation of color #AE6886: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6886 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB174104134-
CMYK00.400.230.32
HSL334.29º30.17%54.51%-
HSV(B)334.29º40.23%68.24%-
XYZ26.7120.6225.13-
YUV128.35131.19160.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=42.23%
G=25.24%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410413400.400.230.32334.2930.1754.51
HexAE6886028172014e1e37
Octal25615020605027405163667
Binary1010111011010001000011001010001011110000010100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6886; }

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

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

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

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

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

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

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

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