Html Css Color HEX #AE346F Rouge

📋 copy color: '#AE346F'

red 174 ◦ green 52 ◦ blue 111

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

Shades of Rouge #AE346F

Tints of Rouge #AE346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 51.63%
G = 15.43%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE346F (or 0xAE346F) is known color: Rouge. HEX triplet: AE, 34 and 6F. RGB value is (174,52,111). Sum of RGB (Red+Green+Blue) = 174+52+111=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE346F is #51CB90. Grayscale: #5F5F5F. Windows color (decimal): -5360529 or 7287982. OLE color: 7287982.

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

Color convert

RGB 174 52 111 -
CMYK 0 0.70 0.36 0.32
HSL 330.98º 0.54% 0.44% -
HSV(B) 330.98º 0.7% 0.68% -
XYZ 21.55 12.6 16.34 -
YUV 95.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 174 52 111 0 0.70 0.36 0.32 330.98 0.54 0.44
Hex AE 34 6F 0 46 24 20 14B 36 2C
Octal 256 64 157 0 106 44 40 513 66 54
Binary 10101110 110100 1101111 0 1000110 100100 100000 101001011 110110 101100

Color Harmonies of #AE346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE346F

Black with #AE346F

Text Example


Text Example

White with #AE346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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