#AE3764

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

Shades of Rouge #AE3764

Tints of Rouge #AE3764

Color information

#AE3764 (or 0xAE3764) is unknown color: approx Rouge. HEX triplet: AE, 37 and 64. RGB value is (174,55,100). Sum of RGB (Red+Green+Blue) = 174+55+100=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3764 is #51C89B. Grayscale: #5F5F5F. Windows color (decimal): -5359772 or 6567854. OLE color: 6567854.

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

Color convert

RGB17455100-
CMYK00.680.430.32
HSL337.31º51.97%44.9%-
HSV(B)337.31º68.39%68.24%-
XYZ21.1212.6513.39-
YUV95.71130.42183.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=52.89%
G=16.72%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745510000.680.430.32337.3151.9744.9
HexAE37640442B20151342d
Octal25667144010453405216455
Binary10101110110111110010001000100101011100000101010001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3764; }

 p { color: rgb(174,55,100); }

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

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

 a { background-color: rgb(174,55,100); }

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

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

 span { border-color: rgb(174,55,100); }

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