#ae3571

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

Shades of Rouge #AE3571

Tints of Rouge #AE3571

Color information

#AE3571 (or 0xAE3571) is unknown color: approx Rouge. HEX triplet: AE, 35 and 71. RGB value is (174,53,113). Sum of RGB (Red+Green+Blue) = 174+53+113=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3571 is #51CA8E. Grayscale: #5F5F5F. Windows color (decimal): -5360271 or 7419310. OLE color: 7419310.

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

Color convert

RGB17453113-
CMYK00.700.350.32
HSL330.25º53.3%44.51%-
HSV(B)330.25º69.54%68.24%-
XYZ21.7112.7416.94-
YUV96.02137.59183.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=51.18%
G=15.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745311300.700.350.32330.2553.344.51
HexAE3571046232014a352d
Octal25665161010643405126555
Binary10101110110101111000101000110100011100000101001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3571; }

 p { color: rgb(174,53,113); }

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

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

 a { background-color: rgb(174,53,113); }

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

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

 span { border-color: rgb(174,53,113); }

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