#AE2B62

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

Shades of Rouge #AE2B62

Tints of Rouge #AE2B62

Color information

#AE2B62 (or 0xAE2B62) is unknown color: approx Rouge. HEX triplet: AE, 2B and 62. RGB value is (174,43,98). Sum of RGB (Red+Green+Blue) = 174+43+98=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B62 is #51D49D. Grayscale: #585858. Windows color (decimal): -5362846 or 6433710. OLE color: 6433710.

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

Color convert

RGB1744398-
CMYK00.750.440.32
HSL334.81º60.37%42.55%-
HSV(B)334.81º75.29%68.24%-
XYZ20.5211.6112.71-
YUV88.44133.4189.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=55.24%
G=13.65%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174439800.750.440.32334.8160.3742.55
HexAE2B6204B2C2014f3c2b
Octal25653142011354405177453
Binary10101110101011110001001001011101100100000101001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B62; }

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

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

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

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

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

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

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

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