#AE798C

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

Shades of Tapestry #AE798C

Tints of Tapestry #AE798C

Color information

#AE798C (or 0xAE798C) is unknown color: approx Tapestry. HEX triplet: AE, 79 and 8C. RGB value is (174,121,140). Sum of RGB (Red+Green+Blue) = 174+121+140=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE798C is #518673. Grayscale: #8A8A8A. Windows color (decimal): -5342836 or 9206190. OLE color: 9206190.

HSL color Cylindrical-coordinate representation of color #AE798C: hue angle of 338.49º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE798C is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174121140-
CMYK00.300.200.32
HSL338.49º24.65%57.84%-
HSV(B)338.49º30.46%68.24%-
XYZ29.0324.5728.02-
YUV139.01128.56152.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=40%
G=27.82%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412114000.300.200.32338.4924.6557.84
HexAE798C01E1420152193a
Octal25617121403624405223172
Binary101011101111001100011000111101010010000010101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE798C; }

 p { color: rgb(174,121,140); }

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

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

 a { background-color: rgb(174,121,140); }

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

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

 span { border-color: rgb(174,121,140); }

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