Html Css Color HEX #AE3C5D Rouge

📋 copy color: '#AE3C5D'

red 174 ◦ green 60 ◦ blue 93

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

Shades of Rouge #AE3C5D

Tints of Rouge #AE3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 53.21%
G = 18.35%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE3C5D (or 0xAE3C5D) is known color: Rouge. HEX triplet: AE, 3C and 5D. RGB value is (174,60,93). Sum of RGB (Red+Green+Blue) = 174+60+93=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C5D is #51C3A2. Grayscale: #616161. Windows color (decimal): -5358499 or 6110382. OLE color: 6110382.

HSL color Cylindrical-coordinate representation of color #AE3C5D: hue angle of 342.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C5D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 93 -
CMYK 0 0.66 0.47 0.32
HSL 342.63º 0.49% 0.46% -
HSV(B) 342.63º 0.66% 0.68% -
XYZ 21.05 13.02 11.76 -
YUV 97.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 174 60 93 0 0.66 0.47 0.32 342.63 0.49 0.46
Hex AE 3C 5D 0 42 2F 20 157 31 2E
Octal 256 74 135 0 102 57 40 527 61 56
Binary 10101110 111100 1011101 0 1000010 101111 100000 101010111 110001 101110

Color Harmonies of #AE3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C5D

Black with #AE3C5D

Text Example


Text Example

White with #AE3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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