#AE638E

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

Shades of Tapestry #AE638E

Tints of Tapestry #AE638E

Color information

#AE638E (or 0xAE638E) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 8E. RGB value is (174,99,142). Sum of RGB (Red+Green+Blue) = 174+99+142=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE638E is #519C71. Grayscale: #7E7E7E. Windows color (decimal): -5348466 or 9331630. OLE color: 9331630.

HSL color Cylindrical-coordinate representation of color #AE638E: hue angle of 325.6º degrees, saturation: 0.32, 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 #AE638E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17499142-
CMYK00.430.180.32
HSL325.6º31.65%53.53%-
HSV(B)325.6º43.1%68.24%-
XYZ26.819.8828.02-
YUV126.33136.85162-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=41.93%
G=23.86%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749914200.430.180.32325.631.6553.53
HexAE638E02B12201462036
Octal25614321605322405064066
Binary10101110110001110001110010101110010100000101000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE638E; }

 p { color: rgb(174,99,142); }

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

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

 a { background-color: rgb(174,99,142); }

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

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

 span { border-color: rgb(174,99,142); }

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