#AE2B5E

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

Shades of Rouge #AE2B5E

Tints of Rouge #AE2B5E

Color information

#AE2B5E (or 0xAE2B5E) is unknown color: approx Rouge. HEX triplet: AE, 2B and 5E. RGB value is (174,43,94). Sum of RGB (Red+Green+Blue) = 174+43+94=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B5E is #51D4A1. Grayscale: #575757. Windows color (decimal): -5362850 or 6171566. OLE color: 6171566.

HSL color Cylindrical-coordinate representation of color #AE2B5E: hue angle of 336.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2B5E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1744394-
CMYK00.750.460.32
HSL336.64º60.37%42.55%-
HSV(B)336.64º75.29%68.24%-
XYZ20.3411.5311.74-
YUV87.98131.4189.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=55.95%
G=13.83%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174439400.750.460.32336.6460.3742.55
HexAE2B5E04B2E201513c2b
Octal25653136011356405217453
Binary10101110101011101111001001011101110100000101010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B5E; }

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

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

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

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

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

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

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

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