#AE6489

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

Shades of Tapestry #AE6489

Tints of Tapestry #AE6489

Color information

#AE6489 (or 0xAE6489) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 89. RGB value is (174,100,137). Sum of RGB (Red+Green+Blue) = 174+100+137=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6489 is #519B76. Grayscale: #7E7E7E. Windows color (decimal): -5348215 or 9004206. OLE color: 9004206.

HSL color Cylindrical-coordinate representation of color #AE6489: hue angle of 330º 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 #AE6489 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174100137-
CMYK00.430.210.32
HSL330º31.36%53.73%-
HSV(B)330º42.53%68.24%-
XYZ26.5319.9226.11-
YUV126.34134.02161.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=42.34%
G=24.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410013700.430.210.3233031.3653.73
HexAE648902B152014a1f36
Octal25614421105325405123766
Binary1010111011001001000100101010111010110000010100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6489; }

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

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

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

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

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

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

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

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