#AE3070

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

Shades of Rouge #AE3070

Tints of Rouge #AE3070

Color information

#AE3070 (or 0xAE3070) is unknown color: approx Rouge. HEX triplet: AE, 30 and 70. RGB value is (174,48,112). Sum of RGB (Red+Green+Blue) = 174+48+112=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3070 is #51CF8F. Grayscale: #5C5C5C. Windows color (decimal): -5361552 or 7352494. OLE color: 7352494.

HSL color Cylindrical-coordinate representation of color #AE3070: hue angle of 329.52º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3070 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17448112-
CMYK00.720.360.32
HSL329.52º56.76%43.53%-
HSV(B)329.52º72.41%68.24%-
XYZ21.4412.2816.57-
YUV92.97138.74185.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=52.10%
G=14.37%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744811200.720.360.32329.5256.7643.53
HexAE3070048242014a392c
Octal25660160011044405127154
Binary10101110110000111000001001000100100100000101001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3070; }

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

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

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

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

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

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

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

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