#AE3163

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

Shades of Rouge #AE3163

Tints of Rouge #AE3163

Color information

#AE3163 (or 0xAE3163) is unknown color: approx Rouge. HEX triplet: AE, 31 and 63. RGB value is (174,49,99). Sum of RGB (Red+Green+Blue) = 174+49+99=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3163 is #51CE9C. Grayscale: #5C5C5C. Windows color (decimal): -5361309 or 6500782. OLE color: 6500782.

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

Color convert

RGB1744999-
CMYK00.720.430.32
HSL336º56.05%43.73%-
HSV(B)336º71.84%68.24%-
XYZ20.8112.113.04-
YUV92.07131.91186.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=54.04%
G=15.22%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174499900.720.430.3233656.0543.73
HexAE31630482B20150382c
Octal25661143011053405207054
Binary10101110110001110001101001000101011100000101010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3163; }

 p { color: rgb(174,49,99); }

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

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

 a { background-color: rgb(174,49,99); }

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

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

 span { border-color: rgb(174,49,99); }

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