#AE3F6E

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

Shades of Rouge #AE3F6E

Tints of Rouge #AE3F6E

Color information

#AE3F6E (or 0xAE3F6E) is unknown color: approx Rouge. HEX triplet: AE, 3F and 6E. RGB value is (174,63,110). Sum of RGB (Red+Green+Blue) = 174+63+110=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3F6E is #51C091. Grayscale: #656565. Windows color (decimal): -5357714 or 7225262. OLE color: 7225262.

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

Color convert

RGB17463110-
CMYK00.640.370.32
HSL334.59º46.84%46.47%-
HSV(B)334.59º63.79%68.24%-
XYZ22.0513.6816.23-
YUV101.55132.77179.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=50.14%
G=18.16%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746311000.640.370.32334.5946.8446.47
HexAE3F6E040252014f2f2e
Octal25677156010045405175756
Binary10101110111111110111001000000100101100000101001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F6E; }

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

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

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

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

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

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

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

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