#AE6584

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

Shades of Tapestry #AE6584

Tints of Tapestry #AE6584

Color information

#AE6584 (or 0xAE6584) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 84. RGB value is (174,101,132). Sum of RGB (Red+Green+Blue) = 174+101+132=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6584 is #519A7B. Grayscale: #7E7E7E. Windows color (decimal): -5347964 or 8676782. OLE color: 8676782.

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

Color convert

RGB174101132-
CMYK00.420.240.32
HSL334.52º31.06%53.92%-
HSV(B)334.52º41.95%68.24%-
XYZ26.2719.9724.3-
YUV126.36131.18161.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=42.75%
G=24.82%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410113200.420.240.32334.5231.0653.92
HexAE658402A182014f1f36
Octal25614520405230405173766
Binary1010111011001011000010001010101100010000010100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6584; }

 p { color: rgb(174,101,132); }

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

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

 a { background-color: rgb(174,101,132); }

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

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

 span { border-color: rgb(174,101,132); }

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