#AE647D

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

Shades of Tapestry #AE647D

Tints of Tapestry #AE647D

Color information

#AE647D (or 0xAE647D) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 7D. RGB value is (174,100,125). Sum of RGB (Red+Green+Blue) = 174+100+125=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE647D is #519B82. Grayscale: #7C7C7C. Windows color (decimal): -5348227 or 8217774. OLE color: 8217774.

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

Color convert

RGB174100125-
CMYK00.430.280.32
HSL339.73º31.36%53.73%-
HSV(B)339.73º42.53%68.24%-
XYZ25.7119.5921.83-
YUV124.98128.02162.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=43.61%
G=25.06%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410012500.430.280.32339.7331.3653.73
HexAE647D02B1C201541f36
Octal25614417505334405243766
Binary101011101100100111110101010111110010000010101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE647D; }

 p { color: rgb(174,100,125); }

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

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

 a { background-color: rgb(174,100,125); }

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

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

 span { border-color: rgb(174,100,125); }

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