#AE355D

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

Shades of Rouge #AE355D

Tints of Rouge #AE355D

Color information

#AE355D (or 0xAE355D) is unknown color: approx Rouge. HEX triplet: AE, 35 and 5D. RGB value is (174,53,93). Sum of RGB (Red+Green+Blue) = 174+53+93=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355D is #51CAA2. Grayscale: #5D5D5D. Windows color (decimal): -5360291 or 6108590. OLE color: 6108590.

HSL color Cylindrical-coordinate representation of color #AE355D: hue angle of 340.17º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE355D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1745393-
CMYK00.700.470.32
HSL340.17º53.3%44.51%-
HSV(B)340.17º69.54%68.24%-
XYZ20.712.3411.65-
YUV93.74127.59185.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=54.38%
G=16.56%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174539300.700.470.32340.1753.344.51
HexAE355D0462F20154352d
Octal25665135010657405246555
Binary10101110110101101110101000110101111100000101010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE355D; }

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

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

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

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

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

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

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

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