Html Css Color HEX #AE315A Rouge

📋 copy color: '#AE315A'

red 174 ◦ green 49 ◦ blue 90

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

Shades of Rouge #AE315A

Tints of Rouge #AE315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 55.59%
G = 15.65%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE315A (or 0xAE315A) is known color: Rouge. HEX triplet: AE, 31 and 5A. RGB value is (174,49,90). Sum of RGB (Red+Green+Blue) = 174+49+90=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE315A is #51CEA5. Grayscale: #5B5B5B. Windows color (decimal): -5361318 or 5910958. OLE color: 5910958.

HSL color Cylindrical-coordinate representation of color #AE315A: hue angle of 340.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE315A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 90 -
CMYK 0 0.72 0.48 0.32
HSL 340.32º 0.56% 0.44% -
HSV(B) 340.32º 0.72% 0.68% -
XYZ 20.4 11.93 10.9 -
YUV 91.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 174 49 90 0 0.72 0.48 0.32 340.32 0.56 0.44
Hex AE 31 5A 0 48 30 20 154 38 2C
Octal 256 61 132 0 110 60 40 524 70 54
Binary 10101110 110001 1011010 0 1001000 110000 100000 101010100 111000 101100

Color Harmonies of #AE315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE315A

Black with #AE315A

Text Example


Text Example

White with #AE315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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