Html Css Color HEX #AE3370 Rouge

📋 copy color: '#AE3370'

red 174 ◦ green 51 ◦ blue 112

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

Shades of Rouge #AE3370

Tints of Rouge #AE3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 51.63%
G = 15.13%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE3370 (or 0xAE3370) is known color: Rouge. HEX triplet: AE, 33 and 70. RGB value is (174,51,112). Sum of RGB (Red+Green+Blue) = 174+51+112=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3370 is #51CC8F. Grayscale: #5E5E5E. Windows color (decimal): -5360784 or 7353262. OLE color: 7353262.

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

Color convert

RGB 174 51 112 -
CMYK 0 0.71 0.36 0.32
HSL 330.24º 0.55% 0.44% -
HSV(B) 330.24º 0.71% 0.68% -
XYZ 21.56 12.54 16.61 -
YUV 94.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 174 51 112 0 0.71 0.36 0.32 330.24 0.55 0.44
Hex AE 33 70 0 47 24 20 14A 37 2C
Octal 256 63 160 0 107 44 40 512 67 54
Binary 10101110 110011 1110000 0 1000111 100100 100000 101001010 110111 101100

Color Harmonies of #AE3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3370

Black with #AE3370

Text Example


Text Example

White with #AE3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3370; }

 p { color: rgb(174,51,112); }

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

background-color css

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

 a { background-color: rgb(174,51,112); }

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

border-color css

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

 span { border-color: rgb(174,51,112); }

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