#AE356D

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

Shades of Rouge #AE356D

Tints of Rouge #AE356D

Color information

#AE356D (or 0xAE356D) is unknown color: approx Rouge. HEX triplet: AE, 35 and 6D. RGB value is (174,53,109). Sum of RGB (Red+Green+Blue) = 174+53+109=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356D is #51CA92. Grayscale: #5F5F5F. Windows color (decimal): -5360275 or 7157166. OLE color: 7157166.

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

Color convert

RGB17453109-
CMYK00.700.370.32
HSL332.23º53.3%44.51%-
HSV(B)332.23º69.54%68.24%-
XYZ21.4912.6515.78-
YUV95.56135.59183.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=51.79%
G=15.77%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745310900.700.370.32332.2353.344.51
HexAE356D046252014c352d
Octal25665155010645405146555
Binary10101110110101110110101000110100101100000101001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE356D; }

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

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

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

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

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

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

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

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