#AE4066

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

Shades of Rouge #AE4066

Tints of Rouge #AE4066

Color information

#AE4066 (or 0xAE4066) is unknown color: approx Rouge. HEX triplet: AE, 40 and 66. RGB value is (174,64,102). Sum of RGB (Red+Green+Blue) = 174+64+102=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4066 is #51BF99. Grayscale: #656565. Windows color (decimal): -5357466 or 6701230. OLE color: 6701230.

HSL color Cylindrical-coordinate representation of color #AE4066: hue angle of 339.27º 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 #AE4066 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17464102-
CMYK00.630.410.32
HSL339.27º46.22%46.67%-
HSV(B)339.27º63.22%68.24%-
XYZ21.6913.6214.06-
YUV101.22128.44179.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 102 (40.23% from 255) = 30%
R=51.18%
G=18.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746410200.630.410.32339.2746.2246.67
HexAE406603F29201532e2f
Octal25610014607751405235657
Binary10101110100000011001100111111101001100000101010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4066; }

 p { color: rgb(174,64,102); }

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

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

 a { background-color: rgb(174,64,102); }

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

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

 span { border-color: rgb(174,64,102); }

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