#AE3C62

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

Shades of Rouge #AE3C62

Tints of Rouge #AE3C62

Color information

#AE3C62 (or 0xAE3C62) is unknown color: approx Rouge. HEX triplet: AE, 3C and 62. RGB value is (174,60,98). Sum of RGB (Red+Green+Blue) = 174+60+98=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C62 is #51C39D. Grayscale: #626262. Windows color (decimal): -5358494 or 6438062. OLE color: 6438062.

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

Color convert

RGB1746098-
CMYK00.660.440.32
HSL340º48.72%45.88%-
HSV(B)340º65.52%68.24%-
XYZ21.2813.1112.96-
YUV98.42127.77181.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=52.41%
G=18.07%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174609800.660.440.3234048.7245.88
HexAE3C620422C20154312e
Octal25674142010254405246156
Binary10101110111100110001001000010101100100000101010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C62; }

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

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

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

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

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

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

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

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