#AE325D

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

Shades of Rouge #AE325D

Tints of Rouge #AE325D

Color information

#AE325D (or 0xAE325D) is unknown color: approx Rouge. HEX triplet: AE, 32 and 5D. RGB value is (174,50,93). Sum of RGB (Red+Green+Blue) = 174+50+93=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325D is #51CDA2. Grayscale: #5B5B5B. Windows color (decimal): -5361059 or 6107822. OLE color: 6107822.

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

Color convert

RGB1745093-
CMYK00.710.470.32
HSL339.19º55.36%43.92%-
HSV(B)339.19º71.26%68.24%-
XYZ20.5712.0711.6-
YUV91.98128.58186.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=54.89%
G=15.77%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174509300.710.470.32339.1955.3643.92
HexAE325D0472F20153372c
Octal25662135010757405236754
Binary10101110110010101110101000111101111100000101010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE325D; }

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

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

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

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

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

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

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

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