Html Css Color HEX #AE346E Rouge

📋 copy color: '#AE346E'

red 174 ◦ green 52 ◦ blue 110

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

Shades of Rouge #AE346E

Tints of Rouge #AE346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 51.79%
G = 15.48%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE346E (or 0xAE346E) is known color: Rouge. HEX triplet: AE, 34 and 6E. RGB value is (174,52,110). Sum of RGB (Red+Green+Blue) = 174+52+110=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE346E is #51CB91. Grayscale: #5E5E5E. Windows color (decimal): -5360530 or 7222446. OLE color: 7222446.

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

Color convert

RGB 174 52 110 -
CMYK 0 0.70 0.37 0.32
HSL 331.48º 0.54% 0.44% -
HSV(B) 331.48º 0.7% 0.68% -
XYZ 21.5 12.58 16.05 -
YUV 95.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 174 52 110 0 0.70 0.37 0.32 331.48 0.54 0.44
Hex AE 34 6E 0 46 25 20 14B 36 2C
Octal 256 64 156 0 106 45 40 513 66 54
Binary 10101110 110100 1101110 0 1000110 100101 100000 101001011 110110 101100

Color Harmonies of #AE346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE346E

Black with #AE346E

Text Example


Text Example

White with #AE346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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