#AE335C

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

Shades of Rouge #AE335C

Tints of Rouge #AE335C

Color information

#AE335C (or 0xAE335C) is unknown color: approx Rouge. HEX triplet: AE, 33 and 5C. RGB value is (174,51,92). Sum of RGB (Red+Green+Blue) = 174+51+92=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE335C is #51CCA3. Grayscale: #5C5C5C. Windows color (decimal): -5360804 or 6042542. OLE color: 6042542.

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

Color convert

RGB1745192-
CMYK00.710.470.32
HSL340º54.67%44.12%-
HSV(B)340º70.69%68.24%-
XYZ20.5712.1411.38-
YUV92.45127.75186.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=54.89%
G=16.09%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174519200.710.470.3234054.6744.12
HexAE335C0472F20154372c
Octal25663134010757405246754
Binary10101110110011101110001000111101111100000101010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE335C; }

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

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

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

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

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

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

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

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