#AE335E

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

Shades of Rouge #AE335E

Tints of Rouge #AE335E

Color information

#AE335E (or 0xAE335E) is unknown color: approx Rouge. HEX triplet: AE, 33 and 5E. RGB value is (174,51,94). Sum of RGB (Red+Green+Blue) = 174+51+94=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE335E is #51CCA1. Grayscale: #5C5C5C. Windows color (decimal): -5360802 or 6173614. OLE color: 6173614.

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

Color convert

RGB1745194-
CMYK00.710.460.32
HSL339.02º54.67%44.12%-
HSV(B)339.02º70.69%68.24%-
XYZ20.6612.1711.85-
YUV92.68128.75186-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=54.55%
G=15.99%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174519400.710.460.32339.0254.6744.12
HexAE335E0472E20153372c
Octal25663136010756405236754
Binary10101110110011101111001000111101110100000101010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE335E; }

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

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

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

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

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

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

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

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