#ae2c6d

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

Shades of Rouge #AE2C6D

Tints of Rouge #AE2C6D

Color information

#AE2C6D (or 0xAE2C6D) is unknown color: approx Rouge. HEX triplet: AE, 2C and 6D. RGB value is (174,44,109). Sum of RGB (Red+Green+Blue) = 174+44+109=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C6D is #51D392. Grayscale: #5A5A5A. Windows color (decimal): -5362579 or 7154862. OLE color: 7154862.

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

Color convert

RGB17444109-
CMYK00.750.370.32
HSL330º59.63%42.75%-
HSV(B)330º74.71%68.24%-
XYZ21.1211.915.65-
YUV90.28138.57187.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=53.21%
G=13.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744410900.750.370.3233059.6342.75
HexAE2C6D04B252014a3c2b
Octal25654155011345405127453
Binary10101110101100110110101001011100101100000101001010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae2c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae2c6d; }

 p { color: rgb(174,44,109); }

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

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

 a { background-color: rgb(174,44,109); }

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

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

 span { border-color: rgb(174,44,109); }

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