Html Css Color HEX #AE355A Rouge

📋 copy color: '#AE355A'

red 174 ◦ green 53 ◦ blue 90

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

Shades of Rouge #AE355A

Tints of Rouge #AE355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 54.89%
G = 16.72%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE355A (or 0xAE355A) is known color: Rouge. HEX triplet: AE, 35 and 5A. RGB value is (174,53,90). Sum of RGB (Red+Green+Blue) = 174+53+90=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355A is #51CAA5. Grayscale: #5D5D5D. Windows color (decimal): -5360294 or 5911982. OLE color: 5911982.

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

Color convert

RGB 174 53 90 -
CMYK 0 0.70 0.48 0.32
HSL 341.65º 0.53% 0.45% -
HSV(B) 341.65º 0.7% 0.68% -
XYZ 20.57 12.28 10.96 -
YUV 93.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 174 53 90 0 0.70 0.48 0.32 341.65 0.53 0.45
Hex AE 35 5A 0 46 30 20 156 35 2D
Octal 256 65 132 0 106 60 40 526 65 55
Binary 10101110 110101 1011010 0 1000110 110000 100000 101010110 110101 101101

Color Harmonies of #AE355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE355A

Black with #AE355A

Text Example


Text Example

White with #AE355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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