#AE325C

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

Shades of Rouge #AE325C

Tints of Rouge #AE325C

Color information

#AE325C (or 0xAE325C) is unknown color: approx Rouge. HEX triplet: AE, 32 and 5C. RGB value is (174,50,92). Sum of RGB (Red+Green+Blue) = 174+50+92=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325C is #51CDA3. Grayscale: #5B5B5B. Windows color (decimal): -5361060 or 6042286. OLE color: 6042286.

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

Color convert

RGB1745092-
CMYK00.710.470.32
HSL339.68º55.36%43.92%-
HSV(B)339.68º71.26%68.24%-
XYZ20.5312.0511.37-
YUV91.86128.08186.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=55.06%
G=15.82%
B=29.11%

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
Decimal174509200.710.470.32339.6855.3643.92
HexAE325C0472F20154372c
Octal25662134010757405246754
Binary10101110110010101110001000111101111100000101010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE325C; }

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

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

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

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

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

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

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

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