Html Css Color HEX #AE345A Rouge

📋 copy color: '#AE345A'

red 174 ◦ green 52 ◦ blue 90

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

Shades of Rouge #AE345A

Tints of Rouge #AE345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 55.06%
G = 16.46%
B = 28.48%

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

#AE345A (or 0xAE345A) is known color: Rouge. HEX triplet: AE, 34 and 5A. RGB value is (174,52,90). Sum of RGB (Red+Green+Blue) = 174+52+90=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE345A is #51CBA5. Grayscale: #5C5C5C. Windows color (decimal): -5360550 or 5911726. OLE color: 5911726.

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

Color convert

RGB 174 52 90 -
CMYK 0 0.70 0.48 0.32
HSL 341.31º 0.54% 0.44% -
HSV(B) 341.31º 0.7% 0.68% -
XYZ 20.53 12.19 10.94 -
YUV 92.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 174 52 90 0 0.70 0.48 0.32 341.31 0.54 0.44
Hex AE 34 5A 0 46 30 20 155 36 2C
Octal 256 64 132 0 106 60 40 525 66 54
Binary 10101110 110100 1011010 0 1000110 110000 100000 101010101 110110 101100

Color Harmonies of #AE345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE345A

Black with #AE345A

Text Example


Text Example

White with #AE345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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