#AE2C60

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

Shades of Rouge #AE2C60

Tints of Rouge #AE2C60

Color information

#AE2C60 (or 0xAE2C60) is unknown color: approx Rouge. HEX triplet: AE, 2C and 60. RGB value is (174,44,96). Sum of RGB (Red+Green+Blue) = 174+44+96=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C60 is #51D39F. Grayscale: #585858. Windows color (decimal): -5362592 or 6302894. OLE color: 6302894.

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

Color convert

RGB1744496-
CMYK00.750.450.32
HSL336º59.63%42.75%-
HSV(B)336º74.71%68.24%-
XYZ20.4711.6412.24-
YUV88.8132.07188.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=55.41%
G=14.01%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174449600.750.450.3233659.6342.75
HexAE2C6004B2D201503c2b
Octal25654140011355405207453
Binary10101110101100110000001001011101101100000101010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C60; }

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

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

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

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

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

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

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

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