#ae2f64

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

Shades of Rouge #AE2F64

Tints of Rouge #AE2F64

Color information

#AE2F64 (or 0xAE2F64) is unknown color: approx Rouge. HEX triplet: AE, 2F and 64. RGB value is (174,47,100). Sum of RGB (Red+Green+Blue) = 174+47+100=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2F64 is #51D09B. Grayscale: #5A5A5A. Windows color (decimal): -5361820 or 6565806. OLE color: 6565806.

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

Color convert

RGB17447100-
CMYK00.730.430.32
HSL334.96º57.47%43.33%-
HSV(B)334.96º72.99%68.24%-
XYZ20.7711.9513.27-
YUV91.02133.08187.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=54.21%
G=14.64%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744710000.730.430.32334.9657.4743.33
HexAE2F640492B2014f392b
Octal25657144011153405177153
Binary10101110101111110010001001001101011100000101001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae2f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae2f64; }

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

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

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

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

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

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

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

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