#AE7486

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

Shades of Tapestry #AE7486

Tints of Tapestry #AE7486

Color information

#AE7486 (or 0xAE7486) is unknown color: approx Tapestry. HEX triplet: AE, 74 and 86. RGB value is (174,116,134). Sum of RGB (Red+Green+Blue) = 174+116+134=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7486 is #518B79. Grayscale: #878787. Windows color (decimal): -5344122 or 8811694. OLE color: 8811694.

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

Color convert

RGB174116134-
CMYK00.330.230.32
HSL341.38º26.36%56.86%-
HSV(B)341.38º33.33%68.24%-
XYZ2823.2125.56-
YUV135.39127.22155.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=41.04%
G=27.36%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411613400.330.230.32341.3826.3656.86
HexAE748602117201551a39
Octal25616420604127405253271
Binary1010111011101001000011001000011011110000010101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7486; }

 p { color: rgb(174,116,134); }

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

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

 a { background-color: rgb(174,116,134); }

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

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

 span { border-color: rgb(174,116,134); }

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