#AE2866

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

Shades of Rouge #AE2866

Tints of Rouge #AE2866

Color information

#AE2866 (or 0xAE2866) is unknown color: approx Rouge. HEX triplet: AE, 28 and 66. RGB value is (174,40,102). Sum of RGB (Red+Green+Blue) = 174+40+102=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2866 is #51D799. Grayscale: #575757. Windows color (decimal): -5363610 or 6695086. OLE color: 6695086.

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

Color convert

RGB17440102-
CMYK00.770.410.32
HSL332.24º62.62%41.96%-
HSV(B)332.24º77.01%68.24%-
XYZ20.6111.4813.7-
YUV87.13136.39189.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=55.06%
G=12.66%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744010200.770.410.32332.2462.6241.96
HexAE286604D292014c3f2a
Octal25650146011551405147752
Binary10101110101000110011001001101101001100000101001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2866; }

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

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

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

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

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

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

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

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