#AE697B

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

Shades of Tapestry #AE697B

Tints of Tapestry #AE697B

Color information

#AE697B (or 0xAE697B) is unknown color: approx Tapestry. HEX triplet: AE, 69 and 7B. RGB value is (174,105,123). Sum of RGB (Red+Green+Blue) = 174+105+123=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697B is #519684. Grayscale: #7F7F7F. Windows color (decimal): -5346949 or 8087982. OLE color: 8087982.

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

Color convert

RGB174105123-
CMYK00.400.290.32
HSL344.35º29.87%54.71%-
HSV(B)344.35º39.66%68.24%-
XYZ26.0820.5321.33-
YUV127.68125.36161.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=43.28%
G=26.12%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410512300.400.290.32344.3529.8754.71
HexAE697B0281D201581e37
Octal25615117305035405303667
Binary101011101101001111101101010001110110000010101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE697B; }

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

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

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

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

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

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

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

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