#AE617A

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

Shades of Tapestry #AE617A

Tints of Tapestry #AE617A

Color information

#AE617A (or 0xAE617A) is unknown color: approx Tapestry. HEX triplet: AE, 61 and 7A. RGB value is (174,97,122). Sum of RGB (Red+Green+Blue) = 174+97+122=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617A is #519E85. Grayscale: #7A7A7A. Windows color (decimal): -5348998 or 8020398. OLE color: 8020398.

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

Color convert

RGB17497122-
CMYK00.440.300.32
HSL340.52º32.22%53.14%-
HSV(B)340.52º44.25%68.24%-
XYZ25.2418.9520.74-
YUV122.87127.51164.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=44.27%
G=24.68%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749712200.440.300.32340.5232.2253.14
HexAE617A02C1E201552035
Octal25614117205436405254065
Binary1010111011000011111010010110011110100000101010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE617A; }

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

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

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

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

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

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

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

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