#AE3D64

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

Shades of Rouge #AE3D64

Tints of Rouge #AE3D64

Color information

#AE3D64 (or 0xAE3D64) is unknown color: approx Rouge. HEX triplet: AE, 3D and 64. RGB value is (174,61,100). Sum of RGB (Red+Green+Blue) = 174+61+100=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3D64 is #51C29B. Grayscale: #636363. Windows color (decimal): -5358236 or 6569390. OLE color: 6569390.

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

Color convert

RGB17461100-
CMYK00.650.430.32
HSL339.29º48.09%46.08%-
HSV(B)339.29º64.94%68.24%-
XYZ21.4213.2613.49-
YUV99.23128.44181.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=51.94%
G=18.21%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746110000.650.430.32339.2948.0946.08
HexAE3D640412B20153302e
Octal25675144010153405236056
Binary10101110111101110010001000001101011100000101010011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D64; }

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

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

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

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

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

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

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

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