#AE4264

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

Shades of Rouge #AE4264

Tints of Rouge #AE4264

Color information

#AE4264 (or 0xAE4264) is unknown color: approx Rouge. HEX triplet: AE, 42 and 64. RGB value is (174,66,100). Sum of RGB (Red+Green+Blue) = 174+66+100=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4264 is #51BD9B. Grayscale: #666666. Windows color (decimal): -5356956 or 6570670. OLE color: 6570670.

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

Color convert

RGB17466100-
CMYK00.620.430.32
HSL341.11º45%47.06%-
HSV(B)341.11º62.07%68.24%-
XYZ21.713.8213.58-
YUV102.17126.78179.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=51.18%
G=19.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746610000.620.430.32341.114547.06
HexAE426403E2B201552d2f
Octal25610214407653405255557
Binary10101110100001011001000111110101011100000101010101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4264; }

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

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

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

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

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

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

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

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