#AE3964

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

Shades of Rouge #AE3964

Tints of Rouge #AE3964

Color information

#AE3964 (or 0xAE3964) is unknown color: approx Rouge. HEX triplet: AE, 39 and 64. RGB value is (174,57,100). Sum of RGB (Red+Green+Blue) = 174+57+100=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3964 is #51C69B. Grayscale: #606060. Windows color (decimal): -5359260 or 6568366. OLE color: 6568366.

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

Color convert

RGB17457100-
CMYK00.670.430.32
HSL337.95º50.65%45.29%-
HSV(B)337.95º67.24%68.24%-
XYZ21.2212.8513.42-
YUV96.88129.76183-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=52.57%
G=17.22%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745710000.670.430.32337.9550.6545.29
HexAE39640432B20152332d
Octal25671144010353405226355
Binary10101110111001110010001000011101011100000101010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3964; }

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

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

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

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

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

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

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

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