#AE628D

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

Shades of Tapestry #AE628D

Tints of Tapestry #AE628D

Color information

#AE628D (or 0xAE628D) is unknown color: approx Tapestry. HEX triplet: AE, 62 and 8D. RGB value is (174,98,141). Sum of RGB (Red+Green+Blue) = 174+98+141=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE628D is #519D72. Grayscale: #7D7D7D. Windows color (decimal): -5348723 or 9265838. OLE color: 9265838.

HSL color Cylindrical-coordinate representation of color #AE628D: hue angle of 326.05º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE628D is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17498141-
CMYK00.440.190.32
HSL326.05º31.93%53.33%-
HSV(B)326.05º43.68%68.24%-
XYZ26.6319.6627.59-
YUV125.63136.68162.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=42.13%
G=23.73%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749814100.440.190.32326.0531.9353.33
HexAE628D02C13201462035
Octal25614221505423405064065
Binary10101110110001010001101010110010011100000101000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE628D; }

 p { color: rgb(174,98,141); }

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

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

 a { background-color: rgb(174,98,141); }

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

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

 span { border-color: rgb(174,98,141); }

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