#AE2A5C

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

Shades of Rouge #AE2A5C

Tints of Rouge #AE2A5C

Color information

#AE2A5C (or 0xAE2A5C) is unknown color: approx Rouge. HEX triplet: AE, 2A and 5C. RGB value is (174,42,92). Sum of RGB (Red+Green+Blue) = 174+42+92=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A5C is #51D5A3. Grayscale: #575757. Windows color (decimal): -5363108 or 6040238. OLE color: 6040238.

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

Color convert

RGB1744292-
CMYK00.760.470.32
HSL337.27º61.11%42.35%-
HSV(B)337.27º75.86%68.24%-
XYZ20.2211.4311.27-
YUV87.17130.73189.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=56.49%
G=13.64%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174429200.760.470.32337.2761.1142.35
HexAE2A5C04C2F201513d2a
Octal25652134011457405217552
Binary10101110101010101110001001100101111100000101010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A5C; }

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

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

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

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

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

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

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

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