#AE2764

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

Shades of Rouge #AE2764

Tints of Rouge #AE2764

Color information

#AE2764 (or 0xAE2764) is unknown color: approx Rouge. HEX triplet: AE, 27 and 64. RGB value is (174,39,100). Sum of RGB (Red+Green+Blue) = 174+39+100=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2764 is #51D89B. Grayscale: #565656. Windows color (decimal): -5363868 or 6563758. OLE color: 6563758.

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

Color convert

RGB17439100-
CMYK00.780.430.32
HSL332.89º63.38%41.76%-
HSV(B)332.89º77.59%68.24%-
XYZ20.4811.3713.17-
YUV86.32135.73190.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=55.59%
G=12.46%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743910000.780.430.32332.8963.3841.76
HexAE276404E2B2014d3f2a
Octal25647144011653405157752
Binary10101110100111110010001001110101011100000101001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2764; }

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

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

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

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

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

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

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

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