#AE385C

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

Shades of Rouge #AE385C

Tints of Rouge #AE385C

Color information

#AE385C (or 0xAE385C) is unknown color: approx Rouge. HEX triplet: AE, 38 and 5C. RGB value is (174,56,92). Sum of RGB (Red+Green+Blue) = 174+56+92=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385C is #51C7A3. Grayscale: #5F5F5F. Windows color (decimal): -5359524 or 6043822. OLE color: 6043822.

HSL color Cylindrical-coordinate representation of color #AE385C: hue angle of 341.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE385C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1745692-
CMYK00.680.470.32
HSL341.69º51.3%45.1%-
HSV(B)341.69º67.82%68.24%-
XYZ20.812.611.46-
YUV95.39126.09184.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=54.04%
G=17.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174569200.680.470.32341.6951.345.1
HexAE385C0442F20156332d
Octal25670134010457405266355
Binary10101110111000101110001000100101111100000101010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE385C; }

 p { color: rgb(174,56,92); }

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

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

 a { background-color: rgb(174,56,92); }

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

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

 span { border-color: rgb(174,56,92); }

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