Html Css Color HEX #AE346A Rouge

📋 copy color: '#AE346A'

red 174 ◦ green 52 ◦ blue 106

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

Shades of Rouge #AE346A

Tints of Rouge #AE346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 52.41%
G = 15.66%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE346A (or 0xAE346A) is known color: Rouge. HEX triplet: AE, 34 and 6A. RGB value is (174,52,106). Sum of RGB (Red+Green+Blue) = 174+52+106=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE346A is #51CB95. Grayscale: #5E5E5E. Windows color (decimal): -5360534 or 6960302. OLE color: 6960302.

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

Color convert

RGB 174 52 106 -
CMYK 0 0.70 0.39 0.32
HSL 333.44º 0.54% 0.44% -
HSV(B) 333.44º 0.7% 0.68% -
XYZ 21.29 12.5 14.93 -
YUV 94.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 174 52 106 0 0.70 0.39 0.32 333.44 0.54 0.44
Hex AE 34 6A 0 46 27 20 14D 36 2C
Octal 256 64 152 0 106 47 40 515 66 54
Binary 10101110 110100 1101010 0 1000110 100111 100000 101001101 110110 101100

Color Harmonies of #AE346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE346A

Black with #AE346A

Text Example


Text Example

White with #AE346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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