#AE6688

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

Shades of Tapestry #AE6688

Tints of Tapestry #AE6688

Color information

#AE6688 (or 0xAE6688) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 88. RGB value is (174,102,136). Sum of RGB (Red+Green+Blue) = 174+102+136=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6688 is #519977. Grayscale: #7F7F7F. Windows color (decimal): -5347704 or 8939182. OLE color: 8939182.

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

Color convert

RGB174102136-
CMYK00.410.220.32
HSL331.67º30.77%54.12%-
HSV(B)331.67º41.38%68.24%-
XYZ26.6520.2825.8-
YUV127.4132.85161.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=42.23%
G=24.76%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410213600.410.220.32331.6730.7754.12
HexAE6688029162014c1f36
Octal25614621005126405143766
Binary1010111011001101000100001010011011010000010100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6688; }

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

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

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

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

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

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

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

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