#AE396E

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

Shades of Rouge #AE396E

Tints of Rouge #AE396E

Color information

#AE396E (or 0xAE396E) is unknown color: approx Rouge. HEX triplet: AE, 39 and 6E. RGB value is (174,57,110). Sum of RGB (Red+Green+Blue) = 174+57+110=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE396E is #51C691. Grayscale: #616161. Windows color (decimal): -5359250 or 7223726. OLE color: 7223726.

HSL color Cylindrical-coordinate representation of color #AE396E: hue angle of 332.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE396E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17457110-
CMYK00.670.370.32
HSL332.82º50.65%45.29%-
HSV(B)332.82º67.24%68.24%-
XYZ21.7313.0516.13-
YUV98.02134.76182.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=51.03%
G=16.72%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745711000.670.370.32332.8250.6545.29
HexAE396E043252014d332d
Octal25671156010345405156355
Binary10101110111001110111001000011100101100000101001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE396E; }

 p { color: rgb(174,57,110); }

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

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

 a { background-color: rgb(174,57,110); }

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

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

 span { border-color: rgb(174,57,110); }

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