#AE2C62

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

Shades of Rouge #AE2C62

Tints of Rouge #AE2C62

Color information

#AE2C62 (or 0xAE2C62) is unknown color: approx Rouge. HEX triplet: AE, 2C and 62. RGB value is (174,44,98). Sum of RGB (Red+Green+Blue) = 174+44+98=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C62 is #51D39D. Grayscale: #585858. Windows color (decimal): -5362590 or 6433966. OLE color: 6433966.

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

Color convert

RGB1744498-
CMYK00.750.440.32
HSL335.08º59.63%42.75%-
HSV(B)335.08º74.71%68.24%-
XYZ20.5611.6812.73-
YUV89.03133.07188.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=55.06%
G=13.92%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174449800.750.440.32335.0859.6342.75
HexAE2C6204B2C2014f3c2b
Octal25654142011354405177453
Binary10101110101100110001001001011101100100000101001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C62; }

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

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

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

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

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

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

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

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