#AE6782

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

Shades of Tapestry #AE6782

Tints of Tapestry #AE6782

Color information

#AE6782 (or 0xAE6782) is unknown color: approx Tapestry. HEX triplet: AE, 67 and 82. RGB value is (174,103,130). Sum of RGB (Red+Green+Blue) = 174+103+130=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6782 is #51987D. Grayscale: #7F7F7F. Windows color (decimal): -5347454 or 8546222. OLE color: 8546222.

HSL color Cylindrical-coordinate representation of color #AE6782: hue angle of 337.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6782 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB174103130-
CMYK00.410.250.32
HSL337.18º30.47%54.31%-
HSV(B)337.18º40.8%68.24%-
XYZ26.3420.3123.65-
YUV127.31129.52161.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=42.75%
G=25.31%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410313000.410.250.32337.1830.4754.31
HexAE678202919201511e36
Octal25614720205131405213666
Binary1010111011001111000001001010011100110000010101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6782; }

 p { color: rgb(174,103,130); }

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

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

 a { background-color: rgb(174,103,130); }

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

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

 span { border-color: rgb(174,103,130); }

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