#AE678C

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

Shades of Tapestry #AE678C

Tints of Tapestry #AE678C

Color information

#AE678C (or 0xAE678C) is unknown color: approx Tapestry. HEX triplet: AE, 67 and 8C. RGB value is (174,103,140). Sum of RGB (Red+Green+Blue) = 174+103+140=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE678C is #519873. Grayscale: #808080. Windows color (decimal): -5347444 or 9201582. OLE color: 9201582.

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

Color convert

RGB174103140-
CMYK00.410.200.32
HSL328.73º30.47%54.31%-
HSV(B)328.73º40.8%68.24%-
XYZ27.0420.5927.36-
YUV128.45134.52160.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=41.73%
G=24.70%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410314000.410.200.32328.7330.4754.31
HexAE678C02914201491e36
Octal25614721405124405113666
Binary1010111011001111000110001010011010010000010100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE678C; }

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

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

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

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

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

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

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

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