#AE295D

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

Shades of Rouge #AE295D

Tints of Rouge #AE295D

Color information

#AE295D (or 0xAE295D) is unknown color: approx Rouge. HEX triplet: AE, 29 and 5D. RGB value is (174,41,93). Sum of RGB (Red+Green+Blue) = 174+41+93=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295D is #51D6A2. Grayscale: #565656. Windows color (decimal): -5363363 or 6105518. OLE color: 6105518.

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

Color convert

RGB1744193-
CMYK00.760.470.32
HSL336.54º61.86%42.16%-
HSV(B)336.54º76.44%68.24%-
XYZ20.2211.3711.49-
YUV86.7131.56190.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=56.49%
G=13.31%
B=30.19%

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
Decimal174419300.760.470.32336.5461.8642.16
HexAE295D04C2F201513e2a
Octal25651135011457405217652
Binary10101110101001101110101001100101111100000101010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE295D; }

 p { color: rgb(174,41,93); }

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

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

 a { background-color: rgb(174,41,93); }

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

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

 span { border-color: rgb(174,41,93); }

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