#AE7385

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

Shades of Tapestry #AE7385

Tints of Tapestry #AE7385

Color information

#AE7385 (or 0xAE7385) is unknown color: approx Tapestry. HEX triplet: AE, 73 and 85. RGB value is (174,115,133). Sum of RGB (Red+Green+Blue) = 174+115+133=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7385 is #518C7A. Grayscale: #868686. Windows color (decimal): -5344379 or 8745902. OLE color: 8745902.

HSL color Cylindrical-coordinate representation of color #AE7385: hue angle of 341.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7385 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB174115133-
CMYK00.340.240.32
HSL341.69º26.7%56.67%-
HSV(B)341.69º33.91%68.24%-
XYZ27.8222.9525.15-
YUV134.69127.05156.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=41.23%
G=27.25%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411513300.340.240.32341.6926.756.67
HexAE738502218201561b39
Octal25616320504230405263371
Binary1010111011100111000010101000101100010000010101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7385; }

 p { color: rgb(174,115,133); }

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

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

 a { background-color: rgb(174,115,133); }

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

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

 span { border-color: rgb(174,115,133); }

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