#AE3462

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

Shades of Rouge #AE3462

Tints of Rouge #AE3462

Color information

#AE3462 (or 0xAE3462) is unknown color: approx Rouge. HEX triplet: AE, 34 and 62. RGB value is (174,52,98). Sum of RGB (Red+Green+Blue) = 174+52+98=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3462 is #51CB9D. Grayscale: #5D5D5D. Windows color (decimal): -5360542 or 6436014. OLE color: 6436014.

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

Color convert

RGB1745298-
CMYK00.700.440.32
HSL337.38º53.98%44.31%-
HSV(B)337.38º70.11%68.24%-
XYZ20.8912.3412.84-
YUV93.72130.42185.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=53.70%
G=16.05%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174529800.700.440.32337.3853.9844.31
HexAE34620462C20151362c
Octal25664142010654405216654
Binary10101110110100110001001000110101100100000101010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3462; }

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

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

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

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

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

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

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

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