#AE6487

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

Shades of Tapestry #AE6487

Tints of Tapestry #AE6487

Color information

#AE6487 (or 0xAE6487) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 87. RGB value is (174,100,135). Sum of RGB (Red+Green+Blue) = 174+100+135=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6487 is #519B78. Grayscale: #7E7E7E. Windows color (decimal): -5348217 or 8873134. OLE color: 8873134.

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

Color convert

RGB174100135-
CMYK00.430.220.32
HSL331.62º31.36%53.73%-
HSV(B)331.62º42.53%68.24%-
XYZ26.3919.8625.36-
YUV126.12133.02162.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=42.54%
G=24.45%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410013500.430.220.32331.6231.3653.73
HexAE648702B162014c1f36
Octal25614420705326405143766
Binary1010111011001001000011101010111011010000010100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6487; }

 p { color: rgb(174,100,135); }

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

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

 a { background-color: rgb(174,100,135); }

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

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

 span { border-color: rgb(174,100,135); }

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