#AE3366

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

Shades of Rouge #AE3366

Tints of Rouge #AE3366

Color information

#AE3366 (or 0xAE3366) is unknown color: approx Rouge. HEX triplet: AE, 33 and 66. RGB value is (174,51,102). Sum of RGB (Red+Green+Blue) = 174+51+102=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3366 is #51CC99. Grayscale: #5D5D5D. Windows color (decimal): -5360794 or 6697902. OLE color: 6697902.

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

Color convert

RGB17451102-
CMYK00.710.410.32
HSL335.12º54.67%44.12%-
HSV(B)335.12º70.69%68.24%-
XYZ21.0412.3313.84-
YUV93.59132.75185.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=53.21%
G=15.60%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745110200.710.410.32335.1254.6744.12
HexAE3366047292014f372c
Octal25663146010751405176754
Binary10101110110011110011001000111101001100000101001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3366; }

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

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

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

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

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

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

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

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