#AE3371

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

Shades of Rouge #AE3371

Tints of Rouge #AE3371

Color information

#AE3371 (or 0xAE3371) is unknown color: approx Rouge. HEX triplet: AE, 33 and 71. RGB value is (174,51,113). Sum of RGB (Red+Green+Blue) = 174+51+113=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3371 is #51CC8E. Grayscale: #5E5E5E. Windows color (decimal): -5360783 or 7418798. OLE color: 7418798.

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

Color convert

RGB17451113-
CMYK00.710.350.32
HSL329.76º54.67%44.12%-
HSV(B)329.76º70.69%68.24%-
XYZ21.6212.5616.91-
YUV94.84138.25184.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=51.48%
G=15.09%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745111300.710.350.32329.7654.6744.12
HexAE3371047232014a372c
Octal25663161010743405126754
Binary10101110110011111000101000111100011100000101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3371; }

 p { color: rgb(174,51,113); }

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

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

 a { background-color: rgb(174,51,113); }

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

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

 span { border-color: rgb(174,51,113); }

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