#AE617D

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

Shades of Tapestry #AE617D

Tints of Tapestry #AE617D

Color information

#AE617D (or 0xAE617D) is unknown color: approx Tapestry. HEX triplet: AE, 61 and 7D. RGB value is (174,97,125). Sum of RGB (Red+Green+Blue) = 174+97+125=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617D is #519E82. Grayscale: #7B7B7B. Windows color (decimal): -5348995 or 8217006. OLE color: 8217006.

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

Color convert

RGB17497125-
CMYK00.440.280.32
HSL338.18º32.22%53.14%-
HSV(B)338.18º44.25%68.24%-
XYZ25.4319.0321.73-
YUV123.22129.01164.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=43.94%
G=24.49%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749712500.440.280.32338.1832.2253.14
HexAE617D02C1C201522035
Octal25614117505434405224065
Binary1010111011000011111101010110011100100000101010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE617D; }

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

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

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

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

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

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

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

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