Html Css Color HEX #AE355C Rouge

📋 copy color: '#AE355C'

red 174 ◦ green 53 ◦ blue 92

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

Shades of Rouge #AE355C

Tints of Rouge #AE355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 54.55%
G = 16.61%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE355C (or 0xAE355C) is known color: Rouge. HEX triplet: AE, 35 and 5C. RGB value is (174,53,92). Sum of RGB (Red+Green+Blue) = 174+53+92=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355C is #51CAA3. Grayscale: #5D5D5D. Windows color (decimal): -5360292 or 6043054. OLE color: 6043054.

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

Color convert

RGB 174 53 92 -
CMYK 0 0.70 0.47 0.32
HSL 340.66º 0.53% 0.45% -
HSV(B) 340.66º 0.7% 0.68% -
XYZ 20.66 12.32 11.41 -
YUV 93.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 174 53 92 0 0.70 0.47 0.32 340.66 0.53 0.45
Hex AE 35 5C 0 46 2F 20 155 35 2D
Octal 256 65 134 0 106 57 40 525 65 55
Binary 10101110 110101 1011100 0 1000110 101111 100000 101010101 110101 101101

Color Harmonies of #AE355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE355C

Black with #AE355C

Text Example


Text Example

White with #AE355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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