#AE3666

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

Shades of Rouge #AE3666

Tints of Rouge #AE3666

Color information

#AE3666 (or 0xAE3666) is unknown color: approx Rouge. HEX triplet: AE, 36 and 66. RGB value is (174,54,102). Sum of RGB (Red+Green+Blue) = 174+54+102=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3666 is #51C999. Grayscale: #5F5F5F. Windows color (decimal): -5360026 or 6698670. OLE color: 6698670.

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

Color convert

RGB17454102-
CMYK00.690.410.32
HSL336º52.63%44.71%-
HSV(B)336º68.97%68.24%-
XYZ21.1712.613.89-
YUV95.35131.76184.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=52.73%
G=16.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745410200.690.410.3233652.6344.71
HexAE36660452920150352d
Octal25666146010551405206555
Binary10101110110110110011001000101101001100000101010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3666; }

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

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

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

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

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

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

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

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