#AE687C

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

Shades of Tapestry #AE687C

Tints of Tapestry #AE687C

Color information

#AE687C (or 0xAE687C) is unknown color: approx Tapestry. HEX triplet: AE, 68 and 7C. RGB value is (174,104,124). Sum of RGB (Red+Green+Blue) = 174+104+124=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE687C is #519783. Grayscale: #7F7F7F. Windows color (decimal): -5347204 or 8153262. OLE color: 8153262.

HSL color Cylindrical-coordinate representation of color #AE687C: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE687C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174104124-
CMYK00.400.290.32
HSL342.86º30.17%54.51%-
HSV(B)342.86º40.23%68.24%-
XYZ26.0420.3521.62-
YUV127.21126.19161.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=43.28%
G=25.87%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410412400.400.290.32342.8630.1754.51
HexAE687C0281D201571e37
Octal25615017405035405273667
Binary101011101101000111110001010001110110000010101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE687C; }

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

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

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

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

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

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

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

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