#AE3461

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

Shades of Rouge #AE3461

Tints of Rouge #AE3461

Color information

#AE3461 (or 0xAE3461) is unknown color: approx Rouge. HEX triplet: AE, 34 and 61. RGB value is (174,52,97). Sum of RGB (Red+Green+Blue) = 174+52+97=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3461 is #51CB9E. Grayscale: #5D5D5D. Windows color (decimal): -5360543 or 6370478. OLE color: 6370478.

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

Color convert

RGB1745297-
CMYK00.700.440.32
HSL337.87º53.98%44.31%-
HSV(B)337.87º70.11%68.24%-
XYZ20.8412.3212.59-
YUV93.61129.92185.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=53.87%
G=16.10%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174529700.700.440.32337.8753.9844.31
HexAE34610462C20152362c
Octal25664141010654405226654
Binary10101110110100110000101000110101100100000101010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3461; }

 p { color: rgb(174,52,97); }

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

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

 a { background-color: rgb(174,52,97); }

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

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

 span { border-color: rgb(174,52,97); }

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