Html Css Color HEX #AE345B Rouge

📋 copy color: '#AE345B'

red 174 ◦ green 52 ◦ blue 91

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

Shades of Rouge #AE345B

Tints of Rouge #AE345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 54.89%
G = 16.4%
B = 28.71%

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

#AE345B (or 0xAE345B) is known color: Rouge. HEX triplet: AE, 34 and 5B. RGB value is (174,52,91). Sum of RGB (Red+Green+Blue) = 174+52+91=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE345B is #51CBA4. Grayscale: #5C5C5C. Windows color (decimal): -5360549 or 5977262. OLE color: 5977262.

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

Color convert

RGB 174 52 91 -
CMYK 0 0.70 0.48 0.32
HSL 340.82º 0.54% 0.44% -
HSV(B) 340.82º 0.7% 0.68% -
XYZ 20.57 12.21 11.17 -
YUV 92.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 174 52 91 0 0.70 0.48 0.32 340.82 0.54 0.44
Hex AE 34 5B 0 46 30 20 155 36 2C
Octal 256 64 133 0 106 60 40 525 66 54
Binary 10101110 110100 1011011 0 1000110 110000 100000 101010101 110110 101100

Color Harmonies of #AE345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE345B

Black with #AE345B

Text Example


Text Example

White with #AE345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE345B; }

 p { color: rgb(174,52,91); }

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

background-color css

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

 a { background-color: rgb(174,52,91); }

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

border-color css

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

 span { border-color: rgb(174,52,91); }

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