#AE698E

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

Shades of Tapestry #AE698E

Tints of Tapestry #AE698E

Color information

#AE698E (or 0xAE698E) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 8E. RGB value is (174,105,142). Sum of RGB (Red+Green+Blue) = 174+105+142=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698E is #519671. Grayscale: #818181. Windows color (decimal): -5346930 or 9333166. OLE color: 9333166.

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

Color convert

RGB174105142-
CMYK00.400.180.32
HSL327.83º29.87%54.71%-
HSV(B)327.83º39.66%68.24%-
XYZ27.3921.0528.21-
YUV129.85134.86159.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=41.33%
G=24.94%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410514200.400.180.32327.8329.8754.71
HexAE698E02812201481e37
Octal25615121605022405103667
Binary1010111011010011000111001010001001010000010100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE698E; }

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

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

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

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

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

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

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

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