#AE677C

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

Shades of Tapestry #AE677C

Tints of Tapestry #AE677C

Color information

#AE677C (or 0xAE677C) is unknown color: approx Tapestry. HEX triplet: AE, 67 and 7C. RGB value is (174,103,124). Sum of RGB (Red+Green+Blue) = 174+103+124=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE677C is #519883. Grayscale: #7E7E7E. Windows color (decimal): -5347460 or 8153006. OLE color: 8153006.

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

Color convert

RGB174103124-
CMYK00.410.290.32
HSL342.25º30.47%54.31%-
HSV(B)342.25º40.8%68.24%-
XYZ25.9420.1521.59-
YUV126.62126.52161.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=43.39%
G=25.69%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410312400.410.290.32342.2530.4754.31
HexAE677C0291D201561e36
Octal25614717405135405263666
Binary101011101100111111110001010011110110000010101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE677C; }

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

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

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

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

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

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

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

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