#AE3C6B

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

Shades of Rouge #AE3C6B

Tints of Rouge #AE3C6B

Color information

#AE3C6B (or 0xAE3C6B) is unknown color: approx Rouge. HEX triplet: AE, 3C and 6B. RGB value is (174,60,107). Sum of RGB (Red+Green+Blue) = 174+60+107=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C6B is #51C394. Grayscale: #636363. Windows color (decimal): -5358485 or 7027886. OLE color: 7027886.

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

Color convert

RGB17460107-
CMYK00.660.390.32
HSL335.26º48.72%45.88%-
HSV(B)335.26º65.52%68.24%-
XYZ21.7313.2915.33-
YUV99.44132.27181.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=51.03%
G=17.60%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746010700.660.390.32335.2648.7245.88
HexAE3C6B042272014f312e
Octal25674153010247405176156
Binary10101110111100110101101000010100111100000101001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C6B; }

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

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

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

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

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

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

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

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