#AE697E

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

Shades of Tapestry #AE697E

Tints of Tapestry #AE697E

Color information

#AE697E (or 0xAE697E) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 7E. RGB value is (174,105,126). Sum of RGB (Red+Green+Blue) = 174+105+126=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697E is #519681. Grayscale: #808080. Windows color (decimal): -5346946 or 8284590. OLE color: 8284590.

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

Color convert

RGB174105126-
CMYK00.400.280.32
HSL341.74º29.87%54.71%-
HSV(B)341.74º39.66%68.24%-
XYZ26.2720.6122.33-
YUV128.02126.86160.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=42.96%
G=25.93%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410512600.400.280.32341.7429.8754.71
HexAE697E0281C201561e37
Octal25615117605034405263667
Binary101011101101001111111001010001110010000010101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE697E; }

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

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

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

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

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

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

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

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