#AE2762

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

Shades of Rouge #AE2762

Tints of Rouge #AE2762

Color information

#AE2762 (or 0xAE2762) is unknown color: approx Rouge. HEX triplet: AE, 27 and 62. RGB value is (174,39,98). Sum of RGB (Red+Green+Blue) = 174+39+98=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2762 is #51D89D. Grayscale: #555555. Windows color (decimal): -5363870 or 6432686. OLE color: 6432686.

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

Color convert

RGB1743998-
CMYK00.780.440.32
HSL333.78º63.38%41.76%-
HSV(B)333.78º77.59%68.24%-
XYZ20.3911.3312.67-
YUV86.09134.73190.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=55.95%
G=12.54%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174399800.780.440.32333.7863.3841.76
HexAE276204E2C2014e3f2a
Octal25647142011654405167752
Binary10101110100111110001001001110101100100000101001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2762; }

 p { color: rgb(174,39,98); }

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

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

 a { background-color: rgb(174,39,98); }

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

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

 span { border-color: rgb(174,39,98); }

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