#AE2B5C

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

Shades of Rouge #AE2B5C

Tints of Rouge #AE2B5C

Color information

#AE2B5C (or 0xAE2B5C) is unknown color: approx Rouge. HEX triplet: AE, 2B and 5C. RGB value is (174,43,92). Sum of RGB (Red+Green+Blue) = 174+43+92=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B5C is #51D4A3. Grayscale: #575757. Windows color (decimal): -5362852 or 6040494. OLE color: 6040494.

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

Color convert

RGB1744392-
CMYK00.750.470.32
HSL337.56º60.37%42.55%-
HSV(B)337.56º75.29%68.24%-
XYZ20.2511.511.28-
YUV87.76130.4189.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=56.31%
G=13.92%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174439200.750.470.32337.5660.3742.55
HexAE2B5C04B2F201523c2b
Octal25653134011357405227453
Binary10101110101011101110001001011101111100000101010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B5C; }

 p { color: rgb(174,43,92); }

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

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

 a { background-color: rgb(174,43,92); }

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

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

 span { border-color: rgb(174,43,92); }

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