#AE2763

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

Shades of Rouge #AE2763

Tints of Rouge #AE2763

Color information

#AE2763 (or 0xAE2763) is unknown color: approx Rouge. HEX triplet: AE, 27 and 63. RGB value is (174,39,99). Sum of RGB (Red+Green+Blue) = 174+39+99=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2763 is #51D89C. Grayscale: #565656. Windows color (decimal): -5363869 or 6498222. OLE color: 6498222.

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

Color convert

RGB1743999-
CMYK00.780.430.32
HSL333.33º63.38%41.76%-
HSV(B)333.33º77.59%68.24%-
XYZ20.4311.3512.92-
YUV86.2135.23190.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=55.77%
G=12.5%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174399900.780.430.32333.3363.3841.76
HexAE276304E2B2014d3f2a
Octal25647143011653405157752
Binary10101110100111110001101001110101011100000101001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2763; }

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

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

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

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

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

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

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

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