#AE4163

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

Shades of Rouge #AE4163

Tints of Rouge #AE4163

Color information

#AE4163 (or 0xAE4163) is unknown color: approx Rouge. HEX triplet: AE, 41 and 63. RGB value is (174,65,99). Sum of RGB (Red+Green+Blue) = 174+65+99=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4163 is #51BE9C. Grayscale: #656565. Windows color (decimal): -5357213 or 6504878. OLE color: 6504878.

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

Color convert

RGB1746599-
CMYK00.630.430.32
HSL341.28º45.61%46.86%-
HSV(B)341.28º62.64%68.24%-
XYZ21.613.6813.31-
YUV101.47126.61179.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=51.48%
G=19.23%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174659900.630.430.32341.2845.6146.86
HexAE416303F2B201552e2f
Octal25610114307753405255657
Binary10101110100000111000110111111101011100000101010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4163; }

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

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

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

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

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

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

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

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