#AE607E

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

Shades of Tapestry #AE607E

Tints of Tapestry #AE607E

Color information

#AE607E (or 0xAE607E) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 7E. RGB value is (174,96,126). Sum of RGB (Red+Green+Blue) = 174+96+126=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607E is #519F81. Grayscale: #7A7A7A. Windows color (decimal): -5349250 or 8282286. OLE color: 8282286.

HSL color Cylindrical-coordinate representation of color #AE607E: hue angle of 336.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE607E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17496126-
CMYK00.450.280.32
HSL336.92º32.5%52.94%-
HSV(B)336.92º44.83%68.24%-
XYZ25.418.8722.04-
YUV122.74129.84164.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=43.94%
G=24.24%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749612600.450.280.32336.9232.552.94
HexAE607E02D1C201512035
Octal25614017605534405214065
Binary1010111011000001111110010110111100100000101010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE607E; }

 p { color: rgb(174,96,126); }

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

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

 a { background-color: rgb(174,96,126); }

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

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

 span { border-color: rgb(174,96,126); }

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