#AE3F6B

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

Shades of Rouge #AE3F6B

Tints of Rouge #AE3F6B

Color information

#AE3F6B (or 0xAE3F6B) is unknown color: approx Rouge. HEX triplet: AE, 3F and 6B. RGB value is (174,63,107). Sum of RGB (Red+Green+Blue) = 174+63+107=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3F6B is #51C094. Grayscale: #656565. Windows color (decimal): -5357717 or 7028654. OLE color: 7028654.

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

Color convert

RGB17463107-
CMYK00.640.390.32
HSL336.22º46.84%46.47%-
HSV(B)336.22º63.79%68.24%-
XYZ21.8913.6215.38-
YUV101.2131.27179.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=50.58%
G=18.31%
B=31.10%

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
Decimal1746310700.640.390.32336.2246.8446.47
HexAE3F6B04027201502f2e
Octal25677153010047405205756
Binary10101110111111110101101000000100111100000101010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F6B; }

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

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

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

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

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

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

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

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