#AE2C63

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

Shades of Rouge #AE2C63

Tints of Rouge #AE2C63

Color information

#AE2C63 (or 0xAE2C63) is unknown color: approx Rouge. HEX triplet: AE, 2C and 63. RGB value is (174,44,99). Sum of RGB (Red+Green+Blue) = 174+44+99=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C63 is #51D39C. Grayscale: #595959. Windows color (decimal): -5362589 or 6499502. OLE color: 6499502.

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

Color convert

RGB1744499-
CMYK00.750.430.32
HSL334.62º59.63%42.75%-
HSV(B)334.62º74.71%68.24%-
XYZ20.6111.712.98-
YUV89.14133.57188.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=54.89%
G=13.88%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174449900.750.430.32334.6259.6342.75
HexAE2C6304B2B2014f3c2b
Octal25654143011353405177453
Binary10101110101100110001101001011101011100000101001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C63; }

 p { color: rgb(174,44,99); }

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

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

 a { background-color: rgb(174,44,99); }

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

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

 span { border-color: rgb(174,44,99); }

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