#AE385D

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

Shades of Rouge #AE385D

Tints of Rouge #AE385D

Color information

#AE385D (or 0xAE385D) is unknown color: approx Rouge. HEX triplet: AE, 38 and 5D. RGB value is (174,56,93). Sum of RGB (Red+Green+Blue) = 174+56+93=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385D is #51C7A2. Grayscale: #5F5F5F. Windows color (decimal): -5359523 or 6109358. OLE color: 6109358.

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

Color convert

RGB1745693-
CMYK00.680.470.32
HSL341.19º51.3%45.1%-
HSV(B)341.19º67.82%68.24%-
XYZ20.8512.6211.69-
YUV95.5126.59183.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=53.87%
G=17.34%
B=28.79%

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
Decimal174569300.680.470.32341.1951.345.1
HexAE385D0442F20155332d
Octal25670135010457405256355
Binary10101110111000101110101000100101111100000101010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE385D; }

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

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

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

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

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

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

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

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