#AE355E

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

Shades of Rouge #AE355E

Tints of Rouge #AE355E

Color information

#AE355E (or 0xAE355E) is unknown color: approx Rouge. HEX triplet: AE, 35 and 5E. RGB value is (174,53,94). Sum of RGB (Red+Green+Blue) = 174+53+94=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355E is #51CAA1. Grayscale: #5D5D5D. Windows color (decimal): -5360290 or 6174126. OLE color: 6174126.

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

Color convert

RGB1745394-
CMYK00.700.460.32
HSL339.67º53.3%44.51%-
HSV(B)339.67º69.54%68.24%-
XYZ20.7512.3511.88-
YUV93.85128.09185.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=54.21%
G=16.51%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174539400.700.460.32339.6753.344.51
HexAE355E0462E20154352d
Octal25665136010656405246555
Binary10101110110101101111001000110101110100000101010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE355E; }

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

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

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

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

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

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

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

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