#ae385f

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

Shades of Rouge #AE385F

Tints of Rouge #AE385F

Color information

#AE385F (or 0xAE385F) is unknown color: approx Rouge. HEX triplet: AE, 38 and 5F. RGB value is (174,56,95). Sum of RGB (Red+Green+Blue) = 174+56+95=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385F is #51C7A0. Grayscale: #5F5F5F. Windows color (decimal): -5359521 or 6240430. OLE color: 6240430.

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

Color convert

RGB1745695-
CMYK00.680.450.32
HSL340.17º51.3%45.1%-
HSV(B)340.17º67.82%68.24%-
XYZ20.9412.6512.17-
YUV95.73127.59183.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=53.54%
G=17.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174569500.680.450.32340.1751.345.1
HexAE385F0442D20154332d
Octal25670137010455405246355
Binary10101110111000101111101000100101101100000101010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae385f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae385f; }

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

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

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

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

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

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

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

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