#AE365B

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

Shades of Rouge #AE365B

Tints of Rouge #AE365B

Color information

#AE365B (or 0xAE365B) is unknown color: approx Rouge. HEX triplet: AE, 36 and 5B. RGB value is (174,54,91). Sum of RGB (Red+Green+Blue) = 174+54+91=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE365B is #51C9A4. Grayscale: #5E5E5E. Windows color (decimal): -5360037 or 5977774. OLE color: 5977774.

HSL color Cylindrical-coordinate representation of color #AE365B: hue angle of 341.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE365B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1745491-
CMYK00.690.480.32
HSL341.5º52.63%44.71%-
HSV(B)341.5º68.97%68.24%-
XYZ20.6612.3911.2-
YUV94.1126.26184.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=54.55%
G=16.93%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174549100.690.480.32341.552.6344.71
HexAE365B0453020156352d
Octal25666133010560405266555
Binary10101110110110101101101000101110000100000101010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE365B; }

 p { color: rgb(174,54,91); }

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

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

 a { background-color: rgb(174,54,91); }

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

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

 span { border-color: rgb(174,54,91); }

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