#AE697D

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

Shades of Tapestry #AE697D

Tints of Tapestry #AE697D

Color information

#AE697D (or 0xAE697D) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 7D. RGB value is (174,105,125). Sum of RGB (Red+Green+Blue) = 174+105+125=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697D is #519682. Grayscale: #7F7F7F. Windows color (decimal): -5346947 or 8219054. OLE color: 8219054.

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

Color convert

RGB174105125-
CMYK00.400.280.32
HSL342.61º29.87%54.71%-
HSV(B)342.61º39.66%68.24%-
XYZ26.2120.5821.99-
YUV127.91126.36160.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=43.07%
G=25.99%
B=30.94%

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
Decimal17410512500.400.280.32342.6129.8754.71
HexAE697D0281C201571e37
Octal25615117505034405273667
Binary101011101101001111110101010001110010000010101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE697D; }

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

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

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

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

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

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

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

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