#AE3F6A

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

Shades of Rouge #AE3F6A

Tints of Rouge #AE3F6A

Color information

#AE3F6A (or 0xAE3F6A) is unknown color: approx Rouge. HEX triplet: AE, 3F and 6A. RGB value is (174,63,106). Sum of RGB (Red+Green+Blue) = 174+63+106=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3F6A is #51C095. Grayscale: #656565. Windows color (decimal): -5357718 or 6963118. OLE color: 6963118.

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

Color convert

RGB17463106-
CMYK00.640.390.32
HSL336.76º46.84%46.47%-
HSV(B)336.76º63.79%68.24%-
XYZ21.8313.5915.11-
YUV101.09130.77180-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=50.73%
G=18.37%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746310600.640.390.32336.7646.8446.47
HexAE3F6A04027201512f2e
Octal25677152010047405215756
Binary10101110111111110101001000000100111100000101010001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F6A; }

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

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

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

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

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

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

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

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