#AE677E

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

Shades of Tapestry #AE677E

Tints of Tapestry #AE677E

Color information

#AE677E (or 0xAE677E) is unknown color: approx Tapestry. HEX triplet: AE, 67 and 7E. RGB value is (174,103,126). Sum of RGB (Red+Green+Blue) = 174+103+126=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE677E is #519881. Grayscale: #7E7E7E. Windows color (decimal): -5347458 or 8284078. OLE color: 8284078.

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

Color convert

RGB174103126-
CMYK00.410.280.32
HSL340.56º30.47%54.31%-
HSV(B)340.56º40.8%68.24%-
XYZ26.0720.2122.26-
YUV126.85127.52161.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=43.18%
G=25.56%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410312600.410.280.32340.5630.4754.31
HexAE677E0291C201551e36
Octal25614717605134405253666
Binary101011101100111111111001010011110010000010101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE677E; }

 p { color: rgb(174,103,126); }

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

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

 a { background-color: rgb(174,103,126); }

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

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

 span { border-color: rgb(174,103,126); }

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