#AE2864

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

Shades of Rouge #AE2864

Tints of Rouge #AE2864

Color information

#AE2864 (or 0xAE2864) is unknown color: approx Rouge. HEX triplet: AE, 28 and 64. RGB value is (174,40,100). Sum of RGB (Red+Green+Blue) = 174+40+100=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2864 is #51D79B. Grayscale: #565656. Windows color (decimal): -5363612 or 6564014. OLE color: 6564014.

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

Color convert

RGB17440100-
CMYK00.770.430.32
HSL333.13º62.62%41.96%-
HSV(B)333.13º77.01%68.24%-
XYZ20.5111.4413.18-
YUV86.91135.39190.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=55.41%
G=12.74%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744010000.770.430.32333.1362.6241.96
HexAE286404D2B2014d3f2a
Octal25650144011553405157752
Binary10101110101000110010001001101101011100000101001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2864; }

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

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

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

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

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

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

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

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