#AE375E

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

Shades of Rouge #AE375E

Tints of Rouge #AE375E

Color information

#AE375E (or 0xAE375E) is unknown color: approx Rouge. HEX triplet: AE, 37 and 5E. RGB value is (174,55,94). Sum of RGB (Red+Green+Blue) = 174+55+94=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE375E is #51C8A1. Grayscale: #5E5E5E. Windows color (decimal): -5359778 or 6174638. OLE color: 6174638.

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

Color convert

RGB1745594-
CMYK00.680.460.32
HSL340.34º51.97%44.9%-
HSV(B)340.34º68.39%68.24%-
XYZ20.8412.5411.91-
YUV95.03127.42184.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=53.87%
G=17.03%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174559400.680.460.32340.3451.9744.9
HexAE375E0442E20154342d
Octal25667136010456405246455
Binary10101110110111101111001000100101110100000101010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE375E; }

 p { color: rgb(174,55,94); }

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

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

 a { background-color: rgb(174,55,94); }

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

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

 span { border-color: rgb(174,55,94); }

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