#AE688E

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

Shades of Tapestry #AE688E

Tints of Tapestry #AE688E

Color information

#AE688E (or 0xAE688E) is unknown color: approx Tapestry. HEX triplet: AE, 68 and 8E. RGB value is (174,104,142). Sum of RGB (Red+Green+Blue) = 174+104+142=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688E is #519771. Grayscale: #818181. Windows color (decimal): -5347186 or 9332910. OLE color: 9332910.

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

Color convert

RGB174104142-
CMYK00.400.180.32
HSL327.43º30.17%54.51%-
HSV(B)327.43º40.23%68.24%-
XYZ27.2920.8528.18-
YUV129.26135.19159.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=41.43%
G=24.76%
B=33.81%

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
Decimal17410414200.400.180.32327.4330.1754.51
HexAE688E02812201471e37
Octal25615021605022405073667
Binary1010111011010001000111001010001001010000010100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE688E; }

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

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

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

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

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

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

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

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