#ae6e7f

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

Shades of Tapestry #AE6E7F

Tints of Tapestry #AE6E7F

Color information

#AE6E7F (or 0xAE6E7F) is unknown color: approx Tapestry. HEX triplet: AE, 6E and 7F. RGB value is (174,110,127). Sum of RGB (Red+Green+Blue) = 174+110+127=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E7F is #519180. Grayscale: #838383. Windows color (decimal): -5345665 or 8351406. OLE color: 8351406.

HSL color Cylindrical-coordinate representation of color #AE6E7F: hue angle of 344.06º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E7F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB174110127-
CMYK00.370.270.32
HSL344.06º28.32%55.69%-
HSV(B)344.06º36.78%68.24%-
XYZ26.8621.6822.85-
YUV131.07125.7158.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 127 (50% from 255) = 30.90%
R=42.34%
G=26.76%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411012700.370.270.32344.0628.3255.69
HexAE6E7F0251B201581c38
Octal25615617704533405303470
Binary101011101101110111111101001011101110000010101100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6e7f; }

 p { color: rgb(174,110,127); }

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

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

 a { background-color: rgb(174,110,127); }

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

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

 span { border-color: rgb(174,110,127); }

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