Html Css Color HEX #AE3363 Rouge

📋 copy color: '#AE3363'

red 174 ◦ green 51 ◦ blue 99

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

Shades of Rouge #AE3363

Tints of Rouge #AE3363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 53.7%
G = 15.74%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE3363 (or 0xAE3363) is known color: Rouge. HEX triplet: AE, 33 and 63. RGB value is (174,51,99). Sum of RGB (Red+Green+Blue) = 174+51+99=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3363 is #51CC9C. Grayscale: #5D5D5D. Windows color (decimal): -5360797 or 6501294. OLE color: 6501294.

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

Color convert

RGB 174 51 99 -
CMYK 0 0.71 0.43 0.32
HSL 336.59º 0.55% 0.44% -
HSV(B) 336.59º 0.71% 0.68% -
XYZ 20.89 12.27 13.07 -
YUV 93.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 174 51 99 0 0.71 0.43 0.32 336.59 0.55 0.44
Hex AE 33 63 0 47 2B 20 151 37 2C
Octal 256 63 143 0 107 53 40 521 67 54
Binary 10101110 110011 1100011 0 1000111 101011 100000 101010001 110111 101100

Color Harmonies of #AE3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3363

Black with #AE3363

Text Example


Text Example

White with #AE3363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3363; }

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

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

background-color css

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

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

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

border-color css

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

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

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