Html Css Color HEX #AE365D Rouge

📋 copy color: '#AE365D'

red 174 ◦ green 54 ◦ blue 93

#AE365D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AE365D

Tints of Rouge #AE365D

RGB

 RED value IS 174 (68.36% from 255) = 54.21%

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 54.21%
G = 16.82%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE365D (or 0xAE365D) is known color: Rouge. HEX triplet: AE, 36 and 5D. RGB value is (174,54,93). Sum of RGB (Red+Green+Blue) = 174+54+93=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE365D is #51C9A2. Grayscale: #5E5E5E. Windows color (decimal): -5360035 or 6108846. OLE color: 6108846.

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

Color convert

RGB 174 54 93 -
CMYK 0 0.69 0.47 0.32
HSL 340.5º 0.53% 0.45% -
HSV(B) 340.5º 0.69% 0.68% -
XYZ 20.75 12.43 11.66 -
YUV 94.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 174 54 93 0 0.69 0.47 0.32 340.5 0.53 0.45
Hex AE 36 5D 0 45 2F 20 154 35 2D
Octal 256 66 135 0 105 57 40 524 65 55
Binary 10101110 110110 1011101 0 1000101 101111 100000 101010100 110101 101101

Color Harmonies of #AE365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE365D

Black with #AE365D

Text Example


Text Example

White with #AE365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE365D; }

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

 H1.HeaderClassName
 {
   color: #AE365D;
 }
 .AnyTagClassName
 {
   color: #AE365D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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