Html Css Color HEX #AE345D Rouge

📋 copy color: '#AE345D'

red 174 ◦ green 52 ◦ blue 93

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

Shades of Rouge #AE345D

Tints of Rouge #AE345D

RGB

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

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

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

R = 54.55%
G = 16.3%
B = 29.15%

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

#AE345D (or 0xAE345D) is known color: Rouge. HEX triplet: AE, 34 and 5D. RGB value is (174,52,93). Sum of RGB (Red+Green+Blue) = 174+52+93=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE345D is #51CBA2. Grayscale: #5D5D5D. Windows color (decimal): -5360547 or 6108334. OLE color: 6108334.

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

Color convert

RGB 174 52 93 -
CMYK 0 0.70 0.47 0.32
HSL 339.84º 0.54% 0.44% -
HSV(B) 339.84º 0.7% 0.68% -
XYZ 20.66 12.24 11.63 -
YUV 93.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 174 52 93 0 0.70 0.47 0.32 339.84 0.54 0.44
Hex AE 34 5D 0 46 2F 20 154 36 2C
Octal 256 64 135 0 106 57 40 524 66 54
Binary 10101110 110100 1011101 0 1000110 101111 100000 101010100 110110 101100

Color Harmonies of #AE345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE345D

Black with #AE345D

Text Example


Text Example

White with #AE345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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