#AE698C

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

Shades of Tapestry #AE698C

Tints of Tapestry #AE698C

Color information

#AE698C (or 0xAE698C) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 8C. RGB value is (174,105,140). Sum of RGB (Red+Green+Blue) = 174+105+140=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698C is #519673. Grayscale: #818181. Windows color (decimal): -5346932 or 9202094. OLE color: 9202094.

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

Color convert

RGB174105140-
CMYK00.400.200.32
HSL329.57º29.87%54.71%-
HSV(B)329.57º39.66%68.24%-
XYZ27.242127.43-
YUV129.62133.86159.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=41.53%
G=25.06%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410514000.400.200.32329.5729.8754.71
HexAE698C028142014a1e37
Octal25615121405024405123667
Binary1010111011010011000110001010001010010000010100101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE698C; }

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

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

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

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

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

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

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

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