#AE2E62

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

Shades of Rouge #AE2E62

Tints of Rouge #AE2E62

Color information

#AE2E62 (or 0xAE2E62) is unknown color: approx Rouge. HEX triplet: AE, 2E and 62. RGB value is (174,46,98). Sum of RGB (Red+Green+Blue) = 174+46+98=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2E62 is #51D19D. Grayscale: #5A5A5A. Windows color (decimal): -5362078 or 6434478. OLE color: 6434478.

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

Color convert

RGB1744698-
CMYK00.740.440.32
HSL335.62º58.18%43.14%-
HSV(B)335.62º73.56%68.24%-
XYZ20.6411.8312.75-
YUV90.2132.41187.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=54.72%
G=14.47%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174469800.740.440.32335.6258.1843.14
HexAE2E6204A2C201503a2b
Octal25656142011254405207253
Binary10101110101110110001001001010101100100000101010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E62; }

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

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

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

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

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

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

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

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