#AE3C6D

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

Shades of Rouge #AE3C6D

Tints of Rouge #AE3C6D

Color information

#AE3C6D (or 0xAE3C6D) is unknown color: approx Rouge. HEX triplet: AE, 3C and 6D. RGB value is (174,60,109). Sum of RGB (Red+Green+Blue) = 174+60+109=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C6D is #51C392. Grayscale: #636363. Windows color (decimal): -5358483 or 7158958. OLE color: 7158958.

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

Color convert

RGB17460109-
CMYK00.660.370.32
HSL334.21º48.72%45.88%-
HSV(B)334.21º65.52%68.24%-
XYZ21.8313.3315.89-
YUV99.67133.27181.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=50.73%
G=17.49%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746010900.660.370.32334.2148.7245.88
HexAE3C6D042252014e312e
Octal25674155010245405166156
Binary10101110111100110110101000010100101100000101001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C6D; }

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

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

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

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

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

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

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

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