#AE365A

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

Shades of Rouge #AE365A

Tints of Rouge #AE365A

Color information

#AE365A (or 0xAE365A) is unknown color: approx Rouge. HEX triplet: AE, 36 and 5A. RGB value is (174,54,90). Sum of RGB (Red+Green+Blue) = 174+54+90=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE365A is #51C9A5. Grayscale: #5D5D5D. Windows color (decimal): -5360038 or 5912238. OLE color: 5912238.

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

Color convert

RGB1745490-
CMYK00.690.480.32
HSL342º52.63%44.71%-
HSV(B)342º68.97%68.24%-
XYZ20.6212.3810.97-
YUV93.98125.76185.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=54.72%
G=16.98%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174549000.690.480.3234252.6344.71
HexAE365A0453020156352d
Octal25666132010560405266555
Binary10101110110110101101001000101110000100000101010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE365A; }

 p { color: rgb(174,54,90); }

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

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

 a { background-color: rgb(174,54,90); }

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

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

 span { border-color: rgb(174,54,90); }

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