#AE3364

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

Shades of Rouge #AE3364

Tints of Rouge #AE3364

Color information

#AE3364 (or 0xAE3364) is unknown color: approx Rouge. HEX triplet: AE, 33 and 64. RGB value is (174,51,100). Sum of RGB (Red+Green+Blue) = 174+51+100=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3364 is #51CC9B. Grayscale: #5D5D5D. Windows color (decimal): -5360796 or 6566830. OLE color: 6566830.

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

Color convert

RGB17451100-
CMYK00.710.430.32
HSL336.1º54.67%44.12%-
HSV(B)336.1º70.69%68.24%-
XYZ20.9412.2913.32-
YUV93.36131.75185.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=53.54%
G=15.69%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745110000.710.430.32336.154.6744.12
HexAE33640472B20150372c
Octal25663144010753405206754
Binary10101110110011110010001000111101011100000101010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3364; }

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

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

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

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

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

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

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

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