#AE6589

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

Shades of Tapestry #AE6589

Tints of Tapestry #AE6589

Color information

#AE6589 (or 0xAE6589) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 89. RGB value is (174,101,137). Sum of RGB (Red+Green+Blue) = 174+101+137=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6589 is #519A76. Grayscale: #7E7E7E. Windows color (decimal): -5347959 or 9004462. OLE color: 9004462.

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

Color convert

RGB174101137-
CMYK00.420.210.32
HSL330.41º31.06%53.92%-
HSV(B)330.41º41.95%68.24%-
XYZ26.6220.1126.15-
YUV126.93133.68161.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=42.23%
G=24.51%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410113700.420.210.32330.4131.0653.92
HexAE658902A152014a1f36
Octal25614521105225405123766
Binary1010111011001011000100101010101010110000010100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6589; }

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

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

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

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

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

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

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

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