Html Css Color HEX #AE365C Rouge

📋 copy color: '#AE365C'

red 174 ◦ green 54 ◦ blue 92

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

Shades of Rouge #AE365C

Tints of Rouge #AE365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 54.38%
G = 16.88%
B = 28.75%

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

#AE365C (or 0xAE365C) is known color: Rouge. HEX triplet: AE, 36 and 5C. RGB value is (174,54,92). Sum of RGB (Red+Green+Blue) = 174+54+92=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE365C is #51C9A3. Grayscale: #5E5E5E. Windows color (decimal): -5360036 or 6043310. OLE color: 6043310.

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

Color convert

RGB 174 54 92 -
CMYK 0 0.69 0.47 0.32
HSL 341º 0.53% 0.45% -
HSV(B) 341º 0.69% 0.68% -
XYZ 20.71 12.41 11.43 -
YUV 94.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 174 54 92 0 0.69 0.47 0.32 341 0.53 0.45
Hex AE 36 5C 0 45 2F 20 155 35 2D
Octal 256 66 134 0 105 57 40 525 65 55
Binary 10101110 110110 1011100 0 1000101 101111 100000 101010101 110101 101101

Color Harmonies of #AE365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE365C

Black with #AE365C

Text Example


Text Example

White with #AE365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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