#AE3370

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

Shades of Rouge #AE3370

Tints of Rouge #AE3370

Color information

#AE3370 (or 0xAE3370) is unknown color: approx Rouge. HEX triplet: AE, 33 and 70. RGB value is (174,51,112). Sum of RGB (Red+Green+Blue) = 174+51+112=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3370 is #51CC8F. Grayscale: #5E5E5E. Windows color (decimal): -5360784 or 7353262. OLE color: 7353262.

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

Color convert

RGB17451112-
CMYK00.710.360.32
HSL330.24º54.67%44.12%-
HSV(B)330.24º70.69%68.24%-
XYZ21.5612.5416.61-
YUV94.73137.75184.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=51.63%
G=15.13%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745111200.710.360.32330.2454.6744.12
HexAE3370047242014a372c
Octal25663160010744405126754
Binary10101110110011111000001000111100100100000101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3370; }

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

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

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

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

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

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

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

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