#AE4865

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

Shades of Rouge #AE4865

Tints of Rouge #AE4865

Color information

#AE4865 (or 0xAE4865) is unknown color: approx Rouge. HEX triplet: AE, 48 and 65. RGB value is (174,72,101). Sum of RGB (Red+Green+Blue) = 174+72+101=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4865 is #51B79A. Grayscale: #696969. Windows color (decimal): -5355419 or 6637742. OLE color: 6637742.

HSL color Cylindrical-coordinate representation of color #AE4865: hue angle of 342.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4865 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17472101-
CMYK00.590.420.32
HSL342.94º41.46%48.24%-
HSV(B)342.94º58.62%68.24%-
XYZ22.1214.5713.96-
YUV105.8125.29176.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=50.14%
G=20.75%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747210100.590.420.32342.9441.4648.24
HexAE486503B2A201572930
Octal25611014507352405275160
Binary10101110100100011001010111011101010100000101010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4865; }

 p { color: rgb(174,72,101); }

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

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

 a { background-color: rgb(174,72,101); }

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

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

 span { border-color: rgb(174,72,101); }

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