Html Css Color HEX #AE3362 Rouge

📋 copy color: '#AE3362'

red 174 ◦ green 51 ◦ blue 98

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

Shades of Rouge #AE3362

Tints of Rouge #AE3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 53.87%
G = 15.79%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE3362 (or 0xAE3362) is known color: Rouge. HEX triplet: AE, 33 and 62. RGB value is (174,51,98). Sum of RGB (Red+Green+Blue) = 174+51+98=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3362 is #51CC9D. Grayscale: #5D5D5D. Windows color (decimal): -5360798 or 6435758. OLE color: 6435758.

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

Color convert

RGB 174 51 98 -
CMYK 0 0.71 0.44 0.32
HSL 337.07º 0.55% 0.44% -
HSV(B) 337.07º 0.71% 0.68% -
XYZ 20.84 12.25 12.82 -
YUV 93.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 174 51 98 0 0.71 0.44 0.32 337.07 0.55 0.44
Hex AE 33 62 0 47 2C 20 151 37 2C
Octal 256 63 142 0 107 54 40 521 67 54
Binary 10101110 110011 1100010 0 1000111 101100 100000 101010001 110111 101100

Color Harmonies of #AE3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3362

Black with #AE3362

Text Example


Text Example

White with #AE3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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